Return the issuer name from a CRMF CertTemplate.

Synopsis

Declared in <openssl/crmf.h>

X509_NAME const*
OSSL_CRMF_CERTTEMPLATE_get0_issuer(OSSL_CRMF_CERTTEMPLATE const* tmpl);

Return Value

Internal issuer name pointer, or NULL if absent or on error.

Parameters

Name

Description

tmpl

CertTemplate to query.

Created with MrDocs