From 489f80cbf562a7c42c1605c257fc2a0973c1e6b7 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 24 Oct 2017 11:56:58 +0100 Subject: [PATCH] Adapt ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index da29d70779..7ad3d620ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ Bugfix * Fix leap year calculation in x509_date_is_valid() to ensure that invalid dates on leap years with 100 and 400 intervals are handled correctly. Found by Nicholas Wilson. #694 + * Fix handling of handshake messages in mbedtls_ssl_read in case + MBEDTLS_SSL_RENEGOTIATION is disabled. Found by erja-gp. = mbed TLS 2.1.9 branch released 2017-08-10