diff options
author | Brent Cook <busterb@gmail.com> | 2023-11-05 14:25:17 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-11-05 14:25:17 -0600 |
commit | 76439093ca49fb5590c97254aeb446d72c1be03f (patch) | |
tree | bb019926de457d093c9ed62d45ab0917db3151d2 /ChangeLog | |
parent | 2553853c969c8e718e940df7ba4afb8a4e6110ef (diff) | |
parent | d193f43f8b90cbed65ffeec93543d8a3d17bdedc (diff) | |
download | portable-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-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 | ||
40 | 3.8.2 - Stable release | 44 | 3.8.2 - Stable release |
41 | 45 | ||