aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-02 09:08:05 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-02 09:12:45 -0600
commitcd0ae0ef32d308a4704006b4514e2d065ed8df3c (patch)
treea7fb122f22c17c43a8d86d80a096da9d10f91771
parentc05b84c11a5d2a412016c21fc51b4cf6f61f34cf (diff)
downloadportable-cd0ae0ef32d308a4704006b4514e2d065ed8df3c.tar.gz
portable-cd0ae0ef32d308a4704006b4514e2d065ed8df3c.tar.bz2
portable-cd0ae0ef32d308a4704006b4514e2d065ed8df3c.zip
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29bce3a..1230099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,7 +34,6 @@ 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 - Fixed pipe2 detection to use check_symbol_exists()
38 * Internal improvements 37 * Internal improvements
39 - Cleaned up parts of the conf directory. Simplified some logic, 38 - Cleaned up parts of the conf directory. Simplified some logic,
40 fixed memory leaks. 39 fixed memory leaks.
@@ -80,6 +79,9 @@ LibreSSL Portable Release Notes:
80 * Testing and proactive security 79 * Testing and proactive security
81 - Switched the remaining tests to new certs. 80 - Switched the remaining tests to new certs.
82 * Compatibility changes 81 * Compatibility changes
82 - Protocol parsing in libtls was changed. The no longer supported
83 TLSv1.1 and TLSv1.0 protocols are now completely ignored and no
84 longer enable or disable TLSv1.2 in surprising ways.
83 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), 85 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(),
84 all SHA-2, and HMAC() no longer support returning a static buffer. 86 all SHA-2, and HMAC() no longer support returning a static buffer.
85 Callers must pass in a correctly sized buffer. 87 Callers must pass in a correctly sized buffer.