Commit bc2d17bbc4 for openssl.org

commit bc2d17bbc4ec5656c512b14fc20e31b845f5a556
Author: Matt Caswell <matt@openssl.org>
Date:   Wed Dec 10 11:16:09 2025 +0000

    Update ossl-removed-api to mention the EVP_MD_meth* functions

    All the EVP_MD_meth* functions have been removed so they should be
    documented as such.

    Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
    Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/29366)

diff --git a/doc/man7/ossl-removed-api.pod b/doc/man7/ossl-removed-api.pod
index caec88de4d..8803e00dde 100644
--- a/doc/man7/ossl-removed-api.pod
+++ b/doc/man7/ossl-removed-api.pod
@@ -21,6 +21,29 @@ EVP_CIPHER_meth_get_cleanup,
 EVP_CIPHER_meth_get_set_asn1_params,
 EVP_CIPHER_meth_get_get_asn1_params,
 EVP_CIPHER_meth_get_ctrl,
+EVP_MD_meth_new,
+EVP_MD_meth_dup,
+EVP_MD_meth_free,
+EVP_MD_meth_set_input_blocksize,
+EVP_MD_meth_set_result_size,
+EVP_MD_meth_set_app_datasize,
+EVP_MD_meth_set_flags,
+EVP_MD_meth_set_init,
+EVP_MD_meth_set_update,
+EVP_MD_meth_set_final,
+EVP_MD_meth_set_copy,
+EVP_MD_meth_set_cleanup,
+EVP_MD_meth_set_ctrl,
+EVP_MD_meth_get_input_blocksize,
+EVP_MD_meth_get_result_size,
+EVP_MD_meth_get_app_datasize,
+EVP_MD_meth_get_flags,
+EVP_MD_meth_get_init,
+EVP_MD_meth_get_update,
+EVP_MD_meth_get_final,
+EVP_MD_meth_get_copy,
+EVP_MD_meth_get_cleanup,
+EVP_MD_meth_get_ctrl,
 ossl-removed-api - API that has been removed from OpenSSL

 =head1 SYNOPSIS
@@ -88,6 +111,52 @@ This includes consulting the L<ossl-guide-migration(7)> documentation.

 =item EVP_CIPHER_meth_get_ctrl (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>

+=item EVP_MD_meth_new (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_dup (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_free (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_input_blocksize (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_result_size (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_app_datasize (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_flags (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_init (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_update (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_final (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_copy (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_cleanup (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_set_ctrl (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_input_blocksize (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_result_size (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_app_datasize (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_flags (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_init (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_update (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_final (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_copy (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_cleanup (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
+=item EVP_MD_meth_get_ctrl (Deprecated in 3.0.0) - consult L<ossl-guide-migration(7)>
+
 =back

 =head1 SEE ALSO