Append a Subject Alternative Name to the certificate template.
Declared in <openssl/cmp.h>
int
OSSL_CMP_CTX_push1_subjectAltName(
OSSL_CMP_CTX* ctx,
GENERAL_NAME const* name);
1 on success, 0 on error.
| Name | Description |
|---|---|
| ctx | CMP context. |
| name | GeneralName copied into the template SAN extension. |