1- tlslite-ng version 0.8.0-alpha45 (2023-08-01 )
1+ tlslite-ng version 0.8.0-alpha46 (2023-08-03 )
22
33[ ![ 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 )
44[ ![ 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:
6262* padding extension
6363* keying material exporter
6464* RSA, RSA-PSS, ECDSA, and EdDSA certificates
65- * ticket based session resumption in TLSv1.3
65+ * ticket based session resumption
6666* 1-RTT handshake, Hello Retry Request, middlebox compatibility mode,
6767 cookie extension, post-handshake authentication and KeyUpdate
6868 (TLS 1.3)
@@ -686,6 +686,7 @@ may not work with all asyncore.dispatcher subclasses.
686686* handle too short RSA ciphertexts for the key size consistently between
687687 backends
688688* strict handling of CCS in TLS 1.3 (don't allow it post handshake)
689+ * detect and reject multi-byte CCS messages
689690* improved RSA key generation - don't generate biased primes
690691* support for both encodings of RSA-PSS algorithm identifier in X.509
691692* 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.
694695* Better handling of HMACs in FIPS mode
695696* Generate RSA keys with 65537 as public exponent with m2crypto (as with
696697 other backends)
697-
698+ * Ticket based session resumption in TLS 1.2 and earlier
699+ * strict size checking of `session_id` field in ClientHello
698700
6997010.7.0 - 2017-07-31
700702
0 commit comments