From: Eugene Syromiatnikov Date: Tue, 14 Apr 2026 09:50:40 +0000 (+0200) Subject: ossl-guide-migration.pod: tfixes in TLS fixed ver meth deprecation desc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8367dbd8506a7eb61ada61f89451294b49ebe6;p=thirdparty%2Fopenssl.git ossl-guide-migration.pod: tfixes in TLS fixed ver meth deprecation desc Change duplicating names of the suggested function names from TLS_* to DTLS_* ones and fix the case of "API". Co-Authored-by: Frederik Wedel-Heinen Signed-off-by: Eugene Syromiatnikov Reviewed-by: Frederik Wedel-Heinen Reviewed-by: Kurt Roeckx MergeDate: Thu Apr 16 11:19:19 2026 (Merged from https://github.com/openssl/openssl/pull/30819) --- diff --git a/doc/man7/ossl-guide-migration.pod b/doc/man7/ossl-guide-migration.pod index 4ba628458d6..c4877fa9ace 100644 --- a/doc/man7/ossl-guide-migration.pod +++ b/doc/man7/ossl-guide-migration.pod @@ -212,10 +212,10 @@ DTLSv1_2_method(), DTLSv1_2_server_method() and DTLSv1_2_client_method() were deprecated in the OpenSSL 1.1.0 release. Migrating applications should use -TLS_method(), TLS_server_method(), TLS_client_method(), +DTLS_method(), DTLS_server_method(), DTLS_client_method(), TLS_method(), TLS_server_method(), TLS_client_method(), instead and set the version with the SSL_CTX_set_min_proto_version() and/or -SSL_CTX_set_max_proto_version() api's. +SSL_CTX_set_max_proto_version() API's. =head3 Deprecation of EVP_MD_CTX_get0_md_data()