From 1cafac4d8fc5301d4e58bedbac45722bf7cdfd32 Mon Sep 17 00:00:00 2001 From: vEpiphyte Date: Thu, 15 Dec 2022 19:02:37 -0500 Subject: Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166) * Add support for X509_V_FLAG_PARTIAL_CHAIN * Remove unneeded import * Update changelog to add PR number. * Fix whitespace issue identified by black --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e09f648..04b24a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,9 @@ Deprecations: Changes: ^^^^^^^^ +- Add ``OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN`` constant to allow for users + to perform certificate verification on partial certificate chains. + `#1166 `_ 22.1.0 (2022-09-25) ------------------- -- cgit v1.2.1