Commit f297e96f66 for openssl.org

commit f297e96f66a52ee91910b4059f78f09ab8486844
Author: Frederik Wedel-Heinen <frederik.wedel-heinen@dencrypt.dk>
Date:   Wed Feb 25 20:22:12 2026 +0100

    Adds fixed version tls methods to ossl-removed-api.pod

    Fixes #30161

    Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
    Reviewed-by: Tomas Mraz <tomas@openssl.org>
    MergeDate: Tue Mar  3 14:57:52 2026
    (Merged from https://github.com/openssl/openssl/pull/30218)

diff --git a/doc/man7/ossl-removed-api.pod b/doc/man7/ossl-removed-api.pod
index c9ada0b057..d461df982f 100644
--- a/doc/man7/ossl-removed-api.pod
+++ b/doc/man7/ossl-removed-api.pod
@@ -4,6 +4,12 @@

 ASN1_STRING_data,
 BIO_f_reliable,
+DTLSv1_method,
+DTLSv1_server_method,
+DTLSv1_client_method,
+DTLSv1_2_method,
+DTLSv1_2_server_method,
+DTLSv1_2_client_method,
 ERR_get_state,
 ERR_remove_state,
 ERR_remove_thread_state,
@@ -125,6 +131,18 @@ EVP_PKEY_asn1_set_set_pub_key,
 EVP_PKEY_asn1_set_get_priv_key,
 EVP_PKEY_asn1_set_get_pub_key,
 EVP_PKEY_asn1_set_security_bits,
+SSLv3_method,
+SSLv3_server_method,
+SSLv3_client_method,
+TLSv1_method,
+TLSv1_server_method,
+TLSv1_client_method,
+TLSv1_1_method,
+TLSv1_1_server_method,
+TLSv1_1_client_method,
+TLSv1_2_method,
+TLSv1_2_server_method,
+TLSv1_2_client_method,
 ossl-removed-api - API that has been removed from OpenSSL

 =head1 SYNOPSIS
@@ -158,6 +176,18 @@ This includes consulting the L<ossl-guide-migration(7)> documentation.

 =item BIO_f_reliable (Broken since 3.0.0) - removed without replacement

+=item DTLSv1_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item DTLSv1_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item DTLSv1_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item DTLSv1_2_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item DTLSv1_2_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item DTLSv1_2_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
 =item ERR_get_state (Deprecated in 3.0.0) - removed, no use with opaque ERR_STATE

 =item ERR_remove_state (Deprecated in 1.0.0) - removed, no-op
@@ -402,6 +432,30 @@ This includes consulting the L<ossl-guide-migration(7)> documentation.

 =item OPENSSL_atexit - No longer used, use libc atexit() if you must use this.

+=item SSLv3_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item SSLv3_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item SSLv3_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_1_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_1_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_1_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_2_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_2_server_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
+=item TLSv1_2_client_method (Deprecated in 1.1.0) - consult L<ossl-guide-migration(7)>
+
 =back

 =head1 SEE ALSO