]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Add auto-recognition of BUG_SSH2_RSA_PADDING for ProFTPD.
authorSimon Tatham <anakin@pobox.com>
Thu, 27 Mar 2014 18:07:13 +0000 (18:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 27 Mar 2014 18:07:13 +0000 (18:07 +0000)
commita44530bd985b14dd2b12053baa69be9eaa3e3777
treeabb3b5318160881386cb6cf1dc20359451eb9ef9
parent549e5e8b7b256fb4bfad41737287172bb429be24
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.

[originally from svn r10161]
ssh.c