From: Dmitry Belyavskiy Date: Wed, 21 Aug 2019 15:35:45 +0000 (+0300) Subject: Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes X-Git-Tag: openssl-3.0.0-alpha7~479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bf093be31f4a485104068e8f52dd99b242480cd;p=thirdparty%2Fopenssl.git Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributes Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9654) --- diff --git a/crypto/asn1/tbl_standard.h b/crypto/asn1/tbl_standard.h index f1750fe78f6..ea6ad2847ad 100644 --- a/crypto/asn1/tbl_standard.h +++ b/crypto/asn1/tbl_standard.h @@ -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} };