OSSL_CRMF_MSG_set_certReqId

Set the certReqId field in a CRMF CertReqMsg.

Synopsis

Declared in <openssl/crmf.h>

int
OSSL_CRMF_MSG_set_certReqId(
    OSSL_CRMF_MSG* crm,
    int rid);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
crmCertReqMsg to update.
ridCertificate request ID as a nonnegative integer.