Unpack the authSafes PKCS#7 contentInfos from a PKCS#12 structure.
Declared in <openssl/pkcs12.h>
<openssl/pkcs12.h>
stack_st_PKCS7* PKCS12_unpack_authsafes(PKCS12 const* p12);
Stack of PKCS#7 content infos, or NULL if p12 authSafes is not data type or on decode error.
p12