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 christian.heimes, gchauvel
Date 2021-03-25.09:45:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616665514.42.0.955243555928.issue43622@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-25 09:45:14christian.heimessetrecipients: + christian.heimes, gchauvel
2021-03-25 09:45:14christian.heimessetmessageid: <1616665514.42.0.955243555928.issue43622@roundup.psfhosted.org>
2021-03-25 09:45:14christian.heimeslinkissue43622 messages
2021-03-25 09:45:14christian.heimescreate