From cf501238f155ff71b724e72272f5ccacec95d170 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 8 Mar 2024 00:51:42 -0600 Subject: [PATCH] add 3.8.3 Changelog --- ChangeLog | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 994063fee8..fbd811803b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,19 +28,12 @@ history is also available from Git. LibreSSL Portable Release Notes: -3.9.0 - In development +3.8.3 - Stable release * Portable changes - * Internal improvements - * Documentation improvements - * Testing and proactive security - - Bug fixes and simplifications in the Wycheproof tests. - * 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. + - Removed assert pop-ups with Windows debug builds. + - Fixed crashes and hangs in Windows ARM64 builds. + - Improved control-flow enforcement (CET) support. 3.8.2 - Stable release