]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)
authorRon Frederick <ronf@timeheart.net>
Sat, 30 Aug 2025 09:32:11 +0000 (02:32 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Aug 2025 09:32:11 +0000 (09:32 +0000)
commitbacb7771fb0390a1ae7f83b7bec97e5ce1d60d26
tree84b965cf9a75e8062ac54bec593648c1ae25df39
parent11217a883da324b85a290f5d78f090d8f4880f16
gh-137197: Add `SSLContext.set_ciphersuites` to set TLSv1.3 ciphers (#137198)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/ssl.rst
Doc/whatsnew/3.15.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2025-07-29-05-12-50.gh-issue-137197.bMK3sO.rst [new file with mode: 0644]
Modules/_ssl.c
Modules/clinic/_ssl.c.h