From 1b606d883575053e80809f7bb7d500afe365c024 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Wed, 13 Mar 2024 10:46:21 +0100 Subject: [PATCH] tls13-support.md: Early data supported now Signed-off-by: Ronald Cron --- docs/architecture/tls13-support.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/architecture/tls13-support.md b/docs/architecture/tls13-support.md index 33fe76d1a3..39c676cb1b 100644 --- a/docs/architecture/tls13-support.md +++ b/docs/architecture/tls13-support.md @@ -33,7 +33,7 @@ Support description - Mbed TLS supports session resumption via the ticket mechanism. - - Mbed TLS does not support sending or receiving early data (0-RTT data). + - Mbed TLS supports sending and receiving early data (0-RTT data). - Supported cipher suites: depends on the library configuration. Potentially all of them: @@ -59,7 +59,7 @@ Support description | key_share | YES | | pre_shared_key | YES | | psk_key_exchange_modes | YES | - | early_data | no | + | early_data | YES | | cookie | no | | supported_versions | YES | | certificate_authorities | no | @@ -173,8 +173,6 @@ Prototype upstreaming status The following parts of the TLS 1.3 prototype remain to be upstreamed: -- Sending (client) and receiving (server) early data (0-RTT data). - - New TLS Message Processing Stack (MPS) The TLS 1.3 prototype is developed alongside a rewrite of the TLS messaging layer,