From 3821bc6d3822e38ca4fc05eeaac5416edd11ffda Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Mon, 6 Oct 2025 06:45:02 +0200 Subject: Tweak ChangeLog --- ChangeLog | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7ae3628..ced6607 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,15 +37,12 @@ LibreSSL Portable Release Notes: instances of undefined behavior. - Removed assembly implementations of AES using bit slicing (BS-AES) and vector permutation (VP-AES). - - Integrated AES-NI into the AES API. - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI. - - Lots of cleanup and removal of code with undefined behavior in - the block cipher modes of operation implementations. - Implemented constant time EC field element operations to allow - implementing elliptic curve operations without bignum arithmetic. + elliptic curve operations without bignum arithmetic. - Implemented an EC method using homogeneous projective coordinates. - This allows exception-free elliptic curve arithmetic in constant - time. + This will allow exception-free elliptic curve arithmetic in + constant time in future releases. - Started cleaning up the openssl speed implementation. - The last SIGILL-based CPU capability detection was removed. Instead, capabilities are now detected using a constructor on -- cgit v1.2.3-55-g6feb