summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2021-05-21 17:25:05 +0100
committerPauli <pauli@openssl.org>2021-06-05 17:39:10 +1000
commitc8a9af97c928118ae4626d793d0b73552648b7ea (patch)
tree504d0665a688d105af2562f1d7e63ca8ccec6ac0 /util/libcrypto.num
parent62653483464b78ae57bff9b807ee3328e0f078f3 (diff)
Teach the ASN.1 code how to create embedded objects with libctx/propq
An ASN.1 object such as an X509 may have embedded objects in it such as an X509_PUBKEY. If there is a libctx/propq in use then we need to make sure we pass these down to the constructors of these embedded objects. 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 'util/libcrypto.num')
-rw-r--r--util/libcrypto.num1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index 42211e4caa..0f011b71b3 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5408,3 +5408,4 @@ i2b_PVK_bio_ex ? 3_0_0 EXIST::FUNCTION:
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: