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

Could you please explain why you consider this a bug?

TLS 1.3 works differently than TLS 1.2. You must always assume that an 
application level read can result in a protocol level write operation and the 
other way around. This could happen with TLS 1.2, but it was less common to 
occur. With TLS 1.3 rekeying, client cert authentication with post handshake 
authentication, and sessions are most common examples.

----------
versions:  -Python 3.6, Python 3.7

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

Reply via email to