]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove support for custom cipher methods
authorMatt Caswell <matt@openssl.org>
Wed, 3 Dec 2025 10:38:56 +0000 (10:38 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 12 Dec 2025 13:47:28 +0000 (14:47 +0100)
commit441bf727d0fb748103dc40c371fe7289a41692b7
treecad9fe0981317fabca9db4b6688b4776fcd6fb4a
parent2d5c98c30a124bfd865f7d4f77294244de85c2f6
Remove support for custom cipher methods

Custom cipher 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: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29299)
crypto/cms/cms_env.c
crypto/evp/build.info
crypto/evp/cmeth_lib.c [deleted file]
crypto/evp/evp_enc.c
include/openssl/evp.h
ssl/record/methods/tls1_meth.c
test/evp_extra_test.c
util/libcrypto.num