aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-06-02 10:28:15 -0600
committerTheo Buehler <tb@openbsd.org>2024-06-02 10:28:15 -0600
commita445294ba52898ac5863e3ae0adfb6bb82287be9 (patch)
treead356c13b91c208d46c6963c66ed9173014f4705
parent714b687483b52b73322a72e8d52c82d3eaf4eb0c (diff)
downloadportable-a445294ba52898ac5863e3ae0adfb6bb82287be9.tar.gz
portable-a445294ba52898ac5863e3ae0adfb6bb82287be9.tar.bz2
portable-a445294ba52898ac5863e3ae0adfb6bb82287be9.zip
Tweak changelog
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2471e33..5c90e8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,7 +65,7 @@ LibreSSL Portable Release Notes:
65 * Compatibility changes 65 * Compatibility changes
66 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), 66 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(),
67 all SHA-2, and HMAC() no longer support returning a static buffer. 67 all SHA-2, and HMAC() no longer support returning a static buffer.
68 Callers must now pass in a buffer to calculate the digest. 68 Callers must pass in a correctly sized buffer.
69 - Removed workaround for F5 middle boxes. 69 - Removed workaround for F5 middle boxes.
70 - Removed the useless pem2.h, a public header that was added since 70 - Removed the useless pem2.h, a public header that was added since
71 it was too hard to add a prototype to one file. 71 it was too hard to add a prototype to one file.