Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGEST
authorShane Lontis <shane.lontis@oracle.com>
Tue, 22 Sep 2020 05:43:32 +0000 (15:43 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 23 Sep 2020 07:31:40 +0000 (17:31 +1000)
commit719523c76df0850ba736ede48cc86d48eed9f725
tree71e39a4626e1eaa575962d86563efdf53c15b01e
parent81777339e9ed62cd3b801bf225fa1f2aba4b30dd
Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGEST

rsa_pss_params_30_fromdata() now uses the OSSL_PKEY_PARAM_RSA_DIGEST_PROPS parameter also.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12944)
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_backend.c
include/crypto/rsa.h
include/openssl/core_names.h
providers/implementations/keymgmt/rsa_kmgmt.c