mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 02:15:04 +01:00
Fix for parsing pkcs9_contentType
This commit is contained in:
@@ -12632,6 +12632,10 @@ static int get_dn_attr_by_nid(int n, const char** buf)
|
||||
str = "DC";
|
||||
len = 2;
|
||||
break;
|
||||
case NID_pkcs9_contentType:
|
||||
str = "contentType";
|
||||
len = 11;
|
||||
break;
|
||||
default:
|
||||
WOLFSSL_MSG("Attribute type not found");
|
||||
str = NULL;
|
||||
|
||||
Reference in New Issue
Block a user