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