]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-103378)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Apr 2023 18:21:27 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2023 18:21:27 +0000 (11:21 -0700)
commit4fa5fda14b11457dda7ef389e5486bfe3ea7b8f5
tree591ec0fd902b89883c82f291b0799f73f9a51e27
parent77359a86b8b48991eb1b411be1b84662343c8fe3
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (GH-103378)

Migrate `SSLContext.set_ecdh_curve()` not to use deprecated OpenSSL APIs.
(cherry picked from commit 35167043e3a21055a94cf3de6ceccd1585554cb8)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Misc/NEWS.d/next/Core and Builtins/2023-04-08-17-13-07.gh-issue-103242.ysI1b3.rst [new file with mode: 0644]
Modules/_ssl.c