commit | 2bb9464c6eb3da36addd8c501f0a392c4339d1b8 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Mar 21 09:54:17 2015 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Mar 21 09:54:17 2015 -0500 |
tree | 4f7cb048f1e34cb4224983d6de7f440e2a13ef87 | |
parent | 8cf26425504d22dbcf463ff702a167cbe3567e6a [diff] [blame] |
add docs for the OID_BASIC_CONSTRAINTS constant
diff --git a/docs/x509.rst b/docs/x509.rst index 89265df..18f6ff1 100644 --- a/docs/x509.rst +++ b/docs/x509.rst
@@ -473,6 +473,14 @@ 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 ~~~~~~~~~~