Skip to content

Commit

Permalink
Added changelog entry for EC changes (#1329)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 4, 2024
1 parent 8c42c52 commit d8e89ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Deprecations:
^^^^^^^^^^^^^

- Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.
- 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``.

Changes:
^^^^^^^^
Expand Down

0 comments on commit d8e89ed

Please sign in to comment.