1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Addition of the migration guide and change log files

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
TRodziewicz
2021-06-11 14:30:01 +02:00
parent 5bbbb5ed28
commit 9c90226df1
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,12 @@
Move part of timing module out of the library
--
The change affects users who use any of the following functions:
`mbedtls_timing_self_test()`, `mbedtls_hardclock_poll()`,
`mbedtls_timing_hardclock()` and `mbedtls_set_alarm()`.
This change is the first step of a plan of removal of the `timing.c` from the
library. The plan is to move all the timing functions to the `platform.c` file.
For users who still need removed functions the migration path is to re-implement
them as a platform support code.