summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_generate_key.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_generate_key.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_generate_key.pod3
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
16RSA_generate_key() generates a key pair and returns it in a newly 16RSA_generate_key() generates a key pair and returns it in a newly
17allocated B<RSA> structure. The pseudo-random number generator must 17allocated B<RSA> structure.
18be seeded prior to calling RSA_generate_key().
19 18
20The modulus size will be B<num> bits, and the public exponent will be 19The modulus size will be B<num> bits, and the public exponent will be
21B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure. 20B<e>. Key sizes with B<num> E<lt> 1024 should be considered insecure.