OSSL_CRMF_MSG_set1_regCtrl_oldCertID

Set the oldCertID regCtrl in a CRMF CertReqMsg.

Synopsis

Declared in <openssl/crmf.h>

int
OSSL_CRMF_MSG_set1_regCtrl_oldCertID(
    OSSL_CRMF_MSG* msg,
    OSSL_CRMF_CERTID const* cid);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
msgCertReqMsg to update.
cidCertId identifying the certificate being renewed; copied into the message.