diff options
author | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:36:35 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-01-28 12:36:35 -0500 |
commit | 02bd135cb188531e8a6ee95959d7fe1d7f9635a8 (patch) | |
tree | 35a7fdb986319a2323cc843c1ee667121c82eeab /changes | |
parent | 1bdccc03a94c6f4af297d2114d3a237d33172f1f (diff) | |
parent | d89974c5c6bdb9083693638014106a41cb6d022d (diff) | |
download | tor-02bd135cb188531e8a6ee95959d7fe1d7f9635a8.tar.gz tor-02bd135cb188531e8a6ee95959d7fe1d7f9635a8.zip |
Merge branch 'tor-gitlab/mr/243' into maint-0.3.5
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. |