Append an X.509 extension to the certTemplate of a CRMF CertReqMsg.
Declared in <openssl/crmf.h>
int
OSSL_CRMF_MSG_push0_extension(
OSSL_CRMF_MSG* crm,
X509_EXTENSION* ext);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| crm | CertReqMsg to update. |
| ext | Extension to push; ownership is transferred to crm. |