From 3373ccaa180efff072aa0896621fb8d470c01e1e Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Mon, 13 Mar 2023 11:39:43 +0800 Subject: [PATCH] Update changelog Signed-off-by: Jerry Yu --- ChangeLog.d/add-milliseconds-time-api.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ChangeLog.d/add-milliseconds-time-api.txt b/ChangeLog.d/add-milliseconds-time-api.txt index d0dedaf63..d9e939fad 100644 --- a/ChangeLog.d/add-milliseconds-time-api.txt +++ b/ChangeLog.d/add-milliseconds-time-api.txt @@ -1,7 +1,5 @@ API changes - * Add `mbedtls_ms_time` function, `mbedtls_ms_time_t` type to get - milliseconds. That is required for TLS 1.3 ticket lifetime. And - `mbedtls_ms_time` allows alternative implementation with - `MBEDTLS_PLATFORM_MS_TIME_ALT`, `MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO` and - `MBEDTLS_PRINTF_MS_TIME`. + * Add new millisecond time type `mbedtls_ms_time_t` and `mbedtls_ms_time()` + function, needed for TLS 1.3 ticket lifetimes. Alternative implementations + can be created using an ALT interface.