Return the oldCertID regCtrl from a CRMF CertReqMsg, if present.

Synopsis

Declared in <openssl/crmf.h>

OSSL_CRMF_CERTID*
OSSL_CRMF_MSG_get0_regCtrl_oldCertID(OSSL_CRMF_MSG const* msg);

Return Value

Internal CertId of the certificate being renewed, or NULL if absent; see RFC 4211 section 6.5.

Parameters

Name

Description

msg

CertReqMsg to query.

Created with MrDocs