Reported in ZD13611

The `UID` name component could not be parsed if it appears in a subject or issuer name
This commit is contained in:
Juliusz Sosinowicz
2022-02-12 00:36:07 +01:00
parent 2fa542eb28
commit 4e5380668c

View File

@@ -32736,6 +32736,7 @@ const WOLFSSL_ObjectInfo wolfssl_object_info[] = {
{ NID_jurisdictionStateOrProvinceName, NID_jurisdictionStateOrProvinceName,
oidCertNameType, "jurisdictionST", "jurisdictionStateOrProvinceName"},
{ NID_postalCode, NID_postalCode, oidCertNameType, "postalCode", "postalCode"},
{ NID_userId, NID_userId, oidCertNameType, "UID", "userId"},
#ifdef WOLFSSL_CERT_REQ
{ NID_pkcs9_challengePassword, CHALLENGE_PASSWORD_OID,