1
- tlslite-ng version 0.8.0-alpha45 (2023-08-01 )
1
+ tlslite-ng version 0.8.0-alpha46 (2023-08-03 )
2
2
3
3
[ ![ Build Status] ( https://github.com/tlsfuzzer/tlslite-ng/workflows/GitHub%20CI/badge.svg?branch=master )] ( https://github.com/tlsfuzzer/tlslite-ng/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster )
4
4
[ ![ Read the Docs] ( https://img.shields.io/readthedocs/tlslite-ng )] ( https://tlslite-ng.readthedocs.io/en/latest/ )
@@ -62,7 +62,7 @@ Implemented TLS features include:
62
62
* padding extension
63
63
* keying material exporter
64
64
* RSA, RSA-PSS, ECDSA, and EdDSA certificates
65
- * ticket based session resumption in TLSv1.3
65
+ * ticket based session resumption
66
66
* 1-RTT handshake, Hello Retry Request, middlebox compatibility mode,
67
67
cookie extension, post-handshake authentication and KeyUpdate
68
68
(TLS 1.3)
@@ -686,6 +686,7 @@ may not work with all asyncore.dispatcher subclasses.
686
686
* handle too short RSA ciphertexts for the key size consistently between
687
687
backends
688
688
* strict handling of CCS in TLS 1.3 (don't allow it post handshake)
689
+ * detect and reject multi-byte CCS messages
689
690
* improved RSA key generation - don't generate biased primes
690
691
* support for both encodings of RSA-PSS algorithm identifier in X.509
691
692
* Support for EdDSA (Ed25519 and Ed448) in TLS 1.2 and TLS 1.3, both
@@ -694,7 +695,8 @@ may not work with all asyncore.dispatcher subclasses.
694
695
* Better handling of HMACs in FIPS mode
695
696
* Generate RSA keys with 65537 as public exponent with m2crypto (as with
696
697
other backends)
697
-
698
+ * Ticket based session resumption in TLS 1.2 and earlier
699
+ * strict size checking of `session_id` field in ClientHello
698
700
699
701
0.7.0 - 2017-07-31
700
702
0 commit comments