Return the serial number from a CRMF CertId.

Synopsis

Declared in <openssl/crmf.h>

ASN1_INTEGER const*
OSSL_CRMF_CERTID_get0_serialNumber(OSSL_CRMF_CERTID const* cid);

Return Value

Internal serial number pointer, or NULL if absent or on error.

Parameters

Name

Description

cid

CertId to query.

Created with MrDocs