From: Andy Polyakov Date: Mon, 30 Jul 2018 10:39:08 +0000 (+0200) Subject: CHANGES: mention blinding reverting in ECDSA. X-Git-Tag: OpenSSL_1_0_2p~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29d8bda90ce824263317eae5354388f79844dd51;p=oweals%2Fopenssl.git CHANGES: mention blinding reverting in ECDSA. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/6810) --- diff --git a/CHANGES b/CHANGES index 1bf0f0b2a0..b8e2f862d5 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,10 @@ Changes between 1.0.2o and 1.0.2p [xx XXX xxxx] + *) Revert blinding in ECDSA sign and instead make problematic addition + length-invariant. Switch even to fixed-length Montgomery multiplication. + [Andy Polyakov] + *) Change generating and checking of primes so that the error rate of not being prime depends on the intended use based on the size of the input. For larger primes this will result in more rounds of Miller-Rabin.