summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorThomas Sileo <tsileo@users.noreply.github.com>2016-11-22 18:13:30 +0100
committerHynek Schlawack <hs@ox.cx>2016-11-22 18:13:30 +0100
commite15e60a587efcddd61e391a8e5917291c98d554e (patch)
tree06ce1ac56ad303438193696b606411559af07a69 /CHANGELOG.rst
parent33675f90f18cb8e926fccb13a1e60e900d56f7ff (diff)
downloadpyopenssl-e15e60a587efcddd61e391a8e5917291c98d554e.tar.gz
Add the ability to set a custom verification time on X509Store (#567)
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 efc008b..19cebf1 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -23,7 +23,8 @@ Deprecations:
Changes:
^^^^^^^^
-*none*
+- Added ``OpenSSL.X509Store.set_time()`` to set a custom verification time when verifying certificate chains.
+ `#567 <https://github.com/pyca/pyopenssl/pull/567>`_
----