Add new APIs to get PKCS12 secretBag OID and value
authorJon Spillett <jon.spillett@oracle.com>
Thu, 19 Sep 2019 05:39:13 +0000 (15:39 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 6 Aug 2020 21:59:48 +0000 (07:59 +1000)
commitc5ec6dcf0bdd15354a1440632766e19540487c58
treec95f50468b0d3470ceaf7f5025db6b4fbc4d83b2
parent15c9aa3aef77c642ef2b6c84bba2b57b35ed083e
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)
19 files changed:
apps/pkcs12.c
crypto/err/openssl.txt
crypto/pkcs12/p12_attr.c
crypto/pkcs12/p12_crt.c
crypto/pkcs12/p12_sbag.c
crypto/pkcs12/pk12err.c
doc/man3/PKCS12_SAFEBAG_create_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_SAFEBAG_get1_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_add1_attr_by_NID.pod [new file with mode: 0644]
doc/man3/PKCS12_add_cert.pod [new file with mode: 0644]
doc/man3/PKCS12_add_safe.pod [new file with mode: 0644]
include/openssl/pkcs12.h
include/openssl/pkcs12err.h
test/build.info
test/pkcs12_format_test.c [new file with mode: 0644]
test/pkcs12_helper.c [new file with mode: 0644]
test/pkcs12_helper.h [new file with mode: 0644]
test/recipes/80-test_pkcs12.t
util/libcrypto.num