]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Emit a distinct error message when the SSH server's host key is invalid.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 18 Oct 2015 19:16:39 +0000 (20:16 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 28 Oct 2015 22:08:59 +0000 (22:08 +0000)
commit7a5cb2838fd04711a0bcfd73f24099d7e2e05bb4
treeaaf68c75db9403702144b749502fe06405531c62
parent12702cb17ebe3c6a79284a3d24e95df745aac5e3
Emit a distinct error message when the SSH server's host key is invalid.

This also means that FUZZING can just ignore host-key verification
failure while preserving invalid-host-key errors.
ssh.c