[#OSSL_CMP_CTX_set0_reqExtensions] = OSSL_CMP_CTX_set0_reqExtensions :mrdocs: Replace request extensions in the certificate template. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_set0_reqExtensions( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:X509_EXTENSIONS.adoc[X509_EXTENSIONS]* exts); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *exts* | Extensions stack; ownership transfers to the context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#