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, ddddaaaa, seahoh
Date 2019-12-10.07:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575963279.44.0.787039490206.issue37535@roundup.psfhosted.org>
In-reply-to
Content
do_handshake() performs just the handshake. TLS protocol can send or receive additional protocol data after the handshake, e.g. alerts, rekeying or renegotiation. The example just happened to not trigger these in TLS 1.2. TLS makes non-blocking IO more complicated.
History
Date User Action Args
2019-12-10 07:34:39christian.heimessetrecipients: + christian.heimes, ddddaaaa, seahoh
2019-12-10 07:34:39christian.heimessetmessageid: <1575963279.44.0.787039490206.issue37535@roundup.psfhosted.org>
2019-12-10 07:34:39christian.heimeslinkissue37535 messages
2019-12-10 07:34:39christian.heimescreate