Unpack the authSafes PKCS#7 contentInfos from a PKCS#12 structure.
Synopsis
Declared in <openssl/pkcs12.h>
stack_st_PKCS7*
PKCS12_unpack_authsafes(PKCS12 const* p12);
Return Value
Stack of PKCS#7 content infos, or NULL if p12 authSafes is not data type or on decode error.
Parameters
Name |
Description |
p12 |
PKCS#12 structure to unpack. |
Created with MrDocs