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

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