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

This commit is contained in:
Simon Butcher 2019-01-08 16:33:28 +00:00
commit 9e17c2df47
2 changed files with 116 additions and 11 deletions

View file

@ -7,6 +7,8 @@ Bugfix
when MBEDTLS_ECP_ALT is defined. Reported by jwhui. Fixes #2242.
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
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.
= mbed TLS 2.16.0 branch released 2018-12-21