From 1ae319a56cb119206ba73b2f1fc25ebb9e2b2a7c Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Wed, 30 Apr 2025 08:15:11 +0200 Subject: Initial ChangeLog for 4.2.0 --- ChangeLog | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c87e06..c27d3bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,7 +28,26 @@ history is also available from Git. LibreSSL Portable Release Notes: -4.1.0 - In development +4.2.0 - In development + + * Portable changes + * Internal improvements + - Cleaned up code implementing block cipher modes of operation. + Includes untangling a horrible #ifdef mess and removing a few + instances of undefined behavior. + - Removed assembly implementations of AES using bit slicing (BS-AES) + and vector permutation (VP-AES). + - Removed OPENSSL_SMALL_FOOTPRINT and OPENSSL_FIPSAPI + * Compatibility changes + - Removed the -msie_hack option from the openssl(1) ca subcommand. + * New features + * Bug fixes + * Documentation + - Rewrote most of the EC documentation from scratch to be at least + somewhat accurate and intelligible. + * Testing and proactive security + +4.1.0 - Stable release * Portable changes - Added initial experimental support for loongarch64. -- cgit v1.2.3-55-g6feb