diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:13:37 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-09-10 21:13:37 +0000 |
commit | f3f95f0b065dacaab75954c55a9221d72d9c19e4 (patch) | |
tree | 335aafb20b0d8c555ca146def61b2c8f0bae6cb7 /crypto/openssl/doc/man3/RSA_blinding_on.pod | |
parent | 6760dc6f1db0a6dbe23eebce3172a0dae5dd9d56 (diff) | |
download | src-f3f95f0b065dacaab75954c55a9221d72d9c19e4.tar.gz src-f3f95f0b065dacaab75954c55a9221d72d9c19e4.zip |
MFC: r352191
Merge OpenSSL 1.1.1d.
Notes
Notes:
svn path=/stable/12/; revision=352192
Diffstat (limited to 'crypto/openssl/doc/man3/RSA_blinding_on.pod')
-rw-r--r-- | crypto/openssl/doc/man3/RSA_blinding_on.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/openssl/doc/man3/RSA_blinding_on.pod b/crypto/openssl/doc/man3/RSA_blinding_on.pod index 33d49d37206a..5db127f16e3c 100644 --- a/crypto/openssl/doc/man3/RSA_blinding_on.pod +++ b/crypto/openssl/doc/man3/RSA_blinding_on.pod @@ -20,8 +20,7 @@ must be used to protect the RSA operation from that attack. RSA_blinding_on() turns blinding on for key B<rsa> and generates a random blinding factor. B<ctx> is B<NULL> or a pre-allocated and -initialized B<BN_CTX>. The random number generator must be seeded -prior to calling RSA_blinding_on(). +initialized B<BN_CTX>. RSA_blinding_off() turns blinding off and frees the memory used for the blinding factor. @@ -34,7 +33,7 @@ RSA_blinding_off() returns no value. =head1 COPYRIGHT -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved. Licensed under the OpenSSL license (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |