Commit ID: 1005337FBF07764B43D
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/30 11:12:06 UTC
Modified files:
lib/libssl/src/crypto/rsa: rsa_gen.c
Log message:
warn (like SSP does) when the ‘e’ value in RSA keygen is too small
(or too large, but since 2²⁵⁶ is the largest allowed value, and the
data type is “unsigned long”, I decided to not check that ☺)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.1.1.3 -r1.2 src/lib/libssl/src/crypto/rsa/rsa_gen.c