summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/RSA_blinding_on.pod
diff options
context:
space:
mode:
authormiod <>2014-07-09 17:36:58 +0000
committermiod <>2014-07-09 17:36:58 +0000
commit911cfe3475e21a780d5ce6cc6eda37cd34760fdd (patch)
tree5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/RSA_blinding_on.pod
parent779b5068291411d30276f703b7aec8f8636c2a40 (diff)
downloadopenbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.gz
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.bz2
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.zip
Remove mention that the PRNG needs to be seeded before invoking some
functions.
Diffstat (limited to 'src/lib/libcrypto/doc/RSA_blinding_on.pod')
-rw-r--r--src/lib/libcrypto/doc/RSA_blinding_on.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/RSA_blinding_on.pod b/src/lib/libcrypto/doc/RSA_blinding_on.pod
index e6af8d4355..33990207f7 100644
--- a/src/lib/libcrypto/doc/RSA_blinding_on.pod
+++ b/src/lib/libcrypto/doc/RSA_blinding_on.pod
@@ -21,8 +21,7 @@ must be used to protect the RSA operation from that attack.
21 21
22RSA_blinding_on() turns blinding on for key B<rsa> and generates a 22RSA_blinding_on() turns blinding on for key B<rsa> and generates a
23random blinding factor. B<ctx> is B<NULL> or a pre-allocated and 23random blinding factor. B<ctx> is B<NULL> or a pre-allocated and
24initialized B<BN_CTX>. The random number generator must be seeded 24initialized B<BN_CTX>.
25prior to calling RSA_blinding_on().
26 25
27RSA_blinding_off() turns blinding off and frees the memory used for 26RSA_blinding_off() turns blinding off and frees the memory used for
28the blinding factor. 27the blinding factor.