Jerry Yu | 8049346 | 2023-03-02 18:05:10 +0800 | [diff] [blame^] | 1 | API 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 |