We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57061ca commit 7abe40cCopy full SHA for 7abe40c
CHANGELOG.rst
@@ -17,14 +17,15 @@ Changes:
17
^^^^^^^^
18
19
20
-22.1.0 (UNRELEASED)
+22.1.0 (2022-09-25)
21
-------------------
22
23
Backward-incompatible changes:
24
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25
26
- Remove support for SSLv2 and SSLv3.
27
-- The minimum ``cryptography`` version is now 37.0.2.
+- The minimum ``cryptography`` version is now 38.0.x (and we now pin releases
28
+ against ``cryptography`` major versions to prevent future breakage)
29
- The ``OpenSSL.crypto.X509StoreContextError`` exception has been refactored,
30
changing its internal attributes.
31
`#1133 <https://github.com/pyca/pyopenssl/pull/1133>`_
0 commit comments