openssl/crypto/evp
Ingo Franzki e2972982c6 Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign()
Treat keys with EVP_PKEY_RSA_PSS the same as EVP_PKEY_RSA in EVP_PKEY_can_sign()
and detect_foreign_key() which is called by EVP_PKEY_assign().

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/21819)
2023-08-24 18:07:08 +02:00
..
asymcipher.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
bio_b64.c bio: pass flags on BIO_ctrl to make flush retriable 2023-08-04 10:30:58 -04:00
bio_enc.c bio: pass flags on BIO_ctrl to make flush retriable 2023-08-04 10:30:58 -04:00
bio_md.c
bio_ok.c bio: pass flags on BIO_ctrl to make flush retriable 2023-08-04 10:30:58 -04:00
build.info
c_allc.c
c_alld.c
cmeth_lib.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
ctrl_params_translate.c ctrl_params_translate: Allow get_rsa_payload_x() also for RSA-PSS 2023-08-24 16:11:38 +02:00
dh_ctrl.c
dh_support.c
digest.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
dsa_ctrl.c
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c
e_aes.c
e_aria.c
e_bf.c
e_camellia.c
e_cast.c
e_chacha20_poly1305.c
e_des3.c
e_des.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4_hmac_md5.c
e_rc4.c
e_rc5.c
e_seed.c
e_sm4.c
e_xcbc_d.c
ec_ctrl.c Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEs 2023-05-15 12:04:55 +02:00
ec_support.c
encode.c
evp_cnf.c
evp_enc.c use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang. 2023-07-13 22:54:14 +10:00
evp_err.c
evp_fetch.c Remove include/internal/decoder.h, as it's superfluous 2023-08-15 15:23:16 +02:00
evp_key.c
evp_lib.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
evp_local.h evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
evp_pbe.c pbe: sort stack before using find 2023-05-01 17:14:42 +10:00
evp_pkey.c
evp_rand.c fix memory allocation and reference counting issues 2023-07-05 08:34:00 +10:00
evp_utils.c
exchange.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
kdf_lib.c
kdf_meth.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
kem.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
keymgmt_lib.c Don't take a write lock when freeing an EVP_PKEY 2023-05-29 16:08:34 +02:00
keymgmt_meth.c Don't use C++ reserved word template for function arguments 2023-08-10 13:26:51 +02:00
legacy_blake2.c
legacy_md2.c
legacy_md4.c
legacy_md5_sha1.c
legacy_md5.c
legacy_mdc2.c
legacy_meth.h
legacy_ripemd.c
legacy_sha.c
legacy_wp.c
m_null.c
m_sigver.c
mac_lib.c
mac_meth.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00
names.c
p5_crpt2.c Ignore the fetch error when a legacy algorithm is found 2023-06-01 09:50:28 +02:00
p5_crpt.c
p_dec.c
p_enc.c
p_legacy.c
p_lib.c Allow RSA-PSS also in EVP_PKEY_assign() and EVP_PKEY_can_sign() 2023-08-24 18:07:08 +02:00
p_open.c
p_seal.c
p_sign.c
p_verify.c
pbe_scrypt.c
pmeth_check.c
pmeth_gn.c
pmeth_lib.c Remove unused internal functions 2023-07-07 13:01:50 +10:00
signature.c evp: update to structure based atomics 2023-07-01 21:18:25 +10:00