openssl/crypto/cms
Tomas Mraz 3410a72dce Compute RSA-PSS algorithm params in libcrypto for legacy
Fixes regression of RSA signatures for legacy keys caused
by quering the provider for the algorithm id with parameters.

Legacy keys do not have a method that would create the
algorithm id. So we revert to what was done in 3.0.7 and
earlier versions for these keys.

Fixes #21008

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21019)
2023-06-01 10:02:28 +10:00
..
build.info
cms_asn1.c
cms_att.c
cms_cd.c
cms_dd.c
cms_dh.c Fix size_t/int mismatch in cms_ec.c and rsa_sig.c 2023-03-15 08:24:42 +11:00
cms_ec.c Fix size_t/int mismatch in cms_ec.c and rsa_sig.c 2023-03-15 08:24:42 +11:00
cms_enc.c
cms_env.c CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper function 2023-05-30 22:02:10 +02:00
cms_err.c
cms_ess.c
cms_io.c
cms_kari.c
cms_lib.c
cms_local.h
cms_pwri.c
cms_rsa.c Compute RSA-PSS algorithm params in libcrypto for legacy 2023-06-01 10:02:28 +10:00
cms_sd.c
cms_smime.c