From 915f39dc8cd812dcc4961672506d8c3f6b841dea Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Tue, 10 Dec 2024 05:47:31 -0700 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 85d570c711..b953b99b0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,9 @@ LibreSSL Portable Release Notes: - All elliptic curves over fields with less than 224 bits and a few more were removed from the built-in curves. This includes all WTLS curves and P-192. + * 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. * Bug fixes - Plugged a leak in eckey_compute_pubkey(). * Testing and proactive security