From 3b328512bcc259fedbf8fd8ffa03f53457b241c5 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Mon, 6 Apr 2020 00:17:38 +1000 Subject: [PATCH] Further tweak change log for 3.1.0. --- ChangeLog | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4bc0dce..6a56c95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,29 +30,31 @@ LibreSSL Portable Release Notes: 3.1.0 - Development release - * Added new TLS 1.3 implementation with new state machine and record layer - implementations. Enabled client side TLS 1.3 by default. Server side will - be enabled in a future release. + * Completed initial TLS 1.3 implementation with a completely new state + machine and record layer. TLS 1.3 is now enabled by default for the + client side, with the server side to be enabled in a future release. + Note that the OpenSSL TLS 1.3 API is not yet visible/available. - * Improved compatibility with backported functionality and documentation + * Many more code cleanups, fixes, and improvements to memory handling + and protocol parsing. + + * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1. + + * Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL + 1.1.1 and enabled by default. + + * Improved compatibility by backporting functionality and documentation from OpenSSL 1.1.1. - * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1 + * Added many new additional crypto test vectors. - * Enabled Cryptographic Message Syntax (CMS) support + * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics. - * Added many new additional crypto test vectors + * Default CA bundle location is now configurable in portable builds. - * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics + * Added cms subcommand to openssl(1). - * More code cleanups, fixes, and improvements of memory handling and - protocol parsing - - * Default CA bundle location is now configurable in portable builds - - * Added cms subcommand to openssl(1) - - * Added -addext option to openssl(1) req subcommand + * Added -addext option to openssl(1) req subcommand. 3.0.2 - Stable release