Merge pull request #4640 from TRodziewicz/move_part_of_timing_module_out_of_the_library_and_to_test

Move part of timing module out of the library
This commit is contained in:
Dave Rodgman 2021-06-18 16:35:58 +01:00 committed by GitHub
commit 8c8166a7f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 286 additions and 532 deletions

View file

@ -0,0 +1,9 @@
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()`.
If you were relying on these functions, you'll now need to change to using your
platform's corresponding functions directly.