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