Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/RSA_blinding_on.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/RSA_blinding_on.pod
r91772 r94082 9 9 #include <openssl/rsa.h> 10 10 11 The following functions have been deprecated since OpenSSL 3.0, and can be 12 hidden entirely by defining B<OPENSSL_API_COMPAT> with a suitable version value, 13 see L<openssl_user_macros(7)>: 14 11 15 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); 12 16 … … 14 18 15 19 =head1 DESCRIPTION 20 21 All of the functions described on this page are deprecated. 16 22 17 23 RSA is vulnerable to timing attacks. In a setup where attackers can … … 32 38 RSA_blinding_off() returns no value. 33 39 40 =head1 HISTORY 41 42 All of these functions were deprecated in OpenSSL 3.0. 43 34 44 =head1 COPYRIGHT 35 45 36 Copyright 2000-202 0The OpenSSL Project Authors. All Rights Reserved.46 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 37 47 38 Licensed under the OpenSSL license(the "License"). You may not use48 Licensed under the Apache License 2.0 (the "License"). You may not use 39 49 this file except in compliance with the License. You can obtain a copy 40 50 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.