]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add BUG_SSH2_DERIVEKEY, present (according to OpenSSH) in ssh.com
authorSimon Tatham <anakin@pobox.com>
Sun, 18 Aug 2002 09:27:15 +0000 (09:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 18 Aug 2002 09:27:15 +0000 (09:27 +0000)
commitc24016e0da2bf9074fab38c264562797f75566f9
tree5afb42d584d9f73bf2983c987147955a45397004
parent67cb02d03d74fb9d01c40af4f4a1014d38a04dd9
Add BUG_SSH2_DERIVEKEY, present (according to OpenSSH) in ssh.com
versions 2.0.*, and causing the shared secret not to be included in
key derivation hashes. (This doesn't quite cause a blatant security
hole because the session ID - _derived_ from the shared secret - is
still included.)

[originally from svn r1853]
ssh.c