Annotate ASN.1 attributes of the jurisdictionCountryName NID
authorAlex Gaynor <alex.gaynor@gmail.com>
Mon, 24 Apr 2017 01:09:12 +0000 (21:09 -0400)
committerRichard Levitte <levitte@openssl.org>
Mon, 24 Apr 2017 01:29:45 +0000 (03:29 +0200)
EV Guidelines section 9.2.5 says jurisdictionCountryName follows the
same ASN.1 encoding rules as countryName.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3284)

crypto/asn1/tbl_standard.h

index 7fb04f85317cd7d1355365727789f5f6bc1bb1cb..a5a5bc8b06e9c2e0c3a091230d1ea7f7ff96a780 100644 (file)
@@ -50,6 +50,7 @@ static const ASN1_STRING_TABLE tbl_standard[] = {
     {NID_ms_csp_name, -1, -1, B_ASN1_BMPSTRING, STABLE_NO_MASK},
     {NID_rfc822Mailbox, 1, ub_rfc822_mailbox, B_ASN1_IA5STRING,
      STABLE_NO_MASK},
+    {NID_jurisdictionCountryName, 2, 2, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK},
     {NID_INN, 1, 12, B_ASN1_NUMERICSTRING, STABLE_NO_MASK},
     {NID_OGRN, 1, 13, B_ASN1_NUMERICSTRING, STABLE_NO_MASK},
     {NID_SNILS, 1, 11, B_ASN1_NUMERICSTRING, STABLE_NO_MASK}