From 3b328512bcc259fedbf8fd8ffa03f53457b241c5 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Mon, 6 Apr 2020 00:17:38 +1000 Subject: Further tweak change log for 3.1.0. --- ChangeLog | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 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 - from OpenSSL 1.1.1. + * 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 + * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1. - * Enabled Cryptographic Message Syntax (CMS) support + * Ported Cryptographic Message Syntax (CMS) implementation from OpenSSL + 1.1.1 and enabled by default. - * Added many new additional crypto test vectors + * Improved compatibility by backporting functionality and documentation + from OpenSSL 1.1.1. - * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics + * Added many new additional crypto test vectors. - * More code cleanups, fixes, and improvements of memory handling and - protocol parsing + * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics. - * Default CA bundle location is now configurable in portable builds + * Default CA bundle location is now configurable in portable builds. - * Added cms subcommand to openssl(1) + * 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 -- cgit v1.2.3-55-g6feb