Christian Heimes added the comment:

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.

----------

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

Reply via email to