]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Sensibly enforce non-interactive rekeying.
authorSimon Tatham <anakin@pobox.com>
Sun, 18 Aug 2013 06:48:20 +0000 (06:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 18 Aug 2013 06:48:20 +0000 (06:48 +0000)
commit4c08555e8782d22a141e704507f437a000968d79
tree552c87a04863d2bd6a75534fe811e766a61c7cec
parent3776bf5ea35f0aebdc81b90ed54a5d63c7c287e5
Sensibly enforce non-interactive rekeying.

We now only present the full set of host key algorithms we can handle
in the first key exchange. In subsequent rekeys, we present only the
host key algorithm that we agreed on the previous time, and then we
verify the host key by simply enforcing that it's exactly the same as
the one we saw at first and disconnecting rudely if it isn't.

git-svn-id: http://svn.tartarus.org/sgt/putty@10027 cda61777-01e9-0310-a592-d414129be87e
ssh.c