From: Nicola Tuveri Date: Wed, 25 Apr 2018 12:27:59 +0000 (+0300) Subject: Add CHANGES entry for PR#6009 X-Git-Tag: OpenSSL_1_1_1-pre7~81 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=60845a0aa4e54f2973bc178daa5ed475ea4e148d;p=oweals%2Fopenssl.git 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) --- 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]