When emitting SSH_MSG_IGNORE to protect against known-IV attacks on CBC,
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Feb 2007 13:57:27 +0000 (13:57 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 6 Feb 2007 13:57:27 +0000 (13:57 +0000)
commit27311cc77360e186bdfe9618193d531d0ea4e00d
treec7772bc228376be9d2e236bed217ca13def7faae
parent3a7c6b9e4145c1f8e123620bd2ee136a89d4f023
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.

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