projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11da66f
)
RT 487. Mention that generated primes are "at least" B<bits> long.
author
Rich Salz
<rsalz@akamai.com>
Fri, 27 Jun 2014 19:59:08 +0000
(15:59 -0400)
committer
Rich Salz
<rsalz@akamai.com>
Fri, 27 Jun 2014 19:59:08 +0000
(15:59 -0400)
doc/crypto/BN_generate_prime.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/BN_generate_prime.pod
b/doc/crypto/BN_generate_prime.pod
index bf1b5308adab13a4b9262584f1997ef8c0440128..f1f2265a866580b89947548a6eb535093d6f8a2d 100644
(file)
--- a/
doc/crypto/BN_generate_prime.pod
+++ b/
doc/crypto/BN_generate_prime.pod
@@
-40,7
+40,7
@@
Deprecated:
=head1 DESCRIPTION
BN_generate_prime_ex() generates a pseudo-random prime number of
-bit length B<bits>.
+
at least
bit length B<bits>.
If B<ret> is not B<NULL>, it will be used to store the number.
If B<cb> is not B<NULL>, it is used as follows: