[#OSSL_CMP_CTX_set1_issuer] = OSSL_CMP_CTX_set1_issuer :mrdocs: Set the intended issuer DN for the certificate template. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_set1_issuer( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:X509_NAME.adoc[X509_NAME] const* name); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *name* | Issuer X509_NAME, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#