1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-09-01 05:01:58 +03:00

Add Changelog entry for RSA exponent blinding

This commit is contained in:
Janos Follath
2017-03-23 10:41:56 +00:00
committed by Simon Butcher
parent c66e5596ba
commit 2850cdaed9

View File

@@ -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