]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] 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 15:22:09 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 15:22:09 +0000 (16:22 +0100)
commit4d58a1d8fb27048c11bcbda3da1bebf78f979335
tree0b4c03c5784939fa00d453d4e21d50be4aade766
parent8c6f277e453f8d08addde8ed5a7ed1ba9c442904
[3.8] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (GH-107591)

(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