Fix typo in CHANGES.md
authorIngo Franzki <ifranzki@linux.ibm.com>
Wed, 31 Jan 2024 07:46:52 +0000 (08:46 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 1 Feb 2024 09:15:11 +0000 (10:15 +0100)
OSSL_PKEY_PARAM_DERIVE_FROM_PQ must be OSSL_PKEY_PARAM_RSA_DERIVE_FROM_PQ
(note the missing '_RSA').

Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23438)

CHANGES.md

index 5ead89c05b5cabd1949e6ea7e65e7cea6af20dff..bc0d03b5b381c0d6c0d98005b3d2c6a1fafce141 100644 (file)
@@ -30,7 +30,7 @@ OpenSSL 3.3
 
  * The EVP_PKEY_fromdata function has been augmented to allow for the derivation
    of CRT (Chinese Remainder Theorem) parameters when requested.  See the
-   OSSL_PKEY_PARAM_DERIVE_FROM_PQ param in the EVP_PKEY-RSA documentation.
+   OSSL_PKEY_PARAM_RSA_DERIVE_FROM_PQ param in the EVP_PKEY-RSA documentation.
 
    *Neil Horman*