From 50be358479472b3affcab8cf05b0ecb3a0cc6225 Mon Sep 17 00:00:00 2001 From: k-stachowiak Date: Wed, 10 Jul 2019 11:43:23 +0200 Subject: [PATCH] Add a change log entry --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9702af207..a9c853edf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.