8000 gh-107361: strengthen default SSL context flags by woodruffw · Pull Request #112389 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107361: strengthen default SSL context flags #112389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Mar 6, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add news entry
  • Loading branch information
woodruffw committed Nov 25, 2023
commit 4782048d28b126211c0975e5fc677097fc4e4a26
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add :data:`ssl.VERIFY_X509_PARTIAL_CHAIN` and :data:`VERIFY_X509_STRICT`
to the default SSL context created with :func:`ssl.create_default_context`.
0