[#OSSL_CRMF_MSG_set1_regInfo_utf8Pairs] = OSSL_CRMF_MSG_set1_regInfo_utf8Pairs :mrdocs: Set the utf8Pairs regInfo in a CRMF CertReqMsg. == Synopsis Declared in `<openssl/crmf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_CRMF_MSG_set1_regInfo_utf8Pairs( xref:OSSL_CRMF_MSG.adoc[OSSL_CRMF_MSG]* msg, xref:ASN1_UTF8STRING.adoc[ASN1_UTF8STRING] const* utf8pairs); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *msg* | CertReqMsg to update. | *utf8pairs* | UTF‐8 string value to copy into regInfo. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#