From 7e58cd8d51dbc517d562d11f256a8102fb04e748 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 25 Jan 2025 12:40:01 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index e7b9cf0088..f1f4ecbde2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -63,6 +63,7 @@ LibreSSL Portable Release Notes: sign and verify handlers set with RSA_meth_set_{sign,verify}. - Removed the -C option to generate "C code" from the openssl(1) dh, dhparam, dsaparam, ecparam, and x509 subcommands. + - Removed #error in headers when OPENSSL_NO_* is defined. * New features - libtls has a new tls_peer_cert_common_name() API call to retrieve the peer's common name without having to inspect the PEM.