]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:27 +0000 (07:09 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 14:09:27 +0000 (15:09 +0100)
commit4f65f03f2d597881e1a805e91579d10889299a3d
treead64ef590bae8302cfa7a6218280ea1ab47de40b
parent623b0d9c598585dd8917b794ae99ce89c6711c5e
[3.11] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107588)

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