summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJon Spillett <jon.spillett@oracle.com>2019-09-19 15:39:13 +1000
committerPauli <paul.dale@oracle.com>2020-08-07 07:59:48 +1000
commitc5ec6dcf0bdd15354a1440632766e19540487c58 (patch)
treec95f50468b0d3470ceaf7f5025db6b4fbc4d83b2 /util
parent15c9aa3aef77c642ef2b6c84bba2b57b35ed083e (diff)
Add new APIs to get PKCS12 secretBag OID and value
Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10063)
Diffstat (limited to 'util')
-rw-r--r--util/libcrypto.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num
index b1c7947b86..f1614c7813 100644
--- a/util/libcrypto.num
+++ b/util/libcrypto.num
@@ -5197,3 +5197,9 @@ OSSL_DESERIALIZER_CTX_set_cleanup ? 3_0_0 EXIST::FUNCTION:
OSSL_DESERIALIZER_CTX_get_construct ? 3_0_0 EXIST::FUNCTION:
OSSL_DESERIALIZER_CTX_get_construct_data ? 3_0_0 EXIST::FUNCTION:
OSSL_DESERIALIZER_CTX_get_cleanup ? 3_0_0 EXIST::FUNCTION:
+PKCS12_SAFEBAG_get0_bag_obj ? 3_0_0 EXIST::FUNCTION:
+PKCS12_SAFEBAG_get0_bag_type ? 3_0_0 EXIST::FUNCTION:
+PKCS12_SAFEBAG_create_secret ? 3_0_0 EXIST::FUNCTION:
+PKCS12_add1_attr_by_NID ? 3_0_0 EXIST::FUNCTION:
+PKCS12_add1_attr_by_txt ? 3_0_0 EXIST::FUNCTION:
+PKCS12_add_secret ? 3_0_0 EXIST::FUNCTION: