]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERR...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 3 Aug 2023 14:09:32 +0000 (07:09 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 14:09:32 +0000 (15:09 +0100)
commit24d54feafc28a9fb421de852d830cc370fe51db3
tree9af84910df0854d6f8d5b42b010e990086c6400f
parenta9e5e59b7d912b4a90c550fad6a2d208bf8a1ed9
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589)

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