diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-04-16 20:55:27 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-04-16 20:55:27 +0900 |
commit | 4458b705f4acf9265a346403f3da3cbd8afaa21a (patch) | |
tree | 53dd4e8f2788a3038c9a9daeafea9b878a71bef4 | |
parent | ac053c8453d0ae1e16a15f435dbd4d3169ebbae8 (diff) | |
download | portable-4458b705f4acf9265a346403f3da3cbd8afaa21a.tar.gz portable-4458b705f4acf9265a346403f3da3cbd8afaa21a.tar.bz2 portable-4458b705f4acf9265a346403f3da3cbd8afaa21a.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}(). |