Merge remote-tracking branch 'upstream-restricted/pr/613' into mbedtls-2.16-restricted

This commit is contained in:
Gilles Peskine 2019-08-14 16:36:30 +02:00
commit 3a930650c8
4 changed files with 30 additions and 1 deletions

View file

@ -2,6 +2,11 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Security
* Fix a missing error detection in ECJPAKE. This could have caused a
predictable shared secret if a hardware accelerator failed and the other
side of the key exchange had a similar bug.
Bugfix
* Fix to allow building test suites with any warning that detects unused
functions. Fixes #1628.