From d212c3aae12a5ce613c8bb21a794d79505bf447d Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 23 Mar 2017 10:41:56 +0000 Subject: [PATCH] Add Changelog entry for RSA exponent blinding --- ChangeLog | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index b65ff850d..4b0c1ebd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,15 +24,6 @@ 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. - = mbed TLS 2.4.2 branch released 2017-03-08 Security