summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2022-05-13 05:53:44 +0200
committerGitHub <noreply@github.com>2022-05-13 11:53:44 +0800
commitb31622b369618746e54242ebfcc305154bf0ef59 (patch)
tree282921166cdadf03476a6c12d960dd92bb42751e /CHANGELOG.rst
parent3e4d61ab10a74510dd14b232d46d5eed87eddd09 (diff)
downloadpyopenssl-b31622b369618746e54242ebfcc305154bf0ef59.tar.gz
add `Connection.set_verify`, fix #255 (#1073)
* add `Connection.set_verify`, fix #255 * show that it works with cryptography main * Revert "show that it works with cryptography main" This reverts commit fb0136a8e5aa5d2c6e0c16f8f4ecee2f3c72a16b. * make it black
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d91b1a1..5f2589f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -19,6 +19,10 @@ Deprecations:
Changes:
^^^^^^^^
+- Add ``OpenSSL.SSL.Connection.set_verify`` and ``OpenSSL.SSL.Connection.get_verify_mode``
+ to override the context object's verification flags.
+ `#1073 <https://github.com/pyca/pyopenssl/pull/1073>`_
+
22.0.0 (2022-01-29)
-------------------