From c709dfab9777b13fa98153e877fbee96524e0ab5 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Sun, 5 Feb 2017 16:48:47 +0000 Subject: [PATCH] Add detail to ChangeLog for SLOTH fix --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 3fd8e0e58..2489ce47d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ mbed TLS ChangeLog (Sorted per branch, date) Security * Removed MD5 from the allowed hash algorithms for CertificateRequest and CertificateVerify messages, to prevent SLOTH attacks against TLS 1.2. + Introduced by interoperability fix for #513. Bugfix * Fixed potential arithmetic overflow in mbedtls_ctr_drbg_reseed() that could