File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Backward-incompatible changes:
27
27
28
28
- Dropped support for Python 3.6.
29
29
- The minimum ``cryptography `` version is now 41.0.5.
30
- - Removed ``OpenSSL.crypto.loads_pkcs7 `` and ``OpenSSL.crypto.loads_pkcs12 `` which had been deprecated for 3 years.
30
+ - Removed ``OpenSSL.crypto.load_pkcs7 `` and ``OpenSSL.crypto.load_pkcs12 `` which had been deprecated for 3 years.
31
31
- Added ``OpenSSL.SSL.OP_LEGACY_SERVER_CONNECT `` to allow legacy insecure renegotiation between OpenSSL and unpatched servers.
32
32
`#1234 <https://github.com/pyca/pyopenssl/pull/1234 >`_.
33
33
@@ -220,7 +220,7 @@ Backward-incompatible changes:
220
220
Deprecations:
221
221
^^^^^^^^^^^^^
222
222
223
- - Deprecated ``OpenSSL.crypto.loads_pkcs7 `` and ``OpenSSL.crypto.loads_pkcs12 ``.
223
+ - Deprecated ``OpenSSL.crypto.load_pkcs7 `` and ``OpenSSL.crypto.load_pkcs12 ``.
224
224
225
225
Changes:
226
226
^^^^^^^^
You can’t perform that action at this time.
0 commit comments