From 393106f71d00436423213513cbad331d25b2da08 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 10 Dec 2024 05:47:31 -0700 Subject: Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09103a2..85d570c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -41,7 +41,9 @@ LibreSSL Portable Release Notes: - Rewrote the wNAF code for fast ECDSA verification. - Reworked CPU capabilities detection for amd64 and aarch64. - Improved the code setting compressed coordinates for EC points. - - Added new SHA-256 assembly implementation for amd64. + - New SHA-1, SHA-256 and SHA-512 assembly implementations for amd64. + These make use of the SHA-NI instruction if it is available and + replace the perl-generated assembly optimized for museum pieces. - Rewrote BN_bn2binpad() and its lebin siblings. * Compatibility changes - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). -- cgit v1.2.3-55-g6feb