commit | 50be358479472b3affcab8cf05b0ecb3a0cc6225 | [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:44:54 2019 +0200 |
tree | 247f5945751051e87fa8fe3e7f2d2cd1d68c191a | |
parent | ad1836af58a33e82eafa7b059a7ecadd544ee8fb [diff] |
Add a change log entry
diff --git a/ChangeLog b/ChangeLog index 9702af2..a9c853e 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.