From 1d3f2bfc98a9f561891b7d772ad58d0c5d07edb9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 12:15:09 -0500 Subject: Fixed #2531 -- added missing EV oid --- docs/x509/reference.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/x509/reference.rst') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index b2192c4e..0bd169c9 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1851,6 +1851,10 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.2.840.113549.1.9.1"``. + .. attribute:: JURISDICTION_COUNTRY_NAME + + Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.3"``. + .. class:: SignatureAlgorithmOID -- cgit v1.2.3 From 45e507f1349a0a7630408841b5470f36b2081925 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 13:44:23 -0500 Subject: added two more oids --- docs/x509/reference.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/x509/reference.rst') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 0bd169c9..f4b372e3 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1855,6 +1855,14 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.3"``. + .. attribute:: JURISDICTION_LOCALITY_NAME + + Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.1"``. + + .. attribute:: JURISDICTION_STATE_OR_PROVINCE_NAME + + Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.2"``. + .. class:: SignatureAlgorithmOID -- cgit v1.2.3 From a2293c813d2645ac1cdb9ee17da247e2e67fab20 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Dec 2015 20:49:15 -0500 Subject: added business category oid --- docs/x509/reference.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/x509/reference.rst') diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index f4b372e3..91c53444 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1863,6 +1863,10 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"1.3.6.1.4.1.311.60.2.1.2"``. + .. attribute:: BUSINESS_CATEGORY + + Corresponds to the dotted string ``"2.5.4.15"``. + .. class:: SignatureAlgorithmOID -- cgit v1.2.3