From: Andy Polyakov Date: Wed, 20 Jun 2007 17:44:43 +0000 (+0000) Subject: Mention recent changes to bn_mont.c in CHANGES. X-Git-Tag: OpenSSL_0_9_8f~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c5979a1070ceed5e77a358ac188c44d01a88a5d;p=openssl Mention recent changes to bn_mont.c in CHANGES. --- diff --git a/CHANGES b/CHANGES index ce2d6fc928..285aea7dcd 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,9 @@ Changes between 0.9.8e and 0.9.8f [xx XXX xxxx] + *) Mitigate attack on final subtraction in Montgomery reduction. + [Andy Polyakov] + *) Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 (which previously caused an internal error). [Bodo Moeller]