RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
authorBilly Brumley <bbrumley@gmail.com>
Wed, 11 Apr 2018 07:10:58 +0000 (10:10 +0300)
committerMatt Caswell <matt@openssl.org>
Mon, 16 Apr 2018 15:19:04 +0000 (16:19 +0100)
commit6939eab03a6e23d2bd2c3f5e34fe1d48e542e787
tree5ba937e1b61b303c1f08f46b54bc8cea202f3940
parente4fa7cc3fb9909c6aee411de15a06f918687b8e2
RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with BN_FLG_CONSTTIME flag set.

CVE-2018-0737

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/rsa/rsa_gen.c