Return the authenticator regCtrl from a CRMF CertReqMsg, if present.

Synopsis

Declared in <openssl/crmf.h>

ASN1_UTF8STRING*
OSSL_CRMF_MSG_get0_regCtrl_authenticator(OSSL_CRMF_MSG const* msg);

Return Value

Internal authenticator pointer, or NULL if absent or on error.

Parameters

Name

Description

msg

CertReqMsg to query.

Created with MrDocs