forked from wolfSSL/wolfssl
Printing the rfc822Mailbox x509 attribute
This commit is contained in:
@ -13726,6 +13726,10 @@ static int get_dn_attr_by_nid(int n, const char** buf)
|
||||
str = "title";
|
||||
len = 5;
|
||||
break;
|
||||
case WC_NID_rfc822Mailbox:
|
||||
str = "mail";
|
||||
len = 4;
|
||||
break;
|
||||
default:
|
||||
WOLFSSL_MSG("Attribute type not found");
|
||||
str = NULL;
|
||||
|
Reference in New Issue
Block a user