Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16

This commit is contained in:
Simon Butcher 2019-01-08 16:34:19 +00:00
commit 874b60423e
21 changed files with 81 additions and 0 deletions

View file

@ -9,6 +9,8 @@ Bugfix
Raised as a comment in #1996.
* Reduce the stack consumption of mbedtls_mpi_fill_random() which could
previously lead to a stack overflow on constrained targets.
* Add `MBEDTLS_SELF_TEST` for the mbedtls_self_test functions
in the header files, which missed the precompilation check. #971
= mbed TLS 2.16.0 branch released 2018-12-21