From 85e51083d8b6b4a6968235d57713b9af98a150ea Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 27 Sep 2021 12:13:16 +0200 Subject: [PATCH] Add support for server_name extension Section 9.2 of the specification defines server_name extension as mandatory if not specified otherwise by an application profile. Thus add its support to the MVP scope. Signed-off-by: Ronald Cron --- docs/architecture/tls13-experimental.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/tls13-experimental.md b/docs/architecture/tls13-experimental.md index 9f6d0e48c..29cda88dc 100644 --- a/docs/architecture/tls13-experimental.md +++ b/docs/architecture/tls13-experimental.md @@ -87,7 +87,7 @@ the handshake with an handshake_failure closure alert and the | Extension | MVP | Prototype (1) | | ---------------------------- | ------- | ------------- | - | server_name | no | YES | + | server_name | YES | YES | | max_fragment_length | no | YES | | status_request | no | no | | supported_groups | YES | YES |