From e2c38de76d7450a718e33292dab346f7ce165728 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 3 Aug 2024 23:59:03 -0400 Subject: [PATCH] Added changelog entry for EC changes --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 61420ee0..bd22676e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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: ^^^^^^^^