Reduce the timing tests complexity

This commit is contained in:
k-stachowiak
2019-01-29 10:19:49 +01:00
parent 874b60423e
commit 722334278b
3 changed files with 68 additions and 423 deletions

View File

@@ -12,6 +12,10 @@ Bugfix
* Add `MBEDTLS_SELF_TEST` for the mbedtls_self_test functions
in the header files, which missed the precompilation check. #971
Changes
* Reduced the complexity of the timing tests, as they were failing in less
reliable environments.
= mbed TLS 2.16.0 branch released 2018-12-21
Features