X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=blobdiff_plain;f=doc%2Fman3%2FDH_set_method.pod;fp=doc%2Fman3%2FDH_set_method.pod;h=ae3d8fa8cd9232b1fb4a1d49c15568e804a2d0e6;hp=8c7713de686e5fb37b1b3e10a3d8c3c3b4c4f490;hb=ada66e78ef535fe80e422bbbadffe8e7863d457c;hpb=0ad05b190ebb3a62f8519c8c4c721304c2405849 diff --git a/doc/man3/DH_set_method.pod b/doc/man3/DH_set_method.pod index 8c7713de68..ae3d8fa8cd 100644 --- a/doc/man3/DH_set_method.pod +++ b/doc/man3/DH_set_method.pod @@ -9,6 +9,10 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method #include +Deprecated since OpenSSL 3.0, can be hidden entirely by defining +B with a suitable version value, see +L: + void DH_set_default_method(const DH_METHOD *meth); const DH_METHOD *DH_get_default_method(void); @@ -21,6 +25,9 @@ DH_set_method, DH_new_method, DH_OpenSSL - select DH method =head1 DESCRIPTION +All of the functions described on this page are deprecated. +Applications should instead use the provider APIs. + A B specifies the functions that OpenSSL uses for Diffie-Hellman operations. By modifying the method, alternative implementations such as hardware accelerators may be used. IMPORTANT: See the NOTES section for @@ -76,6 +83,10 @@ returns a pointer to the newly allocated structure. L, L, L +=head1 HISTORY + +All of these functions were deprecated in OpenSSL 3.0. + =head1 COPYRIGHT Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.