]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
changes: add a CHANGES.md entry covering the generated parameter name decoding
authorPauli <ppzgs1@gmail.com>
Tue, 19 Aug 2025 03:56:23 +0000 (13:56 +1000)
committerPauli <ppzgs1@gmail.com>
Fri, 22 Aug 2025 05:33:20 +0000 (15:33 +1000)
This isn't a user visible change but it's sufficiently noteworthy to
justify a changes entry.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28275)

CHANGES.md

index 6e14af25d9535265e9a6ace7ca620926ce34ef67..70a682cf453bdc6c1a3aeeb1c8e25202cf12a6b6 100644 (file)
@@ -31,6 +31,15 @@ OpenSSL 3.6
 
 ### Changes between 3.5 and 3.6 [xx XXX xxxx]
 
+ * Refactored OSSL_PARAM name parsing so that automatically generated
+   parsers are used instead of OSSL_PARAM_locate calls.  This should
+   also ensure that the list of acceptable parameters better matches
+   those which are actually processed.  It should also provide a small
+   performance improvement because repeated iteration over passed
+   parameter arrays is avoided.
+
+   *Dr Paul Dale*
+
  * The FIPS provider now performs a PCT on key import for RSA, EC and ECX.
    This is mandated by FIPS 140-3 IG 10.3.A additional comment 1.