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-42854: Use SSL_read/write_ex() (GH-25468) #25468

Merged
merged 1 commit into from Apr 19, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Apr 19, 2021

The ssl module now uses SSL_read_ex and SSL_write_ex
internally. The functions support reading and writing of data larger
than 2 GB. Writing zero-length data no longer fails with a protocol
violation error.

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue42854

The ssl module now uses ``SSL_read_ex`` and ``SSL_write_ex``
internally. The functions support reading and writing of data larger
than 2 GB. Writing zero-length data no longer fails with a protocol
violation error.

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran force-pushed the bpo-42854-ssl-write-ex branch from 371d546 to bf62403 Compare Apr 19, 2021
@tiran tiran changed the title bpo-42854: Use SSL_read/write_ex() bpo-42854: Use SSL_read/write_ex() (GH-25468) Apr 19, 2021
@tiran tiran merged commit 89d1550 into python:master Apr 19, 2021
12 checks passed
@tiran tiran deleted the bpo-42854-ssl-write-ex branch Apr 19, 2021
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
The ssl module now uses ``SSL_read_ex`` and ``SSL_write_ex``
internally. The functions support reading and writing of data larger
than 2 GB. Writing zero-length data no longer fails with a protocol
violation error.

Signed-off-by: Christian Heimes <christian@python.org>
tiran added a commit to tiran/cpython that referenced this pull request Aug 3, 2022
tiran added a commit to tiran/cpython that referenced this pull request Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants