]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
authorSimon Tatham <anakin@pobox.com>
Wed, 21 Nov 2001 22:06:53 +0000 (22:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 21 Nov 2001 22:06:53 +0000 (22:06 +0000)
commit15517300d83d01ad643e97a6013bd07631af5067
tree551f79a3b8d7b8c7e7709f85f5ed818158d74f50
parentf176cbe70fb5faf5cd87f57d69dc2fba29ef9fa7
Send SSH2_MSG_NEWKEYS _before_ expecting to receive it, rather than
after. Shouldn't make a difference for any server that previously
worked, but we should now interoperate sensibly with servers that
wait to receive our NEWKEYS before sending their own. Apparently
Unisphere produce one such.

[originally from svn r1390]
ssh.c