File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Specific features, in rough order of priority:
6
6
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
-
13
7
* ** Address asynchronous handshake interruption** .
14
8
Allow completion of user-provided operations to be deferred.
15
9
rustls/rustls #850
@@ -34,6 +28,14 @@ General priorities:
34
28
35
29
## Past priorities
36
30
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
+
37
39
Delivered in 0.23.10:
38
40
39
41
* ** Support Encrypted Client Hello (Client Side)** .
You can’t perform that action at this time.
0 commit comments