mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-09 21:44:28 +00:00
Addition of the migration guide and change log files
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
5bbbb5ed28
commit
9c90226df1
5
ChangeLog.d/issue4083.txt
Normal file
5
ChangeLog.d/issue4083.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Changes
|
||||
* Remove the following functions: mbedtls_timing_self_test() and
|
||||
mbedtls_hardclock_poll(). Move the following functions to the benchmark.c
|
||||
file and make them static: mbedtls_timing_hardclock() and
|
||||
mbedtls_set_alarm(). Fixes #4083.
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user