Assign a stack of X509_ATTRIBUTEs to a safeBag.
Synopsis
Declared in <openssl/pkcs12.h>
void
PKCS12_SAFEBAG_set0_attrs(
PKCS12_SAFEBAG* bag,
stack_st_X509_ATTRIBUTE* attrs);
Parameters
Name |
Description |
bag |
SafeBag to modify. |
attrs |
Stack of attributes to assign (ownership transfers to |
Created with MrDocs