CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/12/29 03:59:00
Modified files: lib/libcrypto/asn1: ameth_lib.c asn1_local.h t_x509.c lib/libcrypto/evp: evp_local.h p_lib.c Log message: Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c Most of these functions are only called from this file internally apart from the pem_str lookups from pem/. In the next major bump we can then remove asn/ameth_lib.c. Also move EVP_PKEY_ASN1_METHOD to evp_local.h. While this is used to dispatch to various ASN.1 decoding routines, it doesn't fit into asn1/ at all.