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