aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-11-15 15:27:32 -0700
committerTheo Buehler <tb@openbsd.org>2023-11-15 15:27:32 -0700
commit746944b43576b8ea3773ffeb0b554b8b0964cf75 (patch)
treed075ff50a38c2809d7625e7ecab01d13069222dc
parentdaca1b4e36e7b5e141f99e0b65bb7728431631ba (diff)
downloadportable-746944b43576b8ea3773ffeb0b554b8b0964cf75.tar.gz
portable-746944b43576b8ea3773ffeb0b554b8b0964cf75.tar.bz2
portable-746944b43576b8ea3773ffeb0b554b8b0964cf75.zip
Update ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3d5090..814131b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,9 @@ LibreSSL Portable Release Notes:
42 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and 42 - Fixed numerous misuses of X509_ALGOR_set0() resulting in leaks and
43 potentially incorrect encodings. 43 potentially incorrect encodings.
44 - Fixed potential double free in X509v3_asid_add_id_or_range(). 44 - Fixed potential double free in X509v3_asid_add_id_or_range().
45 - Stopped using ASN1_time_parse() outside of libcrypto.
46 - Prepared OPENSSL_gmtime() and OPENSSL_timegm() as public API
47 wrappers of internal functions compatible with BoringSSL API.
45 48
463.8.2 - Stable release 493.8.2 - Stable release
47 50