diff options
Diffstat (limited to 'docs/x509/reference.rst')
-rw-r--r-- | docs/x509/reference.rst | 8 |
1 files changed, 8 insertions, 0 deletions
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 |