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:
@ -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.
|
Reference in New Issue
Block a user