From 2bd0fbaad076578941cbe4e253000218bfe27775 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Thu, 13 Oct 2016 16:29:56 +0100 Subject: [PATCH] Update to Changelog for #626 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f82b69f3..ec9219bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -47,7 +47,7 @@ Bugfix * Fix potential byte overread when verifying malformed SERVER_HELLO in ssl_parse_hello_verify_request() for DTLS. Found by Guido Vranken. * Fix check for validity of date when parsing in mbedtls_x509_get_time(). - Found by subramanyam-c. + Found by subramanyam-c. #626 Changes * Extended test coverage of special cases, and added new timing test suite.