Return the certTemplate from a CRMF CertReqMsg.

Synopsis

Declared in <openssl/crmf.h>

OSSL_CRMF_CERTTEMPLATE*
OSSL_CRMF_MSG_get0_tmpl(OSSL_CRMF_MSG const* crm);

Return Value

Internal certTemplate pointer, or NULL on error.

Parameters

Name

Description

crm

CertReqMsg to query.

Created with MrDocs