From a7bf3b95a53d4ab2ae5bd06848f4fadccc5ef5e2 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 28 Jul 2023 06:00:54 -0600 Subject: Update ChangeLog --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3030fe1..9618feb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -64,6 +64,14 @@ LibreSSL Portable Release Notes: - Removed support for ECDH_METHOD and ECDSA_METHOD. - BN_is_prime{,_fasttest}_ex() refuse to check numbers larger than 32 kbits for primality. This mitigates various DoS vectors. + - Comp was removed. + - Dynamic loading of conf modules is no longer supported. + - DSO was removed and OPENSSL_NO_DSO is defined. + - ENGINE support was removed and OPENSSL_NO_ENGINE is set. In spite + of this, some stub functions are provided to avoid patching some + applications that do not honor OPENSSL_NO_ENGINE. + - It is no longer possible to make the library use your own error + stack or ex_data implementation. * Bug fixes - Fixed aliasing issue in BN_mod_inverse(). - Made CRYPTO_get_ex_new_index() not return 0 to allow applications -- cgit v1.2.3-55-g6feb