From d58d715680157fa8281c67dd9ea2dd657b795368 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 29 Apr 2016 00:15:34 +0100 Subject: [PATCH] Update ChangeLog for bug #429 in ssl_fork_server --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index ec53df447..01563a422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ Bugfix dereference possible. * Fix issue that caused a crash if invalid curves were passed to mbedtls_ssl_conf_curves. #373 + * Fix issue in ssl_fork_server which was preventing it from functioning. #429 Changes * On ARM platforms, when compiling with -O0 with GCC, Clang or armcc5,