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/gitweb/gitweb.cgi?a=commitdiff_plain;h=32ff539daf83cccc15a159fe214cac66acc80fec;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) --- diff --git a/CHANGES.md b/CHANGES.md index d3437a5e4de..bb5be066a4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,11 @@ OpenSSL 3.6 ### Changes between 3.5 and 3.6 [xx XXX xxxx] + * 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* + * Introduce SSL_OP_SERVER_PREFERENCE superceding misleadingly named SSL_OP_CIPHER_SERVER_PREFERENCE.