]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
When emitting SSH_MSG_IGNORE to protect against known-IV attacks on CBC,
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 6 Feb 2007 13:57:27 +0000 (13:57 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 6 Feb 2007 13:57:27 +0000 (13:57 +0000)
commit91694cb3a28a10e105430bf03ef0a37d4701637b
treec7772bc228376be9d2e236bed217ca13def7faae
parent9c35141162c047546e5bb400b97c53cdd23a7dca
When emitting SSH_MSG_IGNORE to protect against known-IV attacks on CBC,
remember to put an empty string in it rather than sending a completely
empty packet.  This should help with those servers (notably RomSShell)
that actually check the contents of SSH_MSG_IGNORE.

[originally from svn r7236]
ssh.c