diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:36:42 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:36:42 -0500 |
commit | f3da5f88d73f20ba1d28dde973c41e4ec45a02b6 (patch) | |
tree | 6344a72524faa3ce607267601194acc80a93b003 /changes | |
parent | dd5fbc1bd9d54d191240ac4e15b5324fb83a903d (diff) | |
parent | 02bd135cb188531e8a6ee95959d7fe1d7f9635a8 (diff) | |
download | tor-f3da5f88d73f20ba1d28dde973c41e4ec45a02b6.tar.gz tor-f3da5f88d73f20ba1d28dde973c41e4ec45a02b6.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40210 | 5 |
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. |