From 4faab7c1566c2efa231a83a481177c76b9cf9493 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 27 Mar 2023 02:44:53 -0600 Subject: ChangeLog tweaks/additions --- ChangeLog | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 376d44b..7414259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -29,12 +29,18 @@ history is also available from Git. LibreSSL Portable Release Notes: 3.8.0 - Development release + * Internal improvements - - Cleaned up SHA internals - Improved sieve of Eratosthenes script used for generating a table - of small primes + of small primes. + - Cleaned up SHA internals. + - Replace internal use of BN_copy() with bn_copy() for consistency. * Bug fixes - - Correctly reduce negative input to BN_mod_exp2_mont + - Correctly reduce negative input to BN_mod_exp2_mont(). + - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. + * Testing and Proactive Security + - As always, new test coverage is added as bugs are fixed and subsystems + are cleaned up. 3.7.1 - Development release -- cgit v1.2.3-55-g6feb