From 7a7032a4bacb38f772e7b153c77d1f636d9ef8b3 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 27 Sep 2021 13:38:46 +0200 Subject: [PATCH] Remove out of MVP scope items Signed-off-by: Ronald Cron --- docs/architecture/tls13-experimental.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index ed2b38f4fe..c3c181e0a8 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -190,11 +190,6 @@ the handshake with an handshake_failure closure alert and the of the MBEDTLS_SSL_TLS13_KEY_EXCHANGE_MODE_NONE/PSK/PSK_EPHEMERAL/EPHEMERAL runtime configuration macros. -Not in the plan yet but probably necessary for a viable client: -- server_name extension -- support for HelloRetryRequest -- fallback to TLS 1.2 - Coding rules checklist for TLS 1.3 ----------------------------------