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 [email protected]

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 <[email protected]>
@tiran tiran force-pushed the bpo-42854-ssl-write-ex branch from 371d546 to bf62403 Compare April 19, 2021 04:24
@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
@tiran tiran deleted the bpo-42854-ssl-write-ex branch April 19, 2021 04:55
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
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request Jan 3, 2024
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request Jan 3, 2024
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request Mar 25, 2024
WillChilds-Klein added a commit to WillChilds-Klein/cpython that referenced this pull request Mar 25, 2024
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.

3 participants