-
Notifications
You must be signed in to change notification settings - Fork 419
Set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in calling OpenSSL #1287
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
Open
julianz-
wants to merge
45
commits into
pyca:main
Choose a base branch
from
julianz-:jan23-2024
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 22 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
83ac22c
Fix for problem caused by SSL_WANT_READ or SSL_WANT_WRITE errors.
julianz- 2e8dbce
Set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in calling OpenSSL
julianz- 4c56afc
removed Python 3.7 from the -cryptographyMain tests because it fails
julianz- 9eab5f3
removed failing tests that are no longer compatible
julianz- 3dde737
removed failing test
julianz- 0437ba8
Revert "removed failing tests that are no longer compatible"
julianz- b82933b
Revert "removed failing test"
julianz- 4a463cb
tests added for checking SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER
julianz- 3f581dc
added type fixes to tests
julianz- 9246994
fixed clear_mode
julianz- bddb04d
cleaned up for flake8
julianz- bbe8156
fixed test_moving_write_buffer_should_fail test
julianz- 0dfc149
more lint fixes
julianz- 57af3af
formatting fixes
julianz- 46107db
fix to clear_mode() decorator
julianz- 08150c5
Revert "removed Python 3.7 from the -cryptographyMain tests because i…
julianz- 7d6365d
removed py37-cryptographyMain because of version conflicts
julianz- 8b2a84b
fixed fail message in test_moving_write_buffer_should_fail
julianz- 3724e4e
fixed typo
julianz- d95dcf5
fixed wording
julianz- 891bdc4
improved test for moving buffer
julianz- 9fa1290
format fix
julianz- fffb607
type correction for mypy
julianz- 2c638f7
fix for lint
julianz- 234818e
refactored moving buffer tests
julianz- 666fb00
type fixes for mypy
julianz- 704767f
fix for ruff
julianz- 87327ec
fixed test_wantWriteError to work better on MacOS
julianz- a402470
improved code coverage
julianz- 69de9ea
improved test for moving buffer
julianz- 93bf6b3
fixed wording on _attempt_want_write_error
julianz- b3fb213
fixed wording on _attempt_want_write_error
julianz- ef258c6
revised create_ssl_nonblocking_connection() to resuse _create_certifi…
julianz- 994338d
formatting fixes
julianz- be42010
Merge branch 'test/moving_buf' into jan23-2024
julianz- ba9ba3f
undid the change to test_wantWriteErro
julianz- c48e628
simplified and revised moving buffer tests
julianz- df909ea
revised create_ssl_nonblocking_connection() to use handshake()
julianz- c7ee91e
adjusted requested buffer size
julianz- 3d0dd05
simplified create_ssl_nonblocking_connection() further
julianz- 5cd4eb3
adjusted buffer size
julianz- 44a371a
simplified _drain_server_buffers()
julianz- dd61474
remove no cover from _badwriteretry
julianz- 4b42b89
removed some code with pragma no covers
julianz- 92f5d21
minor fix to tox.ini to not pass on pytest debug flags to sphinx
julianz- File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.