Skip to content

Commit

Permalink
Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #9654)
  • Loading branch information
beldmit committed Aug 26, 2020
1 parent 90c9319 commit 0bf093b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/asn1/tbl_standard.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static const ASN1_STRING_TABLE tbl_standard[] = {
{NID_SNILS, 1, 11, B_ASN1_NUMERICSTRING, STABLE_NO_MASK},
{NID_countryCode3c, 3, 3, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
{NID_countryCode3n, 3, 3, B_ASN1_NUMERICSTRING, STABLE_NO_MASK},
{NID_dnsName, 0, -1, B_ASN1_UTF8STRING, STABLE_NO_MASK}
{NID_dnsName, 0, -1, B_ASN1_UTF8STRING, STABLE_NO_MASK},
{NID_id_on_SmtpUTF8Mailbox, 1, ub_email_address, B_ASN1_UTF8STRING, STABLE_NO_MASK}
};

0 comments on commit 0bf093b

Please sign in to comment.