]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Generate keys more carefully, so that when the user asks for an n-bit
authorSimon Tatham <anakin@pobox.com>
Sun, 4 Mar 2012 00:24:49 +0000 (00:24 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 4 Mar 2012 00:24:49 +0000 (00:24 +0000)
commit9604c2b367a2379b37fd1d299cd831193eed43c5
treec87d551bf935ec1944577b2c265276e6b131aac7
parente59f1ac827da4f690918fbcae41d173f4c4a8d85
Generate keys more carefully, so that when the user asks for an n-bit
key they always get an n-bit number instead of n-1. The latter was
perfectly harmless but kept confusing users.

[originally from svn r9421]
ssh.h
sshdssg.c
sshprime.c
sshrsag.c