diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-12 05:00:42 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-12 08:00:42 -0500 |
commit | c7ab9315fd7b58b4958f3e98c30ac731ef9e32ea (patch) | |
tree | 8b8a8a4062f696031e6656d482c9924a20945966 /docs/x509 | |
parent | c3b8ff69c1377937808cf64621dda40cc3e29c0a (diff) | |
download | cryptography-c7ab9315fd7b58b4958f3e98c30ac731ef9e32ea.tar.gz cryptography-c7ab9315fd7b58b4958f3e98c30ac731ef9e32ea.tar.bz2 cryptography-c7ab9315fd7b58b4958f3e98c30ac731ef9e32ea.zip |
Turns out we shouldn't call it uniqueIdentifier (#3234)
http://www.ca.com/us/services-support/ca-support/ca-support-online/knowledge-base-articles.tec465360.html
Diffstat (limited to 'docs/x509')
-rw-r--r-- | docs/x509/reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index eda0581b..bc408ae6 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -2306,7 +2306,7 @@ instances. The following common OIDs are available as constants. Corresponds to the dotted string ``"2.5.4.44"``. - .. attribute:: UNIQUE_IDENTIFIER + .. attribute:: X500_UNIQUE_IDENTIFIER .. versionadded:: 1.6 |