From 9b4a05cbe6d004c5fedeb0ec06f07406245705c5 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 28 Apr 2023 10:52:41 -0600 Subject: Update ChangeLog --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c820104..4c2743d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,7 +43,8 @@ LibreSSL Portable Release Notes: - Added a new implementation of BN_mod_sqrt(). - Removed incomplete and dangerous BN_RECURSION code. - Added endbr64 instructions to amd64 assembly. - - Imported RFC 5280 policy checking code from BoringSSL. + - Imported RFC 5280 policy checking code from BoringSSL and used it + to replace the old exponential time code. * New features - Added support for truncated SHA-2 and for SHA-3. * Compatibility changes @@ -57,7 +58,7 @@ LibreSSL Portable Release Notes: - Removed SXNET and NETSCAPE_CERT_SEQUENCE support including the openssl(1) nseq command. - Dropped proxy certificate (RFC 3820) support. - - The POLICY_TREE and its related structures and API are no longer public. + - The POLICY_TREE and its related structures and API were removed. - The explicitText user notice uses UTF8String instead of VisibleString to reduce the risk of emitting certificates with invalid DER-encoding. * Bug fixes -- cgit v1.2.3-55-g6feb