From 761c90d45bbcfe5b874d576aaf5ad4c1228c7bed Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 11 Aug 2023 17:18:24 -0600 Subject: Update ChangeLog --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71d8114..ef62523 100644 --- a/ChangeLog +++ b/ChangeLog @@ -56,8 +56,10 @@ LibreSSL Portable Release Notes: - Rewrote OBJ_find_sigid_algs() and OBJ_find_sigid_by_algs(). - Various improvements in the 'simple' EC code. - Fix OPENSSL_cpuid_setup() invocations on arm/aarch64. - - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC - ASN.1 methods. Unified the coding style. + - Reduced the dependency of hash implementations on many layers of + macros. This results in significant speedups since modern compilers + are now less confused. + - Significantly simplified the BN_BLINDING internals used in RSA. * New features * Compatibility changes - X509_NAME_get_text_by_{NID,OBJ}() now only succeed if they contain @@ -81,6 +83,8 @@ LibreSSL Portable Release Notes: each other. - Made EVP_PKEY_set1_hkdf_key() fail on a NULL key. - Plugged leaks in BIO_chain_dup(). + - Fixed numerous leaks and other minor bugs in RSA, DH, DSA and EC + ASN.1 methods. Unified the coding style. * Documentation improvements - Made it very explicit that the verify callback should not be used. - Called out that the CRL lastUpdate is standardized as thisUpdate. -- cgit v1.2.3-55-g6feb