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