From 341e0bf1c305028bf6b9169c4fa10e8136b61af0 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 1 Jun 2023 09:43:42 -0600 Subject: Update ChangeLog --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f05fd3a..7fbadc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,12 +32,20 @@ LibreSSL Portable Release Notes: * Portable changes * Internal improvements - - Fixed alignment handling in SHA512. + - Fixed alignment handling in SHA-512. - Moved the verified_chain to the correct internal struct. + - Improved checks for commonName in libtls. + - Fixed error check for X509_get_ext_d2i() failure in libtls. + - Improved BIGNUM internals and performance on aarch64. + - Initial cleanups for SHA-256 internals. + - Converted more libcrypto internals API using CBB and CBS. * New features * Compatibility changes + - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain + valid UTF-8 without embedded NUL. * Bug fixes * Documentation improvements + - Made it very explicit that the verify_cb() should not be used. * Testing and Proactive Security 3.8.0 - Development release -- cgit v1.2.3-55-g6feb