Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable use of CRL (and more) in verify context. #483

Merged
merged 18 commits into from
Jun 5, 2016
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Deprecations:
Changes:
^^^^^^^^

*none*
- Enable use of CRL (and more) in verify context.
`#483 <https://github.com/pyca/pyopenssl/pull/483>`_


----
Expand Down
19 changes: 19 additions & 0 deletions doc/api/crypto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,25 @@ X509StoreContext objects

.. _openssl-pkey:

X509StoreFlags enums
--------------------

.. 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
------------

Expand Down
Loading