Encode a stack of PKCS#7 authSafes contentInfos into a PKCS#12 structure.
Declared in <openssl/pkcs12.h>
int
PKCS12_pack_authsafes(
PKCS12* p12,
stack_st_PKCS7* safes);
1 on success, 0 on failure.
| Name | Description |
|---|---|
| p12 | PKCS#12 structure whose authSafes field is updated. |
| safes | Stack of PKCS#7 content infos to embed. |