Skip to content

Commit a972ea4

Browse files
authored
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

Lines changed: 2 additions & 2 deletions
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)