projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649ab2d
)
Mention recent changes to bn_mont.c in CHANGES.
author
Andy Polyakov
<appro@openssl.org>
Wed, 20 Jun 2007 17:44:43 +0000
(17:44 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 20 Jun 2007 17:44:43 +0000
(17:44 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index ce2d6fc9280b2b49435a9a1d3dcbac7ad37f2c17..285aea7dcde30d9efea35e29dcbef8d5c74ee9f1 100644
(file)
--- 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]