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:
parent
004df8ad5f
commit
85e51083d8
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue