[#PKCS12_add_safes] = PKCS12_add_safes :mrdocs: Create a PKCS#12 structure from a stack of PKCS#7 authSafes contentInfos. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS12.adoc[PKCS12]* PKCS12_add_safes( xref:stack_st_PKCS7.adoc[stack_st_PKCS7]* safes, int p7_nid); ---- == Return Value New PKCS#12 structure, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *safes* | Stack of PKCS#7 content infos to embed. | *p7_nid* | NID of the outer PKCS#7 content type (currently NID_pkcs7_data only). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#