summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDan Sully <daniel-github@electricrain.com>2016-06-04 18:05:27 -0700
committerHynek Schlawack <hs@ox.cx>2016-06-04 18:05:27 -0700
commit44e767ae1e7c458fb039c3a711a562839f68ccaa (patch)
tree2f4f2d77a236ccd0602c26bc9a566be108b445d5 /doc
parentbf012875e787b9b898df2b85493fa2bb93f5a789 (diff)
downloadpyopenssl-44e767ae1e7c458fb039c3a711a562839f68ccaa.tar.gz
Enable use of CRL (and more) in verify context. (#483)
* Enable use of CRL (and more) in verify context. * flake8 fixes. * Comments from Hynek & Paul. * More updates from Paul & Hynek. * Fix closing backtick. * Remove commented out constants. * More doc updates. Changelog update. * Getting closer? * Sphinx fix. * Indent docstring. * More Sphinx updates. * Type updates for docstrings. * Remove Enum subclassing. * Docstring update. * Docstrings updates. * Round and round it goes. Where it ends, nobody knows. * Remove TODO comment. Need @sholsapp to follow up. * Time for lots of alcohol.
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 7597d7f..5f7df24 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -206,6 +206,25 @@ X509StoreContext objects
.. _openssl-pkey:
+X509StoreFlags constants
+------------------------
+
+.. autoclass:: X509StoreFlags
+
+ .. data:: CRL_CHECK
+ .. data:: CRL_CHECK_ALL
+ .. data:: IGNORE_CRITICAL
+ .. data:: X509_STRICT
+ .. data:: ALLOW_PROXY_CERTS
+ .. data:: POLICY_CHECK
+ .. data:: EXPLICIT_POLICY
+ .. data:: INHIBIT_MAP
+ .. data:: NOTIFY_POLICY
+ .. data:: CHECK_SS_SIGNATURE
+ .. data:: CB_ISSUER_CHECK
+
+.. _openssl-x509storeflags:
+
PKey objects
------------