Allocate an empty PKCS12 structure.

Synopsis

Declared in <openssl/pkcs12.h>

PKCS12*
PKCS12_new();

Return Value

New PKCS12, or NULL on allocation failure.

Created with MrDocs