]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replaced variable-time GCD with consttime inversion to avoid side-channel attacks...
authorSamuel Weiser <samuel.weiser@iaik.tugraz.at>
Tue, 5 Dec 2017 14:55:17 +0000 (15:55 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 21 Mar 2018 17:37:29 +0000 (17:37 +0000)
commit0b199a883e9170cdfe8e61c150bbaf8d8951f3e7
treefc8d36cf2cf7b45ab82bb9328ce61f5add36c269
parentc03db40dcfa8b9e0d71837fcc70d1af6b9994cf1
Replaced variable-time GCD with consttime inversion to avoid side-channel attacks on RSA key generation

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5170)

(cherry picked from commit 9db724cfede4ba7a3668bff533973ee70145ec07)
crypto/rsa/rsa_gen.c