aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-21 09:54:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-21 09:54:17 -0500
commit2bb9464c6eb3da36addd8c501f0a392c4339d1b8 (patch)
tree4f7cb048f1e34cb4224983d6de7f440e2a13ef87
parent8cf26425504d22dbcf463ff702a167cbe3567e6a (diff)
downloadcryptography-2bb9464c6eb3da36addd8c501f0a392c4339d1b8.tar.gz
cryptography-2bb9464c6eb3da36addd8c501f0a392c4339d1b8.tar.bz2
cryptography-2bb9464c6eb3da36addd8c501f0a392c4339d1b8.zip
add docs for the OID_BASIC_CONSTRAINTS constant
-rw-r--r--docs/x509.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 89265df2..18f6ff18 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -473,6 +473,14 @@ Signature Algorithm OIDs
Corresponds to the dotted string ``2.16.840.1.101.3.4.3.2"``. This is
a SHA256 digest signed by a DSA key.
+Extension OIDs
+~~~~~~~~~~~~~~
+
+.. data:: OID_BASIC_CONSTRAINTS
+
+ Corresponds to the dotted string ``"2.5.29.19"``. The identifier for the
+ basic constraints extension.
+
Exceptions
~~~~~~~~~~