aboutsummaryrefslogtreecommitdiff
path: root/changes/bug40210
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-01-28 12:36:42 -0500
committerDavid Goulet <dgoulet@torproject.org>2021-01-28 12:36:42 -0500
commite5ea02a662450ded7fcfcf31e8cd0ec0ec421ed5 (patch)
tree78186027ec850102a6ff8d95233f00a241131761 /changes/bug40210
parentc36c6b50575cc0db94e6e770f5b4d437c851ff59 (diff)
parentf3da5f88d73f20ba1d28dde973c41e4ec45a02b6 (diff)
downloadtor-e5ea02a662450ded7fcfcf31e8cd0ec0ec421ed5.tar.gz
tor-e5ea02a662450ded7fcfcf31e8cd0ec0ec421ed5.zip
Merge branch 'maint-0.4.3' into release-0.4.3
Diffstat (limited to 'changes/bug40210')
-rw-r--r--changes/bug402105
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40210 b/changes/bug40210
new file mode 100644
index 0000000000..f492262a11
--- /dev/null
+++ b/changes/bug40210
@@ -0,0 +1,5 @@
+ o Minor features (crypto):
+ - Fix undefined behavior on our Keccak library. The bug only appears on
+ platforms with 32-byte CPU cache lines (e.g. armv5tel) and would result
+ in wrong digests. Fixes bug 40210; bugfix on 0.2.8.1-alpha. Thanks to
+ Bernhard Übelacker, Arnd Bergmann and weasel for diagnosing this.