diff options
author | Theo Buehler <tb@openbsd.org> | 2024-08-12 10:20:25 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-08-12 10:22:01 -0600 |
commit | 5a6539b24832c71078805f0c2aa12031c0531f91 (patch) | |
tree | 2b90063977559eb6efb684d2c4cfcc17776cbc36 | |
parent | 9e2ff9ad0513de30f604d44022f077a143669632 (diff) | |
download | portable-5a6539b24832c71078805f0c2aa12031c0531f91.tar.gz portable-5a6539b24832c71078805f0c2aa12031c0531f91.tar.bz2 portable-5a6539b24832c71078805f0c2aa12031c0531f91.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |