]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove support for custom MD methods
authorMatt Caswell <matt@openssl.org>
Wed, 10 Dec 2025 10:56:49 +0000 (10:56 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 17 Dec 2025 10:23:12 +0000 (10:23 +0000)
commit992368ec46285cbe625ff7273ce7721ae241e43e
treec19a3cfb8e50bf46728401d053c8076ac6068898
parent1bfdcf90577f4474537da6b21474c02594f5868c
Remove support for custom MD methods

Custom MD methods are considered legacy and have been deprecated
since 3.0. With the removal of ENGINEs they become a lot less useful
and add significant complexity to the code. We should therefore remove
them in 4.0.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/29366)
crypto/evp/digest.c
crypto/evp/evp_lib.c
crypto/evp/evp_local.h
include/crypto/evp.h
include/openssl/evp.h
test/evp_extra_test.c
util/libcrypto.num