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