OSSL_CRMF_MSG_set1_regInfo_utf8Pairs

Set the utf8Pairs regInfo in a CRMF CertReqMsg.

Synopsis

Declared in <openssl/crmf.h>

int
OSSL_CRMF_MSG_set1_regInfo_utf8Pairs(
    OSSL_CRMF_MSG* msg,
    ASN1_UTF8STRING const* utf8pairs);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
msgCertReqMsg to update.
utf8pairsUTF-8 string value to copy into regInfo.