From b6fa15f21bee141c0f439cbf49b2c59fade9ef92 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 27 Jun 2025 12:00:17 -0600 Subject: Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4efca3a..1739cfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,6 +37,7 @@ 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. @@ -60,6 +61,7 @@ LibreSSL Portable Release Notes: derivation function that is acceptable in the present millenium. - Of the old *err() only PEMerr(), RSAerr(), and SSLerr() remain. * New features + - Allow specifying ALPN in nc(1) via -Talpn="http/1.1,http:/1.0". * Bug fixes - Avoid pointer arithmetic on NULL for memory BIOs. * Documentation -- cgit v1.2.3-55-g6feb