]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133623: Add `ssl.HAS_PSK_TLS13` to detect external TLS 1.3 PSK support (#133624)
authorWill Childs-Klein <willck93@gmail.com>
Fri, 9 May 2025 07:09:09 +0000 (03:09 -0400)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 07:09:09 +0000 (09:09 +0200)
commit6801bd32cb9bd2bfa87b52d46fb453557d9568ed
treec768681c3ef399add923f739cfe91335b810aa1f
parentf77dac66e1867cfdf6f7549822dd64416f6063bc
gh-133623: Add `ssl.HAS_PSK_TLS13` to detect external TLS 1.3 PSK support (#133624)
Doc/library/ssl.rst
Doc/whatsnew/3.15.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Security/2025-05-07-22-49-27.gh-issue-133623.fgWkBm.rst [new file with mode: 0644]
Modules/_ssl.c