summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2022-09-16 23:55:17 +0200
committerGitHub <noreply@github.com>2022-09-16 16:55:17 -0500
commitf0ed288747a28a5785d7a62ef9e7afc699674625 (patch)
tree355b6d894d8f139f85823a6f71b19a1de9e12e90 /CHANGELOG.rst
parenta3483a7ad7415eb6037237b5261fb8a93e863589 (diff)
downloadpyopenssl-f0ed288747a28a5785d7a62ef9e7afc699674625.tar.gz
add `Connection.use_(certificate|privatekey)` (#1121)
* add `Connection.use_(certificate|privatekey)` * bump minimum cryptography version * deduplicate tests * black! * max line length
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8691102..2711b97 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -29,6 +29,8 @@ 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>`_
+- Add ``OpenSSL.SSL.Connection.use_certificate`` and ``OpenSSL.SSL.Connection.use_privatekey``
+ to set a certificate per connection (and not just per context) `#1121 <https://github.com/pyca/pyopenssl/pull/1121>`_.
22.0.0 (2022-01-29)
-------------------