simon-svn: putty: simon

Commits to Tartarus CVS repository. tartarus-commits at lists.tartarus.org
Tue Oct 7 18:48:59 BST 2008


SVN root:       svn://svn.tartarus.org/sgt
Changes by:     simon
Revision:       8201
Date:           2008-10-07 18:48:59 +0100 (Tue, 07 Oct 2008)

Log message (7 lines):
sshrsa.c now obeys the RFC793 Robustness Principle when it comes to
the ordering of the primes in a fully specified RSA private key:
when the key format typically has p > q, it will always output p > q
but be willing to tolerate p < q on input. (Inspired by seeing an
OpenSSH-format key file in the wild which had p < q, which I've
never seen before; I suspect a third-party application incautiously
generating the format.)

Modified files:
U   putty/sshrsa.c

Links:
http://svn.tartarus.org/sgt/?rev=8201&view=rev
http://svn.tartarus.org/sgt/putty/sshrsa.c?rev=8201&r1=8200&r2=8201



More information about the tartarus-commits mailing list