[openssl/openssl] ee2ce9: Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PK...
Ingo Franzki
noreply at github.com
Thu Aug 24 16:09:28 UTC 2023
Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: ee2ce96632710436ec26b2ee90ea28466fd71638
https://github.com/openssl/openssl/commit/ee2ce96632710436ec26b2ee90ea28466fd71638
Author: Ingo Franzki <ifranzki at linux.ibm.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M crypto/evp/p_lib.c
Log Message:
-----------
Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()
Treat keys with EVP_PKEY_RSA_PSS the same as EVP_PKEY_RSA in EVP_PKEY_can_sign()
and detect_foreign_key() which is called by EVP_PKEY_assign().
Signed-off-by: Ingo Franzki <ifranzki at linux.ibm.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21819)
(cherry picked from commit e2972982c64f3f1ac10b3ebe1086d99ec67631bd)
More information about the openssl-commits
mailing list