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