Add a copy of a certReq regInfo value to a CRMF CertReqMsg.
Declared in <openssl/crmf.h>
int
OSSL_CRMF_MSG_set1_regInfo_certReq(
OSSL_CRMF_MSG* msg,
OSSL_CRMF_CERTREQUEST const* cr);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| msg | CertReqMsg to update. |
| cr | CertRequest value to copy; see RFC 4211 section 7.2. |