Return the serial number from a CRMF CertTemplate.
Synopsis
Declared in <openssl/crmf.h>
ASN1_INTEGER const*
OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(OSSL_CRMF_CERTTEMPLATE const* tmpl);
Return Value
Internal serial number pointer, or NULL if absent or on error.
Parameters
Name |
Description |
tmpl |
CertTemplate to query. |
Created with MrDocs