]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Sep 2024 10:53:59 +0000 (12:53 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Sep 2024 10:53:59 +0000 (12:53 +0200)
commit8c01b3426860acd5252a644e222b1d0d1f4e118f
tree3f8ef3eaf250616422c12f15186b846a3c590355
parent8a4f7082207cf11b26818c3290097856737b0385
[3.13] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740) (#122768)

gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740)

An error in one certificate should not cause the whole thing to fail.

(cherry picked from commit 9e551f9b351440ebae79e07a02d0e4a1b61d139e)

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/ssl.py
Misc/NEWS.d/next/Windows/2022-04-20-18-32-30.gh-issue-79846.Vggv3f.rst [new file with mode: 0644]