diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-19 22:05:26 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-19 09:05:26 -0500 |
commit | 36d5cd6a14f01434d829a381eeb85752f8384dbc (patch) | |
tree | a1cb8181aa668b10ad53625b30872590b930c358 /docs | |
parent | df203db3ab478a1262f9465d251b26ee42766e27 (diff) | |
download | cryptography-36d5cd6a14f01434d829a381eeb85752f8384dbc.tar.gz cryptography-36d5cd6a14f01434d829a381eeb85752f8384dbc.tar.bz2 cryptography-36d5cd6a14f01434d829a381eeb85752f8384dbc.zip |
add a few more OIDs (#3259)
pulled from #3244
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/reference.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index d3e72c0a..68e1f73c 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2332,6 +2332,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.65"``. + .. attribute:: USER_ID + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"0.9.2342.19200300.100.1.1"``. + .. attribute:: DOMAIN_COMPONENT Corresponds to the dotted string ``"0.9.2342.19200300.100.1.25"``. A string @@ -2357,6 +2363,18 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.15"``. + .. attribute:: POSTAL_ADDRESS + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.16"``. + + .. attribute:: POSTAL_CODE + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.17"``. + .. class:: SignatureAlgorithmOID |