diff options
author | Brent Cook <busterb@gmail.com> | 2024-03-08 00:51:42 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-08 01:45:26 -0600 |
commit | cf501238f155ff71b724e72272f5ccacec95d170 (patch) | |
tree | 02f96ee7b5bee2048bfc7f538ada006fdddddeee | |
parent | cb2c9d738349ea662bde72b405338e9724a59719 (diff) | |
download | portable-cf501238f155ff71b724e72272f5ccacec95d170.tar.gz portable-cf501238f155ff71b724e72272f5ccacec95d170.tar.bz2 portable-cf501238f155ff71b724e72272f5ccacec95d170.zip |
add 3.8.3 Changelogv3.8.3
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -28,19 +28,12 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.9.0 - In development | 31 | 3.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 | ||
45 | 3.8.2 - Stable release | 38 | 3.8.2 - Stable release |
46 | 39 | ||