From: Ulf Möller Date: Sat, 13 Apr 2002 09:58:50 +0000 (+0000) Subject: another error discovered by Karsten Braaten. The number was not even X-Git-Tag: OpenSSL_0_9_6d~20^2~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=592c0e0273c323ba789ffe5b70697fc29e85b39f;p=oweals%2Fopenssl.git another error discovered by Karsten Braaten. The number was not even prime! --- diff --git a/doc/crypto/RSA_generate_key.pod b/doc/crypto/RSA_generate_key.pod index fdaddbcb13..8714f7179d 100644 --- a/doc/crypto/RSA_generate_key.pod +++ b/doc/crypto/RSA_generate_key.pod @@ -19,7 +19,7 @@ be seeded prior to calling RSA_generate_key(). The modulus size will be B bits, and the public exponent will be B. Key sizes with B E 1024 should be considered insecure. -The exponent is an odd number, typically 3 or 65535. +The exponent is an odd number, typically 3, 17 or 65537. A callback function may be used to provide feedback about the progress of the key generation. If B is not B, it