aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-08-02 10:39:30 -0600
committerTheo Buehler <tb@openbsd.org>2024-08-02 10:39:30 -0600
commit50e2e2ff63b1754e5f11c57e608c524e48cadd03 (patch)
tree85d82a94f18d40dbbe7c7aa2409ca84281487d1a
parentcd0ae0ef32d308a4704006b4514e2d065ed8df3c (diff)
downloadportable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.tar.gz
portable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.tar.bz2
portable-50e2e2ff63b1754e5f11c57e608c524e48cadd03.zip
Tweak previous ChangeLog entry
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1230099..17f4c2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,8 +80,8 @@ LibreSSL Portable Release Notes:
80 - Switched the remaining tests to new certs. 80 - Switched the remaining tests to new certs.
81 * Compatibility changes 81 * Compatibility changes
82 - Protocol parsing in libtls was changed. The no longer supported 82 - Protocol parsing in libtls was changed. The no longer supported
83 TLSv1.1 and TLSv1.0 protocols are now completely ignored and no 83 TLSv1.1 and TLSv1.0 protocols are completely ignored and no longer
84 longer enable or disable TLSv1.2 in surprising ways. 84 enable or disable TLSv1.2 in surprising ways.
85 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(), 85 - The one-step hashing functions, MD4(), MD5(), RIPEMD160(), SHA1(),
86 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.
87 Callers must pass in a correctly sized buffer. 87 Callers must pass in a correctly sized buffer.