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 <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2021-09-27 12:13:16 +02:00
parent 004df8ad5f
commit 85e51083d8

View file

@ -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 |