mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-18 19:27:41 +00:00
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
@ -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…
x
Reference in New Issue
Block a user