mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
f3be536686
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) |
||
---|---|---|
.. | ||
OpenSSL | ||
TLSProxy | ||
checkhandshake.pm |