tls1.3: early data: rephrase ChangeLog

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-11-09 16:00:39 +08:00
parent 65f7653bdd
commit 6cdfe9d51f

View file

@ -1,4 +1,4 @@
API changes
* Remove `tls13_` prefix in the name of mbedtls_ssl_tls13_conf_early_data()
and mbedtls_ssl_tls13_conf_max_early_data_size(). Early data feature may
not be TLS 1.3 specific in the furture, as requested in #6909.
* Remove `tls13_` in mbedtls_ssl_tls13_conf_early_data() and
mbedtls_ssl_tls13_conf_max_early_data_size() API names. Early data
feature may not be TLS 1.3 specific in the future. Fixes #6909.