From 4e5380668c3ed3e078e70b57086cc33a12255848 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Sat, 12 Feb 2022 00:36:07 +0100 Subject: [PATCH] Reported in ZD13611 The `UID` name component could not be parsed if it appears in a subject or issuer name --- src/ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssl.c b/src/ssl.c index 8f241b01b..e70a78245 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -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,