Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/RAND_set_rand_method.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/RAND_set_rand_method.pod
r91772 r94082 9 9 #include <openssl/rand.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 RAND_METHOD *RAND_OpenSSL(void); 12 16 … … 17 21 =head1 DESCRIPTION 18 22 23 All of the functions described on this page are deprecated. 24 Applications should instead use L<RAND_set_DRBG_type(3)>, 25 L<EVP_RAND(3)> and L<EVP_RAND(7)>. 26 19 27 A B<RAND_METHOD> specifies the functions that OpenSSL uses for random number 20 28 generation. … … 24 32 25 33 If an B<ENGINE> is loaded that provides the RAND API, however, it will 26 be used instead of the method returned by RAND_OpenSSL(). 34 be used instead of the method returned by RAND_OpenSSL(). This is deprecated 35 in OpenSSL 3.0. 27 36 28 37 RAND_set_rand_method() makes B<meth> the method for PRNG use. If an … … 55 64 =head1 SEE ALSO 56 65 66 L<EVP_RAND(3)>, 67 L<RAND_set_DRBG_type(3)>, 57 68 L<RAND_bytes(3)>, 58 69 L<ENGINE_by_id(3)>, 70 L<EVP_RAND(7)>, 59 71 L<RAND(7)> 72 73 =head1 HISTORY 74 75 All of these functions were deprecated in OpenSSL 3.0. 60 76 61 77 =head1 COPYRIGHT 62 78 63 Copyright 2000-202 0The OpenSSL Project Authors. All Rights Reserved.79 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 64 80 65 Licensed under the OpenSSL license(the "License"). You may not use81 Licensed under the Apache License 2.0 (the "License"). You may not use 66 82 this file except in compliance with the License. You can obtain a copy 67 83 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.