From 79329e9dcf72a521dd4d66323dee05a28fbeb348 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Sat, 22 Jun 2024 14:22:58 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 42e5f8550b..5226197b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,6 +62,7 @@ LibreSSL Portable Release Notes: - Improved X.509v3 extension internals. Fixed various bugs and leaks in X509V3_add1_i2d() and X509V3_get_d2i(). Their implementations now vaguely resemble code. + - Rewrote BN_bn2mpi() using CBB. * Documentation improvements - Removed documentation of no longer existing API. * Testing and proactive security