commit | 09634248cb73f6cefac9bec432a7bdc642dd420c | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Thu Nov 29 09:55:41 2018 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jan 30 10:16:13 2020 +0100 |
tree | 4fa610e914b37278a8d9208846271486028ce089 | |
parent | d020bfc396999bd49c236915469b9c9f9c4337a6 [diff] [blame] |
Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
diff --git a/ChangeLog b/ChangeLog index e184c96..b9f592a 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,10 @@ = mbed TLS X.X.X branch released XXXX-XX-XX +New deprecations + * Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO that enables parsing + SSLv2 ClientHello messages. + Bugfix * Allow loading symlinked certificates. Fixes #3005. Reported and fixed by Jonathan Bennett <JBennett@incomsystems.biz> via #3008.