simon-git: putty (master): Jacob Nevins
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sat Apr 2 12:47:51 BST 2016
TL;DR:
16dfefc Stop supporting fallback between SSH versions.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: 2016-04-02 12:47:51
commit 16dfefcbdedb00354860adb32034ac0f3791833c
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=16dfefcbdedb00354860adb32034ac0f3791833c;hp=43f1aa01cd03eb8ab24cd61846fd4ef3ded883ba
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Mar 28 20:23:57 2016 +0100
Stop supporting fallback between SSH versions.
The UI now only has "1" and "2" options for SSH protocol version, which
behave like the old "1 only" and "2 only" options; old
SSH-N-with-fallback settings are interpreted as SSH-N-only.
This prevents any attempt at a protocol downgrade attack.
Most users should see no difference; those poor souls who still have to
work with SSH-1 equipment now have to explicitly opt in.
config.c | 8 +++-----
doc/config.but | 36 +++++++++++++++++-------------------
doc/errors.but | 19 +++++++++++++++++++
doc/faq.but | 6 +++++-
doc/index.but | 1 -
doc/using.but | 5 ++---
putty.h | 15 ++++++++++++++-
settings.c | 11 +++++++++--
ssh.c | 32 +++++++++++++++++++++-----------
9 files changed, 90 insertions(+), 43 deletions(-)
More information about the tartarus-commits
mailing list