Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a972ea4

Browse files
authoredFeb 18, 2024··
Fixed typos in CHANGELOG.rst (#1293)
1 parent 482b95e commit a972ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Backward-incompatible changes:
2727

2828
- Dropped support for Python 3.6.
2929
- 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.
3131
- Added ``OpenSSL.SSL.OP_LEGACY_SERVER_CONNECT`` to allow legacy insecure renegotiation between OpenSSL and unpatched servers.
3232
`#1234 <https://github.com/pyca/pyopenssl/pull/1234>`_.
3333

@@ -220,7 +220,7 @@ Backward-incompatible changes:
220220
Deprecations:
221221
^^^^^^^^^^^^^
222222

223-
- Deprecated ``OpenSSL.crypto.loads_pkcs7`` and ``OpenSSL.crypto.loads_pkcs12``.
223+
- Deprecated ``OpenSSL.crypto.load_pkcs7`` and ``OpenSSL.crypto.load_pkcs12``.
224224

225225
Changes:
226226
^^^^^^^^

0 commit comments

Comments
 (0)
Please sign in to comment.