]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERRO...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Feb 2024 16:02:34 +0000 (17:02 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 16:02:34 +0000 (17:02 +0100)
commit468ba95c797623ab4f4ff95ac342ded9e9a74e97
tree144ddecf5a9695b8177e6b49b97c362de786a672
parent4b68e5d7ab6a72dd4519564c1c2e9305cec66f10
[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107590)

(cherry picked from commit 77e09192b5f1caf14cd5f92ccb53a4592e83e8bc)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/Library/2023-08-03-12-52-19.gh-issue-107077.-pzHD6.rst [new file with mode: 0644]
Modules/_ssl.c