commit | 589de374d76c497282d270e1a4f1d18982a16c9e | [log] [tgz] |
---|---|---|
author | k-stachowiak <krzysiek.stachowiak@gmail.com> | Wed Jul 10 11:43:23 2019 +0200 |
committer | k-stachowiak <krzysiek.stachowiak@gmail.com> | Wed Jul 10 11:43:23 2019 +0200 |
tree | d3a46dbac385965e2061e67c2525dca2635d1954 | |
parent | 0f16adace4489702cdee545c56adf5e3f64d162f [diff] [blame] |
Add a change log entry
diff --git a/ChangeLog b/ChangeLog index 3c8a8cd..975d62e 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,11 @@ = 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.