]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
authorWill Childs-Klein <willck93@gmail.com>
Tue, 24 Dec 2024 18:29:27 +0000 (12:29 -0600)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2024 18:29:27 +0000 (18:29 +0000)
commit418114c139666f33abff937e40ccbbbdce15bc39
tree97db70de47e6bb97168b9aeaf6f03b9cb3905443
parent7985d460c731b2c48419a33fc1820f9512bb6f21
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)

* Add ssl.HAS_PHA to detect libssl Post-Handshake-Auth support

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/ssl.rst
Doc/whatsnew/3.14.rst
Lib/ssl.py
Lib/test/test_httplib.py
Lib/test/test_ssl.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-17-18-20-37.gh-issue-128035.JwqHdB.rst [new file with mode: 0644]
Modules/_ssl.c