summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
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 /CHANGELOG.rst
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 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index aeec693..b6401aa 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,7 +23,8 @@ Deprecations:
Changes:
^^^^^^^^
-*none*
+- Enable use of CRL (and more) in verify context.
+ `#483 <https://github.com/pyca/pyopenssl/pull/483>`_
----