]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the ability to create a custom EVP_PKEY_ASN1_METHOD
authorMatt Caswell <matt@openssl.org>
Mon, 15 Dec 2025 17:02:36 +0000 (17:02 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Jan 2026 15:52:12 +0000 (15:52 +0000)
commitc65e34bfceb63f1dfc8f49a882824811fde4df38
treeca1c617460c491d41c99d823f1555a80487b68d6
parentf9f6d5666ab1d24caca0972de38f97ce7175bfde
Remove the ability to create a custom EVP_PKEY_ASN1_METHOD

Now that the ability to register a custom EVP_PKEY_ASN1_METHOD has
been removed in an earlier commit, we can now remove the functions that
are used to create a custom EVP_PKEY_ASN1_METHOD.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29405)
crypto/asn1/ameth_lib.c
crypto/asn1/standard_methods.h
include/openssl/evp.h
util/libcrypto.num