]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - config.c
Add a preference list for SSH-2 key exchange algorithms, on a new "Kex" panel
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 23 Dec 2004 02:24:07 +0000 (02:24 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 23 Dec 2004 02:24:07 +0000 (02:24 +0000)
commit3c98d6e60dd98210f2ae9398379e119fbe6ca409
tree0fc50d1e087d94c25e6d78fcedba9625a18c6ead
parentf13f9f642005cdd23d262dec263d36bbe34cc22f
Add a preference list for SSH-2 key exchange algorithms, on a new "Kex" panel
(which will gain more content anon).

Retire BUG_SSH2_DH_GEX and add a backwards-compatibility wart, since we never
did find a way of automatically detecting this alleged server bug, and in any
case there was only ever one report (<3D91F3B5.7030309@inwind.it>, FWIW).

Also generalise askcipher() to a new askalg() (thus touching all the
front-ends).

I've made some attempt to document what SSH key exchange is and why you care,
but it could use some review for clarity (and outright lies).

[originally from svn r5022]
config.c
doc/config.but
mac/mac.c
putty.h
settings.c
ssh.c
unix/gtkdlg.c
unix/uxcons.c
windows/wincons.c
windows/windlg.c
windows/winhelp.h