diff options
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_generate_key.pod')
-rw-r--r-- | src/lib/libcrypto/doc/RSA_generate_key.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_generate_key.pod b/src/lib/libcrypto/doc/RSA_generate_key.pod index 52dbb14a53..867390884b 100644 --- a/src/lib/libcrypto/doc/RSA_generate_key.pod +++ b/src/lib/libcrypto/doc/RSA_generate_key.pod | |||
@@ -14,8 +14,7 @@ RSA_generate_key - generate RSA key pair | |||
14 | =head1 DESCRIPTION | 14 | =head1 DESCRIPTION |
15 | 15 | ||
16 | RSA_generate_key() generates a key pair and returns it in a newly | 16 | RSA_generate_key() generates a key pair and returns it in a newly |
17 | allocated B<RSA> structure. The pseudo-random number generator must | 17 | allocated B<RSA> structure. |
18 | be seeded prior to calling RSA_generate_key(). | ||
19 | 18 | ||
20 | The modulus size will be B<num> bits, and the public exponent will be | 19 | The modulus size will be B<num> bits, and the public exponent will be |
21 | B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure. | 20 | B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure. |