]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the ability to query the internal EVP_PKEY_ASN1_METHODs
authorMatt Caswell <matt@openssl.org>
Mon, 15 Dec 2025 16:18:13 +0000 (16:18 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 9 Jan 2026 15:52:12 +0000 (15:52 +0000)
commitf9f6d5666ab1d24caca0972de38f97ce7175bfde
tree2ae2b6ec1bc216542160ed09f03928d24a314a6a
parent48d311ee5525324c0e81f6d3ac9072495cf5d330
Remove the ability to query the internal EVP_PKEY_ASN1_METHODs

Previously there were a few functions where you could obtain a handle
on registered EVP_PKEY_ASN1_METHODs and query information about them.
We remove the capability.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29405)
19 files changed:
apps/list.c
crypto/asn1/ameth_lib.c
crypto/core_namemap.c
crypto/evp/evp_pkey.c
crypto/evp/evp_pkey_type.c
crypto/evp/p_lib.c
crypto/pem/pem_lib.c
crypto/pem/pem_pkey.c
crypto/x509/t_x509.c
crypto/x509/v3_ac_tgt.c
crypto/x509/x509_set.c
include/crypto/evp.h
include/openssl/evp.h
ssl/ssl_ciph.c
test/build.info
test/helpers/ssl_test_ctx.c
test/pkey_meth_test.c [deleted file]
test/recipes/30-test_pkey_meth.t [deleted file]
util/libcrypto.num