Skip to content

Commit

Permalink
roadmap: reflect 0.23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Jul 8, 2024
1 parent cd9be0d commit 7b521da
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

Specific features, in rough order of priority:

* **Enforce Confidentiality / Integrity Limits**.
The QUIC use of TLS mandates limited usage of AEAD keys. While TLS 1.3 and 1.2
do not require this, the same kinds of issues can apply here, and we should
consider implementing limits for TLS over TCP as well.
rustls/rustls#755

* **Address asynchronous handshake interruption**.
Allow completion of user-provided operations to be deferred.
rustls/rustls#850
Expand All @@ -34,6 +28,14 @@ General priorities:

## Past priorities

Delivered in 0.23.11:

* **Enforce Confidentiality / Integrity Limits**.
The QUIC use of TLS mandates limited usage of AEAD keys. While TLS 1.3 and 1.2
do not require this, the same kinds of issues can apply here, and we should
consider implementing limits for TLS over TCP as well.
rustls/rustls#755

Delivered in 0.23.10:

* **Support Encrypted Client Hello (Client Side)**.
Expand Down

0 comments on commit 7b521da

Please sign in to comment.