aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-05 14:25:17 -0600
committerBrent Cook <busterb@gmail.com>2023-11-05 14:25:17 -0600
commit76439093ca49fb5590c97254aeb446d72c1be03f (patch)
treebb019926de457d093c9ed62d45ab0917db3151d2 /ChangeLog
parent2553853c969c8e718e940df7ba4afb8a4e6110ef (diff)
parentd193f43f8b90cbed65ffeec93543d8a3d17bdedc (diff)
downloadportable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.gz
portable-76439093ca49fb5590c97254aeb446d72c1be03f.tar.bz2
portable-76439093ca49fb5590c97254aeb446d72c1be03f.zip
Land #931, dynamic link libtls with libssl/libcrypto in cmake builds
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2233529..2acb8ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,8 +34,12 @@ LibreSSL Portable Release Notes:
34 * Internal improvements 34 * Internal improvements
35 * Documentation improvements 35 * Documentation improvements
36 * Testing and proactive security 36 * Testing and proactive security
37 * Compatibility changes
38 - Added ChaCha20 and chacha20 aliases for ChaCha.
37 * Bug fixes 39 * Bug fixes
38 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() 40 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().
41 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and
42 potentially incorrect encodings.
39 43
403.8.2 - Stable release 443.8.2 - Stable release
41 45