Add documentation for CPUID bit #64+17
[openssl.git] / CHANGES.md
index e48382f9ea70f29d4352c11a3ee2a2f7c5aef0cf..f0ecb25483a3761717c512ea28dd5d73f2e2985e 100644 (file)
@@ -24,9 +24,15 @@ OpenSSL 3.2
 
 ### Changes between 3.0 and 3.2 [xx XXX xxxx]
 
- * Added RIPEMD160 to the default provider.
+ * Removed all references to invalid OSSL_PKEY_PARAM_RSA names for CRT parameters
+   in OpenSSL code.
+   Applications should not use the names OSSL_PKEY_PARAM_RSA_FACTOR,
+   OSSL_PKEY_PARAM_RSA_EXPONENT and OSSL_PKEY_PARAM_RSA_COEFFICIENT.
+   Use the numbered names such as OSSL_PKEY_PARAM_RSA_FACTOR1 instead.
+   Using these invalid names may cause algorithms to use slower methods
+   that ignore the CRT parameters.
 
-   *Paul Dale*
+   *Shane Lontis*
 
  * Add support for certificate compression (RFC8879), including
    library support for Brotli and Zstandard compression.