|
1 |
| -tlslite-ng version 0.8.0-alpha41 (2021-05-26) |
| 1 | +tlslite-ng version 0.8.0-alpha42 (2021-08-06) |
2 | 2 |
|
3 | 3 | [](https://github.com/tlsfuzzer/tlslite-ng/actions?query=workflow%3A%22GitHub+CI%22+branch%3Amaster)
|
4 | 4 | [](https://tlslite-ng.readthedocs.io/en/latest/)
|
@@ -61,13 +61,14 @@ Implemented TLS features include:
|
61 | 61 | * Extended master secret
|
62 | 62 | * padding extension
|
63 | 63 | * keying material exporter
|
64 |
| -* RSA, RSA-PSS and ECDSA certificates |
| 64 | +* RSA, RSA-PSS, ECDSA, and EdDSA certificates |
65 | 65 | * ticket based session resumption in TLSv1.3
|
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)
|
69 | 69 | * FFDHE supported_groups extension
|
70 | 70 | * X25519 and X448 ECDHE key exchange
|
| 71 | +* Ed25519 and Ed448 EdDSA signatures |
71 | 72 | * (experimental) TACK extension
|
72 | 73 | * heartbeat extension and protocol
|
73 | 74 | * Record Size Limit extension
|
@@ -686,6 +687,9 @@ may not work with all asyncore.dispatcher subclasses.
|
686 | 687 | backends
|
687 | 688 | * strict handling of CCS in TLS 1.3 (don't allow it post handshake)
|
688 | 689 | * improved RSA key generation - don't generate biased primes
|
| 690 | +* support for both encodings of RSA-PSS algorithm identifier in X.509 |
| 691 | +* Support for EdDSA (Ed25519 and Ed448) in TLS 1.2 and TLS 1.3, both |
| 692 | + for server and client certificates |
689 | 693 |
|
690 | 694 |
|
691 | 695 | 0.7.0 - 2017-07-31
|
|
0 commit comments