Allocate an empty PKCS#7 EnvelopedData structure.
Synopsis
Declared in <openssl/pkcs7.h>
PKCS7_ENVELOPE*
PKCS7_ENVELOPE_new();
Return Value
New PKCS7_ENVELOPE, or NULL on allocation failure.
Created with MrDocs