Return the authenticator regCtrl from a CRMF CertReqMsg, if present.
Declared in <openssl/crmf.h>
ASN1_UTF8STRING*
OSSL_CRMF_MSG_get0_regCtrl_authenticator(OSSL_CRMF_MSG const* msg);
Internal authenticator pointer, or NULL if absent or on error.
| Name | Description |
|---|---|
| msg | CertReqMsg to query. |