From: Pauli Date: Tue, 19 Aug 2025 03:56:23 +0000 (+1000) Subject: changes: add a CHANGES.md entry covering the generated parameter name decoding X-Git-Tag: openssl-3.6.0-alpha1~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730c2d9cccad11093bbb15c9fc739e68b7244247;p=thirdparty%2Fopenssl.git changes: add a CHANGES.md entry covering the generated parameter name decoding This isn't a user visible change but it's sufficiently noteworthy to justify a changes entry. Reviewed-by: Tomas Mraz Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/28275) --- diff --git a/CHANGES.md b/CHANGES.md index 6e14af25d95..70a682cf453 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.