summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorvEpiphyte <epiphyte@vertex.link>2022-12-15 19:02:37 -0500
committerGitHub <noreply@github.com>2022-12-15 19:02:37 -0500
commit1cafac4d8fc5301d4e58bedbac45722bf7cdfd32 (patch)
treef30741d04c763aa5a38a3115e5cfa3e0d1438069 /CHANGELOG.rst
parent81c9eb16fcc41be06128c23c87eef849676e1a12 (diff)
downloadpyopenssl-1cafac4d8fc5301d4e58bedbac45722bf7cdfd32.tar.gz
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
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 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 <https://github.com/pyca/pyopenssl/pull/1166>`_
22.1.0 (2022-09-25)
-------------------