Replace request extensions in the certificate template.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_set0_reqExtensions(
OSSL_CMP_CTX* ctx,
X509_EXTENSIONS* exts);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| exts | Extensions stack; ownership transfers to the context. |