aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/tbl_standard.h
diff options
context:
space:
mode:
authorErwann Abalea <erwann.abalea@docusign.com>2017-05-31 11:54:02 -0400
committerRich Salz <rsalz@openssl.org>2017-05-31 13:33:20 -0400
commit4a8ab10dd205b0f8527f993e608ebe1b032768eb (patch)
tree56f7e6f7a5cb6505ad25284445e9e0b217dd7f21 /crypto/asn1/tbl_standard.h
parent545360c4dfbf90f63918be3d98e344adc7ca2d7f (diff)
downloadopenssl-4a8ab10dd205b0f8527f993e608ebe1b032768eb.zip
openssl-4a8ab10dd205b0f8527f993e608ebe1b032768eb.tar.gz
openssl-4a8ab10dd205b0f8527f993e608ebe1b032768eb.tar.bz2
Add some OID's from X.520
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3590)
Diffstat (limited to 'crypto/asn1/tbl_standard.h')
-rw-r--r--crypto/asn1/tbl_standard.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/asn1/tbl_standard.h b/crypto/asn1/tbl_standard.h
index a5a5bc8..777a734 100644
--- a/crypto/asn1/tbl_standard.h
+++ b/crypto/asn1/tbl_standard.h
@@ -53,6 +53,9 @@ static const ASN1_STRING_TABLE tbl_standard[] = {
{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}
+ {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}
};