Ronald Cron | 85b9e09 | 2022-10-24 19:08:59 +0200 | [diff] [blame] | 1 | Features |
2 | * Mbed TLS supports TLS 1.3 key establishment via pre-shared keys, | ||||
3 | pre-shared keys provisioned externally or via the ticket mechanism | ||||
4 | (session resumption). | ||||
5 | The MBEDTLS_SSL_SESSION_TICKETS configuration option controls the support | ||||
6 | for the ticket mechanism. | ||||
7 | MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_xxx_ENABLED configuration options | ||||
8 | have been introduced to control the support for the three possible | ||||
9 | TLS 1.3 key exchange modes. |