From 6b935ac1c027689743845df5e20322d85acb09f9 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 3 Jun 2023 15:49:08 -0600 Subject: Update ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7fbadc0..dd64c2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,8 +34,8 @@ LibreSSL Portable Release Notes: * Internal improvements - 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 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. @@ -44,6 +44,7 @@ LibreSSL Portable Release Notes: - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain valid UTF-8 without embedded NUL. * Bug fixes + - Fixed aliasing issue in BN_mod_inverse(). * Documentation improvements - Made it very explicit that the verify_cb() should not be used. * Testing and Proactive Security -- cgit v1.2.3-55-g6feb