summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2020-08-08 03:08:17 +0200
committerGitHub <noreply@github.com>2020-08-07 20:08:17 -0500
commit79b9c79148f51fc9321ab4450947b259cb5804fb (patch)
tree1c85b611e46d8743b46245c88b6527e60be2c877 /CHANGELOG.rst
parent33c5499ce34f5e1c7c2630c6a1446353eee31755 (diff)
downloadpyopenssl-79b9c79148f51fc9321ab4450947b259cb5804fb.tar.gz
Context.set_verify: allow omission of callback (#933)
* Context.set_verify: allow omission of callback * squeeze to 80 chars * make it clear that default callback is used
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9ceedd0..e8c52c2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -29,6 +29,9 @@ Changes:
- Added ``OpenSSL.SSL.Connection.get_verified_chain`` to retrieve the
verified certificate chain of the peer.
`#894 <https://github.com/pyca/pyopenssl/pull/894>`_.
+- Make verification callback optional in ``Context.set_verify``.
+ If omitted, OpenSSL's default verification is used.
+ `#933 <https://github.com/pyca/pyopenssl/pull/933>`_
19.1.0 (2019-11-18)