summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorSándor Oroszi <oroszisam@gmail.com>2020-09-11 17:17:31 +0200
committerGitHub <noreply@github.com>2020-09-11 10:17:31 -0500
commit43c97767afe7aa1dccefec35946dbc8b9cde73a4 (patch)
tree39370cfdf0278f1b9d2c99da9973003b64393260 /CHANGELOG.rst
parent048821406137d6aba237c6309009dbe744548208 (diff)
downloadpyopenssl-43c97767afe7aa1dccefec35946dbc8b9cde73a4.tar.gz
Allow using an OpenSSL hashed directory for verification in X509Store (#943)
Add X509Store.load_locations() to set a CA bundle file and/or an OpenSSL- style hashed CA/CRL lookup directory, similar to the already existing SSL.Context.load_verify_locations(). Co-authored-by: Sandor Oroszi <sandor.oroszi@balabit.com>
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 e8c52c2..e5f08d2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -24,6 +24,9 @@ Deprecations:
Changes:
^^^^^^^^
+- Added ``OpenSSL.crypto.X509Store.load_locations`` to set trusted
+ certificate file bundles and/or directories for verification.
+ `#943 <https://github.com/pyca/pyopenssl/pull/943>`_
- Added ``Context.set_keylog_callback`` to log key material.
`#910 <https://github.com/pyca/pyopenssl/pull/910>`_
- Added ``OpenSSL.SSL.Connection.get_verified_chain`` to retrieve the