This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients amacd31, christian.heimes, methane
Date 2021-01-07.08:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610007302.5.0.0628458148011.issue42853@roundup.psfhosted.org>
In-reply-to
Content
I cannot lift the overflow restriction until we drop support for OpenSSL 1.0.2. The function SSL_write() and SSL_read() are limited to signed 32bit int. OpenSSL 1.1.1 has new SSL_write_ex() and SSL_read_ex() functions that support size_t. Even size_t limits the maximum value to unsigned 32bit (~4GB) on 32bit systems.
History
Date User Action Args
2021-01-07 08:15:02christian.heimessetrecipients: + christian.heimes, methane, amacd31
2021-01-07 08:15:02christian.heimessetmessageid: <1610007302.5.0.0628458148011.issue42853@roundup.psfhosted.org>
2021-01-07 08:15:02christian.heimeslinkissue42853 messages
2021-01-07 08:15:02christian.heimescreate