openssl/crypto/rsa
Matt Caswell 54f007af94 RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with BN_FLG_CONSTTIME flag set.
Based on an original patch by Billy Brumley

CVE-2018-0737

Reviewed-by: Rich Salz <rsalz@openssl.org>
2018-04-16 16:14:57 +01:00
..
build.info Support multi-prime RSA (RFC 8017) 2017-11-21 14:38:42 +08:00
rsa_ameth.c Update copyright year 2018-03-20 13:08:46 +00:00
rsa_asn1.c Support multi-prime RSA (RFC 8017) 2017-11-21 14:38:42 +08:00
rsa_chk.c rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits. 2017-11-28 20:05:48 +01:00
rsa_crpt.c Remove unnecessary #include <openssl/lhash.h> directives. 2017-09-29 07:38:56 +10:00
rsa_depr.c
rsa_err.c Set error code on alloc failures 2018-04-03 11:31:16 -04:00
rsa_gen.c RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with BN_FLG_CONSTTIME flag set. 2018-04-16 16:14:57 +01:00
rsa_lib.c rsa/rsa_lib.c: make RSA_security_bits multi-prime aware. 2017-11-28 20:04:57 +01:00
rsa_locl.h Minor cleanup of the rsa mp limits code 2017-12-13 17:29:01 +01:00
rsa_meth.c Update copyright year 2018-04-03 13:57:12 +01:00
rsa_mp.c Set error code on alloc failures 2018-04-03 11:31:16 -04:00
rsa_none.c
rsa_oaep.c
rsa_ossl.c Add missing range checks on number of multi primes in rsa_ossl_mod_exp 2017-12-08 15:38:59 +01:00
rsa_pk1.c
rsa_pmeth.c Set error code on alloc failures 2018-04-03 11:31:16 -04:00
rsa_prn.c
rsa_pss.c Consistent formatting for sizeof(foo) 2017-12-07 19:11:49 -05:00
rsa_saos.c
rsa_sign.c
rsa_ssl.c
rsa_x931.c
rsa_x931g.c