From 11d3282f5ac0bed4fd1ed8d0219048a248d4e6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 18 Jun 2019 10:34:15 +0200 Subject: [PATCH] Add a ChangeLog entry. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index e769dc27a..141536aa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -24,6 +24,8 @@ Features mbedtls_ssl_session_load() to allow serializing a session, for example to store it in non-volatile storage, and later using it for TLS session resumption. + * Add new configuration option MBEDTLS_SSL_PROTO_NO_TLS that enables code + size savings in configurations where only DTLS is used. Bugfix * Server's RSA certificate in certs.c was SHA-1 signed. In the default