Workaround for the SSH2 RSA padding bug in OpenSSH 2.5 - 3.2
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 31 May 2002 17:39:16 +0000 (17:39 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 31 May 2002 17:39:16 +0000 (17:39 +0000)
commit1dd353b59d3feeaef262801cde4a023eed3c983e
treee1936568399a02308f455b1989bc833ac3ed4630
parent3b7825af5fdac0917a30808bbd8d0c2fef9f9d92
Workaround for the SSH2 RSA padding bug in OpenSSH 2.5 - 3.2
inclusive. Padding is accomplished by rewriting the signature blob
rather than at the point of generation, in order to avoid having to
move part of the workaround into Pageant (and having to corrupt the
agent wire protocol to allow PuTTY to specify whether it wants its
signatures padded!).

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