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 <tomas@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/28275)
This commit is contained in:
Pauli 2025-08-19 13:56:23 +10:00
parent 3f5561a9f4
commit 730c2d9ccc
1 changed files with 9 additions and 0 deletions

View 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.