simon-git: putty (master): Ben Harris
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sat May 30 09:13:15 BST 2015
TL;DR:
d21041f Add have_ssh_host_key() and use it to influence algorithm selection.
be3f086 Add a common function to add an algorithm to KEXINIT.
Repository: git://git.tartarus.org/simon/putty.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=putty.git
Branch updated: master
Committer: Ben Harris <bjh21 at bjh21.me.uk>
Date: 2015-05-30 09:13:15
commit d21041f7f8846b16ff6d72ed696d6190627e19b4
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=d21041f7f8846b16ff6d72ed696d6190627e19b4;hp=e222db14ff28482b668baf7c21bb415f29e6df58
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Fri May 29 22:40:50 2015 +0100
Add have_ssh_host_key() and use it to influence algorithm selection.
The general plan is that if PuTTY knows a host key for a server, it
should preferentially ask for the same type of key so that there's some
chance of actually getting the same key again. This should mean that
when a server (or PuTTY) adds a new host key type, PuTTY doesn't
gratuitously switch to that key type and then warn the user about an
unrecognised key.
putty.h | 5 +++++
ssh.c | 13 ++++++++++++-
unix/uxstore.c | 10 ++++++++++
windows/winstore.c | 10 ++++++++++
4 files changed, 37 insertions(+), 1 deletion(-)
commit be3f0868e0f67f9b277e2ff78103c36522829214
web diff http://tartarus.org/~simon-git/gitweb/?p=putty.git;a=commitdiff;h=be3f0868e0f67f9b277e2ff78103c36522829214;hp=d21041f7f8846b16ff6d72ed696d6190627e19b4
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date: Sat May 30 09:10:48 2015 +0100
Add a common function to add an algorithm to KEXINIT.
This allows for sharing a bit of code, and it also means that
deduplication of KEXINIT algorithms can be done while working out the
list of algorithms rather than when constructing the KEXINIT packet
itself.
ssh.c | 152 +++++++++++++++++++++++++++++++++++------------------------------
1 file changed, 81 insertions(+), 71 deletions(-)
More information about the tartarus-commits
mailing list