mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
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";
|
str = "title";
|
||||||
len = 5;
|
len = 5;
|
||||||
break;
|
break;
|
||||||
|
case WC_NID_rfc822Mailbox:
|
||||||
|
str = "mail";
|
||||||
|
len = 4;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
WOLFSSL_MSG("Attribute type not found");
|
WOLFSSL_MSG("Attribute type not found");
|
||||||
str = NULL;
|
str = NULL;
|
||||||
|
Reference in New Issue
Block a user