Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/DSA_dup_DH.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/DSA_dup_DH.pod
r91772 r94082 9 9 #include <openssl/dsa.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 DH *DSA_dup_DH(const DSA *r); 12 16 13 17 =head1 DESCRIPTION 18 19 The function described on this page is deprecated. There is no direct 20 replacement, applications should use the EVP_PKEY APIs for Diffie-Hellman 21 operations. 14 22 15 23 DSA_dup_DH() duplicates DSA parameters/keys as DH parameters/keys. q … … 30 38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)> 31 39 40 =head1 HISTORY 41 42 This function was deprecated in OpenSSL 3.0. 43 32 44 =head1 COPYRIGHT 33 45 34 Copyright 2000-20 18The OpenSSL Project Authors. All Rights Reserved.46 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved. 35 47 36 Licensed under the OpenSSL license(the "License"). You may not use48 Licensed under the Apache License 2.0 (the "License"). You may not use 37 49 this file except in compliance with the License. You can obtain a copy 38 50 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.