diff options
| author | miod <> | 2014-07-09 17:36:58 +0000 |
|---|---|---|
| committer | miod <> | 2014-07-09 17:36:58 +0000 |
| commit | 911cfe3475e21a780d5ce6cc6eda37cd34760fdd (patch) | |
| tree | 5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/RSA_blinding_on.pod | |
| parent | 779b5068291411d30276f703b7aec8f8636c2a40 (diff) | |
| download | openbsd-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.pod | 3 |
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 | ||
| 22 | RSA_blinding_on() turns blinding on for key B<rsa> and generates a | 22 | RSA_blinding_on() turns blinding on for key B<rsa> and generates a |
| 23 | random blinding factor. B<ctx> is B<NULL> or a pre-allocated and | 23 | random blinding factor. B<ctx> is B<NULL> or a pre-allocated and |
| 24 | initialized B<BN_CTX>. The random number generator must be seeded | 24 | initialized B<BN_CTX>. |
| 25 | prior to calling RSA_blinding_on(). | ||
| 26 | 25 | ||
| 27 | RSA_blinding_off() turns blinding off and frees the memory used for | 26 | RSA_blinding_off() turns blinding off and frees the memory used for |
| 28 | the blinding factor. | 27 | the blinding factor. |
