diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-11 17:38:59 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-11 20:38:59 -0500 |
commit | c3b8ff69c1377937808cf64621dda40cc3e29c0a (patch) | |
tree | 9fbafdbc53d582f3108a4c49611151e97f883653 /docs/x509 | |
parent | c41b9d4749643f58618be4a80fd043b81c0e2291 (diff) | |
download | cryptography-c3b8ff69c1377937808cf64621dda40cc3e29c0a.tar.gz cryptography-c3b8ff69c1377937808cf64621dda40cc3e29c0a.tar.bz2 cryptography-c3b8ff69c1377937808cf64621dda40cc3e29c0a.zip |
add some new oids (#3233)
* add some new oids
* As Alex pointed out, it's streetAddress
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index ce479a7c..eda0581b 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2270,6 +2270,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.8"``. + .. attribute:: STREET_ADDRESS + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.9"``. + .. attribute:: ORGANIZATION_NAME Corresponds to the dotted string ``"2.5.4.10"``. @@ -2300,6 +2306,12 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.44"``. + .. attribute:: UNIQUE_IDENTIFIER + + .. versionadded:: 1.6 + + Corresponds to the dotted string ``"2.5.4.45"``. + .. attribute:: DN_QUALIFIER Corresponds to the dotted string ``"2.5.4.46"``. This specifies |