Build a CRMF CertReqMsg from fields stored on the CMP context.
Declared in <openssl/cmp.h>
OSSL_CRMF_MSG*
OSSL_CMP_CTX_setup_CRM(
OSSL_CMP_CTX* ctx,
int for_KUR,
int rid);
New CRMF message on success, or NULL on error; caller must free.
| Name | Description |
|---|---|
| ctx | CMP context with template and POPO settings. |
| for_KUR | Non-zero when building a Key Update Request message. |
| rid | Certificate request ID to assign. |