PKCS12_SAFEBAG_create_cert

Create a certBag safeBag containing the supplied certificate.

Synopsis

Declared in <openssl/pkcs12.h>

PKCS12_SAFEBAG*
PKCS12_SAFEBAG_create_cert(X509* x509);

Return Value

New safeBag, or NULL on error.

Parameters

NameDescription
x509Certificate to embed.