From c539117be944e2f234f016d5562e133715719d3d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 1 Nov 2023 21:16:44 -0500 Subject: update 3.8.2 changelog --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4dd2d0..b8b1270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,13 +37,18 @@ LibreSSL Portable Release Notes: * Bug fixes - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() -3.8.2 - In development +3.8.2 - Stable release * Portable changes - * Internal improvements + - Fixed processor detection for CMake targets. Thanks to jiegec. + - Enabled building oscpcheck with MSVC. Thanks to FtZPetruska + - Improve CMake package detection and installation. + Thanks to mark-groundctl + - Fixed assembly optimizations on x64 Windows targets + - Allow disabling warnings about + - Use system arc4random on FreeBSD 12 and newer. * Documentation improvements - Documented the RFC 3779 API - * Testing and Proactive Security * Compatibility changes - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written to be able to deal with anything else. -- cgit v1.2.3-55-g6feb From ef426bf06bdad2148bea54cab5d6a74179ec38eb Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 2 Nov 2023 04:40:43 -0500 Subject: changelog revisions --- ChangeLog | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8b1270..2233529 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,15 +40,17 @@ LibreSSL Portable Release Notes: 3.8.2 - Stable release * Portable changes - - Fixed processor detection for CMake targets. Thanks to jiegec. - - Enabled building oscpcheck with MSVC. Thanks to FtZPetruska + - Fixed processor detection for CMake targets. + Thanks to @jiegec from github. + - Enabled building oscpcheck with MSVC. + Thanks to @FtZPetruska from github. - Improve CMake package detection and installation. - Thanks to mark-groundctl - - Fixed assembly optimizations on x64 Windows targets - - Allow disabling warnings about + Thanks to @mark-groundctl from github. + - Fixed assembly optimizations on x64 Windows targets. + - Allow disabling warnings about WINCRYPT overrides. - Use system arc4random on FreeBSD 12 and newer. * Documentation improvements - - Documented the RFC 3779 API + - Documented the RFC 3779 API. * Compatibility changes - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written to be able to deal with anything else. -- cgit v1.2.3-55-g6feb From 2fcf5b096470bfc987b90129122d4f8495e94aa0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 2 Nov 2023 23:36:16 -0600 Subject: Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2233529..7e986f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,8 +34,12 @@ LibreSSL Portable Release Notes: * Internal improvements * Documentation improvements * Testing and proactive security + * Compatibility changes + - Added ChaCha20 and chacha20 aliases for ChaCha. * Bug fixes - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() + - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and + potentially incorrect encodings. 3.8.2 - Stable release -- cgit v1.2.3-55-g6feb From 287e0a285eb38bfd37f4e537d17847868aeff521 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 3 Nov 2023 08:32:08 -0600 Subject: ChangeLog: missing period --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e986f0..2acb8ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -37,7 +37,7 @@ LibreSSL Portable Release Notes: * Compatibility changes - Added ChaCha20 and chacha20 aliases for ChaCha. * Bug fixes - - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() + - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp(). - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and potentially incorrect encodings. -- cgit v1.2.3-55-g6feb