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