openssl/crypto/rsa
x2018 9dddcd90a1 add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(),
EVP_PKEY_CTX_new_from_pkey() and EVP_CIPHER_CTX_new().
Otherwise may result in memory errors.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16892)
2021-10-27 08:36:55 +10:00
..
build.info
rsa_acvp_test_params.c Update copyright year 2021-04-08 13:04:41 +01:00
rsa_ameth.c CRYPTO: Remove the check for built-in methods in the export_to function 2021-07-07 15:38:21 +02:00
rsa_asn1.c Update copyright year 2021-04-08 13:04:41 +01:00
rsa_backend.c add checks for the return values of BN_new(), sk_RSA_PRIME_INFO_new_reserve(), 2021-10-27 08:36:55 +10:00
rsa_chk.c Update copyright year 2021-04-08 13:04:41 +01:00
rsa_crpt.c
rsa_depr.c
rsa_err.c crypto: updates to pass size_t to RAND_bytes_ex() 2021-06-01 18:13:56 +10:00
rsa_gen.c Fix buffer overflow when generating large RSA keys in FIPS mode. 2021-05-26 17:57:37 +10:00
rsa_lib.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
rsa_local.h Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS 2021-03-30 19:22:33 +02:00
rsa_meth.c
rsa_mp_names.c
rsa_mp.c Update copyright year 2021-04-08 13:04:41 +01:00
rsa_none.c
rsa_oaep.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
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 Update our EVP_PKEY_METHODs to get low level keys via public APIs 2021-07-22 13:52:46 +02:00
rsa_prn.c Update copyright year 2021-07-29 15:41:35 +01:00
rsa_pss.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
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 rsa: fix indentation 2021-06-19 15:54:06 +10:00
rsa_x931.c
rsa_x931g.c