Return the subject name from a CRMF CertTemplate.
Declared in <openssl/crmf.h>
X509_NAME const*
OSSL_CRMF_CERTTEMPLATE_get0_subject(OSSL_CRMF_CERTTEMPLATE const* tmpl);
Internal subject name pointer, or NULL if absent or on error.
| Name | Description |
|---|---|
| tmpl | CertTemplate to query. |