From eb55f9fefe6f4e67cb274bfc1061fe39c7c53f9f Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sun, 7 Jan 2024 13:30:58 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74ebff64b6..23b1042e1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,8 +52,8 @@ LibreSSL Portable Release Notes: - SSL_library_init() now has the same effect as OPENSSL_init_ssl(). - The thread unsafe global tables are no longer supported. It is no longer possible to add aliases for ciphers and digests, custom ASN.1 - strings table entries, ASN.1 methods, PKEY methods, CRL methods, - or X.509 extensions. + strings table entries, ASN.1 methods, PKEY methods, digest methods, + CRL methods, purpose and trust identifiers, or X.509 extensions. - Turn the long dysfunctional openss(1) s_client -pause into a noop. * Bug fixes - Fixed aliasing issues in BN_mod_exp_simple() and BN_mod_exp_recp().