We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a21055 commit caa1ab3Copy full SHA for caa1ab3
CHANGELOG.rst
@@ -4,6 +4,23 @@ Changelog
4
Versions are year-based with a strict backward-compatibility policy.
5
The third digit is only for regressions.
6
7
+24.2.0 (UNRELEASED)
8
+-------------------
9
+
10
+Backward-incompatible changes:
11
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13
+Deprecations:
14
+^^^^^^^^^^^^^
15
16
+Changes:
17
+^^^^^^^^
18
19
+- Added type hints for the ``SSL`` module.
20
+ `#1308 <https://github.com/pyca/pyopenssl/pull/1308>`_.
21
+- Changed ``OpenSSL.crypto.PKey.from_cryptography_key`` to accept public and private EC, ED25519, ED448 keys.
22
+ `#1310 <https://github.com/pyca/pyopenssl/pull/1310>`_.
23
24
24.1.0 (2024-03-09)
25
-------------------
26
0 commit comments