[#OSSL_CRMF_MSG_set0_extensions] = OSSL_CRMF_MSG_set0_extensions :mrdocs: Set X.509 extensions in the certTemplate of a CRMF CertReqMsg. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CRMF_MSG_set0_extensions( xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG]* crm, xref:X509_EXTENSIONS.adoc[X509_EXTENSIONS]* exts); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *crm* | CertReqMsg to update. | *exts* | Extensions stack to install; any previous extensions are freed and ownership of `exts` is transferred. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#