From 25612395c21024c73cb8ca9c80176347fb4c9e8d Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 1 Jun 2024 01:49:31 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8806a8570a..92d0f3940b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,8 @@ LibreSSL Portable Release Notes: * Testing and proactive security - Switched the remaining tests to new certs. * Compatibility changes + - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), + all SHA-2, and HMAC() no longer support returning a static buffer. - Removed workaround for F5 middle boxes. - Removed the useless pem2.h, a public header that was added since it was too hard to add a prototype to one file.