aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-03-08 00:51:42 -0600
committerBrent Cook <busterb@gmail.com>2024-03-08 01:45:26 -0600
commitcf501238f155ff71b724e72272f5ccacec95d170 (patch)
tree02f96ee7b5bee2048bfc7f538ada006fdddddeee
parentcb2c9d738349ea662bde72b405338e9724a59719 (diff)
downloadportable-cf501238f155ff71b724e72272f5ccacec95d170.tar.gz
portable-cf501238f155ff71b724e72272f5ccacec95d170.tar.bz2
portable-cf501238f155ff71b724e72272f5ccacec95d170.zip
add 3.8.3 Changelogv3.8.3
Diffstat (limited to '')
-rw-r--r--ChangeLog15
1 files changed, 4 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 994063f..fbd8118 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,19 +28,12 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.9.0 - In development 313.8.3 - Stable release
32 32
33 * Portable changes 33 * Portable changes
34 * Internal improvements 34 - Removed assert pop-ups with Windows debug builds.
35 * Documentation improvements 35 - Fixed crashes and hangs in Windows ARM64 builds.
36 * Testing and proactive security 36 - Improved control-flow enforcement (CET) support.
37 - Bug fixes and simplifications in the Wycheproof tests.
38 * Compatibility changes
39 - Added ChaCha20 and chacha20 aliases for ChaCha.
40 * Bug fixes
41 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
42 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and
43 potentially incorrect encodings.
44 37
453.8.2 - Stable release 383.8.2 - Stable release
46 39