Skip to content
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

bpo-27815: Make SSL suppress_ragged_eofs default more secure #5266

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Jan 21, 2018

Patch by Martin Panter.

https://bugs.python.org/issue27815

shutdown from a truncation attack. There is a new
:attr:`SSLContext.suppress_ragged_eofs
<ssl.SSLContext.suppress_ragged_eofs>` attribute, which can be used to re-
enable the setting via a context object.
Copy link
Member

@vstinner vstinner Jan 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please mention Martin Panter here, like "Patch by Martin Panter".

@github-actions
Copy link

github-actions bot commented Aug 14, 2022

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review stale Stale PR or inactive for long period of time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants