From: Dmitry Belyavskiy Date: Mon, 28 Apr 2025 17:15:30 +0000 (+0200) Subject: CHANGES/NEWS entries for configutl X-Git-Tag: openssl-3.6.0-alpha1~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8109618a1ce0103045329ed44f9d7a4ded8654be;p=thirdparty%2Fopenssl.git CHANGES/NEWS entries for configutl Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27290) --- diff --git a/CHANGES.md b/CHANGES.md index d20a5c35671..87a9cc1ee7b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -53,6 +53,11 @@ OpenSSL 3.6 *Viktor Dukhovni* + * Added an `openssl configutl` utility for processing the openssl + configuration file and dumping the equal configuration file. + + *Dmitry Belyavskiy based on Clemens Lang's code* + * Support setting a free function thunk to OPENSSL_sk stack types. Using a thunk allows the type specific free function to be called with the correct type information from generic functions like OPENSSL_sk_pop_free(). diff --git a/NEWS.md b/NEWS.md index 57f20eeddfa..f7ca106e3b1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,6 +30,9 @@ changes: * The VxWorks platforms have been removed. + * Added an `openssl configutl` utility for processing the openssl + configuration file and dumping the equal configuration file. + ### Major changes between OpenSSL 3.4 and OpenSSL 3.5 [under development] OpenSSL 3.5.0 is a feature release adding significant new functionality to