Neil Horman f3be536686 Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()
It would be helpful to be able to generate RSA's dmp1/dmq1/iqmp values
when not provided in the param list to EVP_PKEY_fromdata.  Augment the
provider in ossl_rsa_fromdata to preform this generation iff:
a) At least p q n e and e are provided
b) the new parameter OSSL_PARAM_RSA_DERIVE_PQ is set to 1

Fixes #21826

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21875)
2024-01-09 12:03:32 +01:00
..
2022-05-03 13:34:51 +01:00
2023-09-07 09:59:15 +01:00
2019-04-19 09:31:54 +01:00
2023-06-18 16:53:09 +10:00
2021-09-02 12:55:39 +10:00
2020-11-18 11:40:52 +01:00
2023-09-07 09:59:15 +01:00
2020-04-23 13:55:52 +01:00
2023-03-06 08:00:58 +11:00
2023-08-29 16:59:54 +02:00
2023-10-24 17:34:07 +01:00
2019-09-19 09:27:38 -04:00
2023-09-07 09:59:15 +01:00
2021-04-08 13:04:41 +01:00
2023-09-07 09:59:15 +01:00
2023-11-15 08:22:29 +01:00
2022-12-08 07:01:33 +01:00
2023-03-08 12:29:22 +01:00