◐ Shell
clean mode source ↗

bpo-42854: Use SSL_read/write_ex() (GH-25468) by tiran · Pull Request #25468 · python/cpython

This was referenced

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>

@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 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

@tiran tiran mentioned this pull request

Apr 10, 2022

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