]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES/NEWS entries for configutl
authorDmitry Belyavskiy <beldmit@gmail.com>
Mon, 28 Apr 2025 17:15:30 +0000 (19:15 +0200)
committerPauli <ppzgs1@gmail.com>
Thu, 8 May 2025 01:05:42 +0000 (11:05 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27290)

CHANGES.md
NEWS.md

index d20a5c3567128aee832fcc0b999704d0b38afc7a..87a9cc1ee7bd7c849d4c05254055fa9a560654ba 100644 (file)
@@ -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 57f20eeddfa2d66736897d3dd642eb5c8fd7b7b6..f7ca106e3b192f53b9fa63518a0c1ff322b26dbc 100644 (file)
--- 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