From f9fbe121cf314afe947d15cba4d976452fea50c5 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 11 Apr 2023 06:12:40 -0600 Subject: Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c4f39f4..37fefa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,10 +33,11 @@ LibreSSL Portable Release Notes: * Internal improvements - Improved sieve of Eratosthenes script used for generating a table of small primes. - - Cleaned up SHA internals. + - Cleaned up and rewrote SHA internals. - Replace internal use of BN_copy() with bn_copy() for consistency. - Rewrote BN_exp(). - Add branch target information (BTI) support to arm64 assembly. + - Added a new implementation of BN_mod_sqrt(). * Bug fixes - Correctly reduce negative input to BN_mod_exp2_mont(). - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. -- cgit v1.2.3-55-g6feb