diff options
author | miod <> | 2014-07-09 17:36:58 +0000 |
---|---|---|
committer | miod <> | 2014-07-09 17:36:58 +0000 |
commit | 8f147593f649791212451b70b61f2560f8cd408b (patch) | |
tree | 5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/RSA_generate_key.pod | |
parent | a78955ae4a5a81f10fff6443c03c56c6240709ac (diff) | |
download | openbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.gz openbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.bz2 openbsd-8f147593f649791212451b70b61f2560f8cd408b.zip |
Remove mention that the PRNG needs to be seeded before invoking some
functions.
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. |