]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ossl-guide-migration.pod: tfixes in TLS fixed ver meth deprecation desc
authorEugene Syromiatnikov <esyr@openssl.org>
Tue, 14 Apr 2026 09:50:40 +0000 (11:50 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Thu, 16 Apr 2026 11:18:51 +0000 (13:18 +0200)
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)

doc/man7/ossl-guide-migration.pod

index 4ba628458d648bd39a2080f1a316a14a129bfd34..c4877fa9ace9579f799cd721d32944fb4ef333bf 100644 (file)
@@ -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()