From d908494fe5675720ce2bd87d8875b9c113683717 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Wed, 25 Jul 2018 17:33:29 +0100 Subject: [PATCH] Clarify Changelog entries Corrected some style issues, and moved some entries from bugfixes to changes. --- ChangeLog | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e3d4175b4..78ced5243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,16 +60,15 @@ Bugfix to the connection being terminated. Seen most often with OpenSSL using TLS 1.0. Reported by @kFYatek and by Conor Murphy on the forum. Fix contributed by Espressif Systems. Fixes #1632 - * Fail when receiving a TLS alert message with an invalid length, or invalid - zero-length messages when using TLS 1.2. Contributed by Espressif Systems. * Fix ssl_client2 example to send application data with 0-length content when the request_size argument is set to 0 as stated in the documentation. Fixes #1833. - * Correct the documentation for `mbedtls_ssl_get_session()`. - This API has deep copy of the session, and the peer - certificate is not lost. Fixes #926. + * Correct the documentation for `mbedtls_ssl_get_session()`. This API has + deep copy of the session, and the peer certificate is not lost. Fixes #926. Changes + * Fail when receiving a TLS alert message with an invalid length, or invalid + zero-length messages when using TLS 1.2. Contributed by Espressif Systems. * Change the shebang line in Perl scripts to look up perl in the PATH. Contributed by fbrosson in #1533.