From 940dd4f63c57d5ebfe537c5d9cf6d86775071ccc Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 10 Apr 2017 16:13:06 +0100 Subject: [PATCH] Add Changelog entry for CA list suppression --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 243828d97..b65ff850d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,11 @@ Bugfix recent versions of the library. Found by Kyle Keen. * Fixed issue in mutexes to failing to initialise. #667 +Feature + * Add a new configuration option to 'mbedtls_ssl_config' to enable + suppressing the CA list in Certificate Request messages. The default + behaviour has not changed, namely every configured CAs name is included. + Bugfix * Remove macros from compat-1.3.h that correspond to deleted items from most recent versions of the library. Found by Kyle Keen.