From: Pauli Date: Wed, 29 Jan 2025 01:41:59 +0000 (+1100) Subject: changes: add note about PCT on key import to the FIPS provider X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27488a519290d82955e8015cb03ff223d039838;p=thirdparty%2Fopenssl.git changes: add note about PCT on key import to the FIPS provider This is mandated by FIPS 140-3 IG 10.3.A additional comment 1. Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/28122) (cherry picked from commit 32ff539daf83cccc15a159fe214cac66acc80fec) --- diff --git a/CHANGES.md b/CHANGES.md index 8d3ce56b00e..d80e9b4804c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,7 +30,10 @@ OpenSSL 3.5 ### Changes between 3.5.1 and 3.5.2 [xx XXX xxxx] - * none yet + * 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. + + *Dr Paul Dale* ### Changes between 3.5.0 and 3.5.1 [1 Jul 2025]