blob: 497ed38d200edb1e038fc211c77c3f12f1a34fea [file] [log] [blame]
Ronald Cron85b9e092022-10-24 19:08:59 +02001Features
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.