aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-05-06 10:59:21 -0600
committerTheo Buehler <tb@openbsd.org>2024-05-06 10:59:21 -0600
commit3f0218f4b32b5ae55f11d1faf6d3628807613a22 (patch)
treef61e0a03f56a92374cb1ee5b74104deb1084af41
parent410e176f2c1c02893ecfbf8465c5eea9a22d0888 (diff)
downloadportable-3f0218f4b32b5ae55f11d1faf6d3628807613a22.tar.gz
portable-3f0218f4b32b5ae55f11d1faf6d3628807613a22.tar.bz2
portable-3f0218f4b32b5ae55f11d1faf6d3628807613a22.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 002b761..5cde68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,9 @@ LibreSSL Portable Release Notes:
76 - Fixed signed integer overflow in bnrand(). 76 - Fixed signed integer overflow in bnrand().
77 - Prevent negative zero from being created via BN_clear_bit() and 77 - Prevent negative zero from being created via BN_clear_bit() and
78 BN_mask_bits(). Avoids a one byte overread in BN_bn2mpi(). 78 BN_mask_bits(). Avoids a one byte overread in BN_bn2mpi().
79 - Add guard to avoid contracting the number linear hash buckets
80 to zero, which could lead to a crash due to accessing a zero
81 sized allocation.
79 82
803.9.0 - Development release 833.9.0 - Development release
81 84