diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-28 07:17:07 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-28 07:17:07 -0700 |
commit | dc0827bf7622bc017c010649680ac227c7d0072c (patch) | |
tree | aaa0e9ebf35a08e36478036e9fd58c4a81009425 | |
parent | 4884c6564df765454f4c38897a3bce2b1785765d (diff) | |
download | portable-dc0827bf7622bc017c010649680ac227c7d0072c.tar.gz portable-dc0827bf7622bc017c010649680ac227c7d0072c.tar.bz2 portable-dc0827bf7622bc017c010649680ac227c7d0072c.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | ||
52 | 3.8.2 - Stable release | 54 | 3.8.2 - Stable release |
53 | 55 | ||