From 88bdb0bb516c4d4954f61e30042633d98fab34a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 10 Mar 2015 14:02:33 +0000 Subject: [PATCH] Update Changelog with recent changes --- ChangeLog | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b926d077f..03511e84a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,25 @@ mbed TLS ChangeLog (Sorted per branch, date) -= PolarSSL 1.4.0 (DTLS feature preview) released 2015-02-16 -Note: This is a feature preview release for DTLS. The 1.4 branch is not - maintained further and should not be used to start new projects. += PolarSSL 2.0 branch Features * Support for DTLS 1.0 and 1.2 (RFC 6347). API Changes + * Headers are now found in the 'mbedtls' directory (previously 'polarssl'). + * Change SSL_DISABLE_RENEGOTIATION config.h flag to SSL_RENEGOTIATION + (support for renegotiation now needs explicit enabling in config.h). + * Remove compat-1.2.h (helper for migrating from 1.2 to 1.3). + * Remove openssl.h (very partial OpenSSL compatibility layer). * net_connect() and net_bind() have a new 'proto' argument to choose between TCP and UDP, using the macros NET_PROTO_TCP or NET_PROTO_UDP. * ssl_set_bio() now requires that p_send == p_recv. * ssl_set_bio() is deprecated in favor of ssl_set_bio_timeout(). +Changes + * Support for receiving SSLv2 ClientHello is now disabled by default at + compile time. + = mbed TLS 1.3 branch Security