mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
3373ccaa18
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
API changes
|
|
* 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.
|
|
|