[#OSSL_CMP_CTX_push1_subjectAltName] = OSSL_CMP_CTX_push1_subjectAltName :mrdocs: Append a Subject Alternative Name to the certificate template. == Synopsis Declared in `<openssl/cmp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CMP_CTX_push1_subjectAltName( xref:OSSL_CMP_CTX.adoc[OSSL_CMP_CTX]* ctx, xref:GENERAL_NAME.adoc[GENERAL_NAME] const* name); ---- == Return Value 1 on success, 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | CMP context. | *name* | GeneralName copied into the template SAN extension. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#