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 benjamin.peterson, christian.heimes, larry, ned.deily
Date 2017-01-22.22:39:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485124758.09.0.0289749815824.issue29136@psf.upfronthosting.co.za>
In-reply-to
Content
memo to me: Update the TLS cipher list to include TLS 1.3 ciphers. TLS 1.3 uses a disjunct set of cipher suites. No member of the current cipher suite set is compatible with TLS 1.3. Handshake with TLS 1.3 enabled servers is going to fail.

As of today OpenSSL 1.1.1-dev provides one of five TLS 1.3 ciphers: TLS13-AES-128-GCM-SHA256. TLS13-AES-256-GCM-SHA384 and TLS13-CHACHA20-POLY1305 are not yet implemented as are CCM block mode.
History
Date User Action Args
2017-01-22 22:39:18christian.heimessetrecipients: + christian.heimes, larry, benjamin.peterson, ned.deily
2017-01-22 22:39:18christian.heimessetmessageid: <1485124758.09.0.0289749815824.issue29136@psf.upfronthosting.co.za>
2017-01-22 22:39:18christian.heimeslinkissue29136 messages
2017-01-22 22:39:17christian.heimescreate