diff options
author | Matt Caswell <matt@openssl.org> | 2021-05-25 18:16:18 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-05 09:39:10 +0200 |
commit | dea2878fac8bde549fa0dd3b8e895703b174391b (patch) | |
tree | 8e0b77927b65d77397e6294086b2aabe5b851e7f /util/libcrypto.num | |
parent | Teach the ASN.1 code how to create embedded objects with libctx/propq (diff) | |
download | openssl-dea2878fac8bde549fa0dd3b8e895703b174391b.tar.xz openssl-dea2878fac8bde549fa0dd3b8e895703b174391b.zip |
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 <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15591)
Diffstat (limited to '')
-rw-r--r-- | util/libcrypto.num | 3 |
1 files changed, 3 insertions, 0 deletions
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: |