openssl/crypto/rsa
slontis 944f822aad Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.
The private key for rsa, dsa, dh and ecx was being included when the
selector was just the public key. (ec was working correctly).
This matches the documented behaviour.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17200)
2022-02-03 13:48:42 +01:00
..
build.info
rsa_acvp_test_params.c
rsa_ameth.c Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY. 2022-02-03 13:48:42 +01:00
rsa_asn1.c
rsa_backend.c Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY. 2022-02-03 13:48:42 +01:00
rsa_chk.c
rsa_crpt.c
rsa_depr.c
rsa_err.c
rsa_gen.c
rsa_lib.c Fix typos 2022-01-05 12:37:20 +01:00
rsa_local.h
rsa_meth.c
rsa_mp_names.c
rsa_mp.c
rsa_none.c
rsa_oaep.c
rsa_ossl.c rsa: remove TODOs 2021-06-02 16:30:15 +10:00
rsa_pk1.c Update copyright year 2021-06-17 13:24:59 +01:00
rsa_pmeth.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
rsa_prn.c Update copyright year 2021-07-29 15:41:35 +01:00
rsa_pss.c
rsa_saos.c
rsa_schemes.c
rsa_sign.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
rsa_sp800_56b_check.c Allow small RSA exponents in the default provider 2021-08-13 10:35:56 +02:00
rsa_sp800_56b_gen.c fix some code with obvious wrong coding style 2021-10-28 13:10:46 +10:00
rsa_x931.c
rsa_x931g.c