mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
582865fbfb
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
6 lines
324 B
Plaintext
6 lines
324 B
Plaintext
Features
|
|
* Mbed TLS now supports the writing and reading of TLS 1.3 early data (see
|
|
docs/tls13-early-data.md). The support enablement is controlled at build
|
|
time by the MBEDTLS_SSL_EARLY_DATA configuration option and at runtime by
|
|
the mbedtls_ssl_conf_early_data() API (by default disabled in both cases).
|