From 60845a0aa4e54f2973bc178daa5ed475ea4e148d Mon Sep 17 00:00:00 2001 From: Nicola Tuveri Date: Wed, 25 Apr 2018 15:27:59 +0300 Subject: [PATCH] Add CHANGES entry for PR#6009 Reviewed-by: Richard Levitte Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6070) --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f0e23ca765..e8b92ccc02 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,14 @@ constant time fixed point multiplication. [Billy Bob Brumley] + *) Revise elliptic curve scalar multiplication with timing attack + defenses: ec_wNAF_mul redirects to a constant time implementation + when computing fixed point and variable point multiplication (which + in OpenSSL are mostly used with secret scalars in keygen, sign, + ECDH derive operations). + [Billy Bob Brumley, Nicola Tuveri, Cesar Pereida GarcĂ­a, + Sohaib ul Hassan] + *) Updated CONTRIBUTING [Rich Salz] -- GitLab