Skip to content

Commit d8e89ed

Browse files
authored
Added changelog entry for EC changes (#1329)
1 parent 8c42c52 commit d8e89ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Deprecations:
1414
^^^^^^^^^^^^^
1515

1616
- Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.
17+
- Deprecated ``OpenSSL.crypto.get_elliptic_curves`` and ``OpenSSL.crypto.get_elliptic_curve``, as well as passing the reult of them to ``OpenSSL.SSL.Context.set_tmp_ecdh``, users should instead pass curves from ``cryptography``.
1718

1819
Changes:
1920
^^^^^^^^

0 commit comments

Comments
 (0)