From 4458b705f4acf9265a346403f3da3cbd8afaa21a Mon Sep 17 00:00:00 2001 From: kinichiro Date: Sat, 16 Apr 2022 20:55:27 +0900 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index c739281..e4dc7ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -58,6 +58,7 @@ LibreSSL Portable Release Notes: - Cache the SHA-512 hash instead of the SHA-1 for CRLs. - Suppress various compiler warnings for old gcc versions. - Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i(). + - Rework ownership handling in x509_constraints_validate(). - Rework ASN1_STRING_set(). - Remove const from tls1_transcript_hash_value(). - Clean up and simplify ssl3_renegotiate{,_check}().