aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-11-28 07:17:07 -0700
committerTheo Buehler <tb@openbsd.org>2023-11-28 07:17:07 -0700
commitdc0827bf7622bc017c010649680ac227c7d0072c (patch)
treeaaa0e9ebf35a08e36478036e9fd58c4a81009425
parent4884c6564df765454f4c38897a3bce2b1785765d (diff)
downloadportable-dc0827bf7622bc017c010649680ac227c7d0072c.tar.gz
portable-dc0827bf7622bc017c010649680ac227c7d0072c.tar.bz2
portable-dc0827bf7622bc017c010649680ac227c7d0072c.zip
Update ChangeLog
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b56da02..876abd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,8 @@ LibreSSL Portable Release Notes:
48 wrappers of internal functions compatible with BoringSSL API. 48 wrappers of internal functions compatible with BoringSSL API.
49 - Removed print_bin() to avoid overwriting the stack with 5 bytes 49 - Removed print_bin() to avoid overwriting the stack with 5 bytes
50 of ' ' when ECPK parameters are printed with large indentation. 50 of ' ' when ECPK parameters are printed with large indentation.
51 - Avoid a NULL dereference after memory allocation failure during TLS
52 version downgrade.
51 53
523.8.2 - Stable release 543.8.2 - Stable release
53 55