Allocate an empty PKCS#8 PrivateKeyInfo structure.
Synopsis
Declared in <openssl/x509.h>
PKCS8_PRIV_KEY_INFO*
PKCS8_PRIV_KEY_INFO_new();
Return Value
New PKCS8_PRIV_KEY_INFO, or NULL on allocation failure.
Created with MrDocs