From 2bb9464c6eb3da36addd8c501f0a392c4339d1b8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 21 Mar 2015 09:54:17 -0500 Subject: add docs for the OID_BASIC_CONSTRAINTS constant --- docs/x509.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ~~~~~~~~~~ -- cgit v1.2.3