summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Birr-Pixton <jpixton@gmail.com>2024-07-08 10:43:34 +0100
committerJoe Birr-Pixton <jpixton@gmail.com>2024-07-08 16:01:14 +0000
commit7b521dadb98d9198bc8f5e56efe9c14c9690aa83 (patch)
treea699ab82643632eb790dd9ed7ec3c234e2e889a6
parentcd9be0d031e19dfc8a165e0fa728f73115eda591 (diff)
roadmap: reflect 0.23.11v/0.23.11
-rw-r--r--ROADMAP.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 99b969ed..c9949e4b 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -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
@@ -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)**.