aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-12 10:20:25 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-12 10:22:01 -0600
commit5a6539b24832c71078805f0c2aa12031c0531f91 (patch)
tree2b90063977559eb6efb684d2c4cfcc17776cbc36
parent9e2ff9ad0513de30f604d44022f077a143669632 (diff)
downloadportable-5a6539b24832c71078805f0c2aa12031c0531f91.tar.gz
portable-5a6539b24832c71078805f0c2aa12031c0531f91.tar.bz2
portable-5a6539b24832c71078805f0c2aa12031c0531f91.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5de9b64..2ff1bd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,7 @@ LibreSSL Portable Release Notes:
34 - Added initial Emscripten support in CMake builds 34 - Added initial Emscripten support in CMake builds
35 - Removed timegm() compatibility layer since all uses were replaced 35 - Removed timegm() compatibility layer since all uses were replaced
36 with OPENSSL_timegm(). Cleaned up the corresponding test harness. 36 with OPENSSL_timegm(). Cleaned up the corresponding test harness.
37 - The mips32 platform is no longer actively supported.
37 * Internal improvements 38 * Internal improvements
38 - Cleaned up parts of the conf directory. Simplified some logic, 39 - Cleaned up parts of the conf directory. Simplified some logic,
39 fixed memory leaks. 40 fixed memory leaks.
@@ -75,6 +76,8 @@ LibreSSL Portable Release Notes:
75 behavior is that there is now a hard limit on the number of indexes 76 behavior is that there is now a hard limit on the number of indexes
76 that can be allocated. 77 that can be allocated.
77 - Removed bogus connect() call from netcat. 78 - Removed bogus connect() call from netcat.
79 * New features
80 - Added CRLfile option to the cms command of openssl(1).
78 * Documentation improvements 81 * Documentation improvements
79 - Removed documentation of no longer existing API. 82 - Removed documentation of no longer existing API.
80 * Testing and proactive security 83 * Testing and proactive security