]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Aug 2024 16:55:36 +0000 (18:55 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 16:55:36 +0000 (12:55 -0400)
commit22fdeeb3cb84284f20d6c6e77bb0bfb7d3235735
treeec90f4ef251d34bd1cad4ca724116150cec8f2fb
parent9d7209fc93922948ed3e65e6cfc339b833bc6677
[3.12] gh-79846: Make ssl.create_default_context() ignore invalid certificates (GH-91740) (#122769)

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]