]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
cmdgen: refuse to generate RSA/DSA keys under 256 bits.
authorSimon Tatham <anakin@pobox.com>
Wed, 30 Mar 2016 10:41:11 +0000 (11:41 +0100)
committerSimon Tatham <anakin@pobox.com>
Wed, 30 Mar 2016 10:41:43 +0000 (11:41 +0100)
commit7f3c956ed1144d601ab2e237ab7325a4fffb3167
tree625c073a6e3ecd142c1d4bb398854a86cec5cd41
parent2a47ac3ac5bafb0c81570765ff6d0df38b46b31e
cmdgen: refuse to generate RSA/DSA keys under 256 bits.

This replicates the existing error message in Windows PuTTYgen, on the
basis that keys smaller than that will actually fail to work with our
signing code.
cmdgen.c