aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-03-30 05:18:22 -0600
committerTheo Buehler <tb@openbsd.org>2024-03-30 05:18:22 -0600
commit7362be429ccf7c8381cc3e7f91c1a57ff1a11f7f (patch)
tree407db392cdc31fd64ecb17a11a33c24cd02b8343
parent5ff4c4ace74c37da7d7e7304ee19b258bbb38c5f (diff)
downloadportable-7362be429ccf7c8381cc3e7f91c1a57ff1a11f7f.tar.gz
portable-7362be429ccf7c8381cc3e7f91c1a57ff1a11f7f.tar.bz2
portable-7362be429ccf7c8381cc3e7f91c1a57ff1a11f7f.zip
Update ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec82540..b49641c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,12 @@ LibreSSL Portable Release Notes:
41 - Split parsing and processing of TLS extensions to ensure that 41 - Split parsing and processing of TLS extensions to ensure that
42 extension callbacks are called in a predefined order. 42 extension callbacks are called in a predefined order.
43 - Cleaned up the MD4 and MD5 implementations. 43 - Cleaned up the MD4 and MD5 implementations.
44 - Assembly functions are no longer exposed in the public API, they
45 are all wrapped by C functions.
46 - Removed assembly implementations of legacy ciphers on legacy
47 architectures.
48 - Merged most multi-file implementations of ciphers into one or two
49 C files.
44 * Documentation improvements 50 * Documentation improvements
45 - Removed documentation of no longer existing API. 51 - Removed documentation of no longer existing API.
46 * Testing and proactive security 52 * Testing and proactive security