]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-117785)
authorWill Childs-Klein <willck93@gmail.com>
Mon, 1 Jul 2024 13:28:35 +0000 (09:28 -0400)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 13:28:35 +0000 (15:28 +0200)
commit56a3ce2715509fc8e42ae40ec40ce6a590448da4
tree62b764358db946b10a61b7f7e83055fde17b50f8
parent8d0cafd6f23777e0e5defa65e3da048db9368ca7
gh-117784: Only reference PHA functions ifndef SSL_VERIFY_POST_HANDSHAKE (GH-117785)

With this change, builds with OpenSSL forks that don't have this functionalty
(like AWS-LC or BoringSSL) will require less patching.
Misc/NEWS.d/next/Library/2024-06-26-17-00-39.gh-issue-117784.inCtAV.rst [new file with mode: 0644]
Modules/_ssl.c