Christian Heimes <li...@cheimes.de> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to