Commit 8d8367dbd8 for openssl.org

commit 8d8367dbd8506a7eb61ada61f89451294b49ebe6
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date:   Tue Apr 14 11:50:40 2026 +0200

    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 <frederik.wedel-heinen@dencrypt.dk>
    Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>

    Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
    Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
    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 4ba628458d..c4877fa9ac 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()