]> git.ipfire.org Git - thirdparty/openssl.git/commit
ctrl_params_translate: Allow RSA controls also for RSA-PSS
authorIngo Franzki <ifranzki@linux.ibm.com>
Wed, 23 Aug 2023 07:20:52 +0000 (09:20 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 24 Aug 2023 14:11:38 +0000 (16:11 +0200)
commite2c2cca4b2fd1ad946d93507e9ca4f9ea910a114
tree55f7a3c2435fc02dd26b33870c0a629271b0c762
parentde4661b23776dde80fe5832eea34c63d5e15a6e4
ctrl_params_translate: Allow RSA controls also for RSA-PSS

Controls 'rsa_keygen_pubexp' and 'rsa_keygen_primes' should also be allowed
for RSA-PSS keys.

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/21818)
crypto/evp/ctrl_params_translate.c
test/recipes/15-test_rsapss.t