aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2022-04-16 20:55:27 +0900
committerBrent Cook <busterb@gmail.com>2022-04-19 15:24:39 -0500
commitc9de0a4379821f3196896e2269c81f582d7f574d (patch)
tree8abbf594d291eb6086a650dd2bd662fb7e9cb9c7
parent66c36b4588782da59d348ec8bc8268a276c1aa27 (diff)
downloadportable-3.5.2.tar.gz
portable-3.5.2.tar.bz2
portable-3.5.2.zip
Update ChangeLogv3.5.2
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c739281..e4dc7ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,7 @@ LibreSSL Portable Release Notes:
58 - Cache the SHA-512 hash instead of the SHA-1 for CRLs. 58 - Cache the SHA-512 hash instead of the SHA-1 for CRLs.
59 - Suppress various compiler warnings for old gcc versions. 59 - Suppress various compiler warnings for old gcc versions.
60 - Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i(). 60 - Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
61 - Rework ownership handling in x509_constraints_validate().
61 - Rework ASN1_STRING_set(). 62 - Rework ASN1_STRING_set().
62 - Remove const from tls1_transcript_hash_value(). 63 - Remove const from tls1_transcript_hash_value().
63 - Clean up and simplify ssl3_renegotiate{,_check}(). 64 - Clean up and simplify ssl3_renegotiate{,_check}().