]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103378)
authorDong-hee Na <donghee.na@python.org>
Sat, 8 Apr 2023 17:56:42 +0000 (02:56 +0900)
committerGitHub <noreply@github.com>
Sat, 8 Apr 2023 17:56:42 +0000 (10:56 -0700)
commit35167043e3a21055a94cf3de6ceccd1585554cb8
tree54aec317a977e034b9cb050b87eab6f32ae43d63
parent0ba0ca05d2b56afa0b055db02233e703fe138918
gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103378)

Migrate `SSLContext.set_ecdh_curve()` not to use deprecated OpenSSL APIs.
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