Skip to content

Commit 7b521da

Browse files
committed
roadmap: reflect 0.23.11
1 parent cd9be0d commit 7b521da

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

ROADMAP.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@
44

55
Specific features, in rough order of priority:
66

7-
* **Enforce Confidentiality / Integrity Limits**.
8-
The QUIC use of TLS mandates limited usage of AEAD keys. While TLS 1.3 and 1.2
9-
do not require this, the same kinds of issues can apply here, and we should
10-
consider implementing limits for TLS over TCP as well.
11-
rustls/rustls#755
12-
137
* **Address asynchronous handshake interruption**.
148
Allow completion of user-provided operations to be deferred.
159
rustls/rustls#850
@@ -34,6 +28,14 @@ General priorities:
3428

3529
## Past priorities
3630

31+
Delivered in 0.23.11:
32+
33+
* **Enforce Confidentiality / Integrity Limits**.
34+
The QUIC use of TLS mandates limited usage of AEAD keys. While TLS 1.3 and 1.2
35+
do not require this, the same kinds of issues can apply here, and we should
36+
consider implementing limits for TLS over TCP as well.
37+
rustls/rustls#755
38+
3739
Delivered in 0.23.10:
3840

3941
* **Support Encrypted Client Hello (Client Side)**.

0 commit comments

Comments
 (0)