Return the issuer name from a CRMF CertId.
Synopsis
Declared in <openssl/crmf.h>
X509_NAME const*
OSSL_CRMF_CERTID_get0_issuer(OSSL_CRMF_CERTID const* cid);
Return Value
Internal issuer name pointer, or NULL if absent or on error.
Parameters
Name |
Description |
cid |
CertId to query. |
Created with MrDocs