]> git.ipfire.org Git - thirdparty/openssl.git/commit
Deprecate ASN1_METH internal usage
authorNorbert Pocs <norbertp@openssl.org>
Tue, 17 Jun 2025 10:47:54 +0000 (12:47 +0200)
committerNeil Horman <nhorman@openssl.org>
Thu, 17 Jul 2025 15:25:18 +0000 (11:25 -0400)
commitaf2aaf3271c0b0a193f33d5c0be07754b846759e
tree1e1d8dd8105dd9647a5b6ff08cf41b4a97198c08
parent6b5540c21c0d63ad0c5fb07001b4e25716578ae1
Deprecate ASN1_METH internal usage

Some of them are needed and were kept by adding `#include
"internal/deprecated"` and some had to be turned off.

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27727)
22 files changed:
apps/genpkey.c
apps/include/apps.h
apps/lib/engine.c
apps/lib/s_cb.c
apps/req.c
crypto/asn1/ameth_lib.c
crypto/asn1/standard_methods.h
crypto/core_namemap.c
crypto/evp/build.info
crypto/evp/evp_pkey.c
crypto/evp/evp_pkey_type.c [new file with mode: 0644]
crypto/evp/p_lib.c
crypto/evp/pmeth_gn.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
engines/e_loader_attic.c
include/openssl/evp.h
providers/implementations/include/prov/names.h
ssl/ssl_ciph.c