From b31622b369618746e54242ebfcc305154bf0ef59 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 13 May 2022 05:53:44 +0200 Subject: 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 --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.rst') 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 `_ + 22.0.0 (2022-01-29) ------------------- -- cgit v1.2.1