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 alex, christian.heimes, dstufft, janssen, martin.panter, njs
Date 2018-05-23.13:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527083730.9.0.682650639539.issue30437@psf.upfronthosting.co.za>
In-reply-to
Content
The session ticket issue in TLS 1.3 handshake will be fixed by upstream patch https://github.com/openssl/openssl/pull/6340.

We still need to drain the SSL socket to remove pending application data before the second SSL_shutdown() call, but it's no longer critical to get basic TLS 1.3 support working.

Ned, I'm downgrading this issue from blocker to high.
History
Date User Action Args
2018-05-23 13:55:30christian.heimessetrecipients: + christian.heimes, janssen, alex, njs, martin.panter, dstufft
2018-05-23 13:55:30christian.heimessetmessageid: <1527083730.9.0.682650639539.issue30437@psf.upfronthosting.co.za>
2018-05-23 13:55:30christian.heimeslinkissue30437 messages
2018-05-23 13:55:30christian.heimescreate