1- tlslite-ng version 0.8.0-alpha30 (2019-11-13 )
1+ tlslite-ng version 0.8.0-alpha31 (2019-11-26 )
22
33[ ![ Build Status] ( https://travis-ci.org/tomato42/tlslite-ng.svg?branch=master )] ( https://travis-ci.org/tomato42/tlslite-ng )
44[ ![ Coverage Status] ( https://coveralls.io/repos/tomato42/tlslite-ng/badge.svg?branch=master )] ( https://coveralls.io/r/tomato42/tlslite-ng?branch=master )
@@ -55,7 +55,7 @@ Implemented TLS features include:
5555* SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 and TLSv1.3
5656* ciphersuites with DHE, ADH, ECDHE, AECDH, RSA and SRP
5757 key exchange together
58- with AES (including GCM variant ), 3DES, RC4 and ChaCha20 (both the official
58+ with AES (CBC, GCM, CCM and CCM_8 ), 3DES, RC4 and ChaCha20 (both the official
5959 standard and the IETF draft) symmetric ciphers and NULL encryption.
6060* PSK and PSK-(EC)DHE key exchange in TLSv1.3
6161* Secure Renegotiation
@@ -599,7 +599,7 @@ may not work with all asyncore.dispatcher subclasses.
599599* fix Python 2 comaptibility issue with X.509 DER parsing (Erkki Vahala)
600600* TLS 1.3
601601 * final RFC 8446 support
602- * TLS 1.3 specific ciphers (AES-GCM and Chacha20)
602+ * TLS 1.3 specific ciphers (AES-GCM, AES-CCM, AES-CCM8 and Chacha20)
603603 * TLS 1.3 specific extensions and extension code points
604604 * 1-RTT handshake mode
605605 * HelloRetryRequest support
@@ -613,6 +613,7 @@ may not work with all asyncore.dispatcher subclasses.
613613 * downgrade sentinels in ServerHello.random
614614 * TLS Keying Material Exporter support in TLS 1.3 (Simo Sorce)
615615 * client certificate support (Simo Sorce)
616+ * KeyUpdate support
616617* fix minor compatibility issue with Jython2.7 (Filip Goldefus)
617618* higher precision of throughput measurement on non-Linux platforms
618619 (Efthimis Iosifidis)
@@ -648,6 +649,10 @@ may not work with all asyncore.dispatcher subclasses.
648649 ClientHello)
649650* support for HelloRequest messages (only for encoding/decoding, renegotiation
650651 is still unsupported)
652+ * nicer error messages when parsing malformed exceptions, TLS messages in
653+ general
654+ * AES-CCM and AES-CCM8 support (in TLS 1.2 and TLS 1.3) (Ivan Nikolchev)
655+ * added support for configuring enabled ciphers in `tls.py` (Ivan Nikolchev)
651656
6526570.7.0 - 2017-07-31
653658
0 commit comments