simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Thu Mar 27 18:07:13 GMT 2014


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       10161
Date:           2014-03-27 18:07:13 +0000 (Thu, 27 Mar 2014)

Log message (9 lines):
Add auto-recognition of BUG_SSH2_RSA_PADDING for ProFTPD.

Martin Prikryl reports that it had the exact same bug as old OpenSSH
(insisting that RSA signature integers be padded with leading zero
bytes to the same length as the RSA modulus, where in fact RFC 4253
section 6.6 says it ought to have _no_ padding), but is recently
fixed. The first version string to not have the bug is reported to be
"mod_sftp/0.9.9", so here we recognise everything less than that as
requiring our existing workaround.

Modified files:
U   putty/ssh.c

Links:
http://svn.tartarus.org/sgt/?rev=10161&view=rev
http://svn.tartarus.org/sgt/putty/ssh.c?rev=10161&r1=10160&r2=10161



More information about the tartarus-commits mailing list