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:
5bbedd3
)
Fix typo.
author
Finn Hakansson
<finn_hakansson@yahoo.com>
Thu, 15 Dec 2016 17:58:19 +0000
(12:58 -0500)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 18 Dec 2016 20:48:46 +0000
(21:48 +0100)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
CLA: trivial
(Merged from https://github.com/openssl/openssl/pull/2086)
(cherry picked from commit
0b742f93ea7882a447f6523ac56a6f847d9f8e92
)
(cherry picked from commit
f7a2da1d584bed2e05774f92d69fee39ce3edda2
)
doc/crypto/RSA_generate_key.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/RSA_generate_key.pod
b/doc/crypto/RSA_generate_key.pod
index 881391a045047a4a7bd677f3f8dd5614b14f5721..0882a1a59d715384ca3bc4c82d228d29c6061a79 100644
(file)
--- a/
doc/crypto/RSA_generate_key.pod
+++ b/
doc/crypto/RSA_generate_key.pod
@@
-52,7
+52,7
@@
it is called as B<BN_GENCB_call(cb, 3, 0)>.
The process is then repeated for prime q with B<BN_GENCB_call(cb, 3, 1)>.
RSA_generate_key is deprecated (new applications should use
-RSA_generate_key_ex instead). RSA_generate_key works in the same wa
s
as
+RSA_generate_key_ex instead). RSA_generate_key works in the same wa
y
as
RSA_generate_key_ex except it uses "old style" call backs. See
L<BN_generate_prime(3)|BN_generate_prime(3)> for further details.