Skip to content

Commit

Permalink
Improve the change log
Browse files Browse the repository at this point in the history
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
  • Loading branch information
ronald-cron-arm committed Mar 15, 2024
1 parent 933aec8 commit 582865f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.d/early-data.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
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).
* 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).

0 comments on commit 582865f

Please sign in to comment.