aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-11-01 21:16:44 -0500
committerBrent Cook <busterb@gmail.com>2023-11-01 21:17:55 -0500
commitf075fe34bf6ee1e4a5de0e2d2ea4c4b4c6d75c8a (patch)
tree7d2032a818f1438aa5cffe1331d66b54252f135d
parent2652fb2f1e15ed2a13a0381139b782b5f10edfe5 (diff)
downloadportable-f075fe34bf6ee1e4a5de0e2d2ea4c4b4c6d75c8a.tar.gz
portable-f075fe34bf6ee1e4a5de0e2d2ea4c4b4c6d75c8a.tar.bz2
portable-f075fe34bf6ee1e4a5de0e2d2ea4c4b4c6d75c8a.zip
update 3.8.2 changelog
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b4dd2d0..b8b1270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,13 +37,18 @@ LibreSSL Portable Release Notes:
37 * Bug fixes 37 * Bug fixes
38 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp() 38 - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp()
39 39
403.8.2 - In development 403.8.2 - Stable release
41 41
42 * Portable changes 42 * Portable changes
43 * Internal improvements 43 - Fixed processor detection for CMake targets. Thanks to jiegec.
44 - Enabled building oscpcheck with MSVC. Thanks to FtZPetruska
45 - Improve CMake package detection and installation.
46 Thanks to mark-groundctl
47 - Fixed assembly optimizations on x64 Windows targets
48 - Allow disabling warnings about
49 - Use system arc4random on FreeBSD 12 and newer.
44 * Documentation improvements 50 * Documentation improvements
45 - Documented the RFC 3779 API 51 - Documented the RFC 3779 API
46 * Testing and Proactive Security
47 * Compatibility changes 52 * Compatibility changes
48 - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written 53 - Restrict the RFC 3779 code to IPv4 and IPv6. It was not written
49 to be able to deal with anything else. 54 to be able to deal with anything else.