[#PKCS7_ISSUER_AND_SERIAL_new] = PKCS7_ISSUER_AND_SERIAL_new :mrdocs: Allocate an empty PKCS#7 IssuerAndSerialNumber. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS7_ISSUER_AND_SERIAL.adoc[PKCS7_ISSUER_AND_SERIAL]* PKCS7_ISSUER_AND_SERIAL_new(); ---- == Return Value New PKCS7_ISSUER_AND_SERIAL, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#