blob: d0dedaf636ce5380871fc82bf3cb21a3d14766db [file] [log] [blame]
Jerry Yu80493462023-03-02 18:05:10 +08001API changes
2 * Add `mbedtls_ms_time` function, `mbedtls_ms_time_t` type to get
3 milliseconds. That is required for TLS 1.3 ticket lifetime. And
4 `mbedtls_ms_time` allows alternative implementation with
5 `MBEDTLS_PLATFORM_MS_TIME_ALT`, `MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO` and
6 `MBEDTLS_PRINTF_MS_TIME`.
7