From 33b33896d3b6001b1f6e551c6b45db24e5ec10a5 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 11 Jan 2025 10:31:25 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9a87ce5fb0..b194b02ffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,7 +60,7 @@ LibreSSL Portable Release Notes: * 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. - - Imported ML-KEM 768 and 1024 from BoringSSL with matching API. + - Imported ML-KEM 768 and 1024 from BoringSSL. * Bug fixes - Plugged a leak in eckey_compute_pubkey(). * Testing and proactive security