Allocate an empty CMS SignedData structure.
Synopsis
Declared in <openssl/cms.h>
CMS_SignedData*
CMS_SignedData_new();
Return Value
New CMS_SignedData, or NULL on allocation failure.
Created with MrDocs