Printing the rfc822Mailbox x509 attribute

This commit is contained in:
Lealem Amedie
2024-12-17 15:39:23 -07:00
parent fcbea85ded
commit 651dab3dbf

View File

@ -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;