Add change log for early data feature

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2024-03-13 10:31:50 +01:00
parent 7b333f1e88
commit e40e42cf21

View File

@ -0,0 +1,4 @@
Features
* Mbed TLS now supports the writing and reading of TLS 1.3 early data.
Early data is supported when the configuration option
MBEDTLS_SSL_EARLY_DATA is enabled (disabled by default).