From dea2878fac8bde549fa0dd3b8e895703b174391b Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 25 May 2021 17:16:18 +0100 Subject: Teach more of the ASN.1 code about libctx/propq Make sure we pass libctx/propq down to all the layers so that objects that are created during parsing have the right values. Then use this new capability for PKCS7. Reviewed-by: Shane Lontis Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15591) --- util/libcrypto.num | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/libcrypto.num b/util/libcrypto.num index 0f011b71b3..5c36c4d44a 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5409,3 +5409,6 @@ NCONF_get0_libctx ? 3_0_0 EXIST::FUNCTION: NCONF_get_section_names ? 3_0_0 EXIST::FUNCTION: X509_PUBKEY_new_ex ? 3_0_0 EXIST::FUNCTION: ASN1_item_new_ex ? 3_0_0 EXIST::FUNCTION: +ASN1_item_d2i_fp_ex ? 3_0_0 EXIST::FUNCTION:STDIO +ASN1_item_d2i_bio_ex ? 3_0_0 EXIST::FUNCTION: +ASN1_item_d2i_ex ? 3_0_0 EXIST::FUNCTION: -- cgit v1.2.3