Update ECH roadmap entry to reflect that it refers only to client side support.

This commit is contained in:
Josh Aas 2024-01-04 10:52:52 -05:00 committed by Daniel McCarney
parent 2a4aaa249e
commit d683f4f7c0
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ In rough order of priority:
* **OpenSSL API Compatibility Layer**.
Add an OpenSSL C API compatibility layer for adoption purposes.
* **Support Encrypted Client Hello**.
* **Support Encrypted Client Hello (Client Side)**.
Encrypted Client Hello is an upcoming standard from the TLS WG providing better
protection for some of the data sent by a client in the initial Client Hello
message.
rustls/rustls#508
rustls/rustls#1718
* **Additional Performance Optimization**.
Additional performance optimization including CPU usage, latency, and memory