aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-12-17 08:25:29 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-12-17 08:25:29 -0500
commit34ac582f470532f37460f4679f4cc88840b0941d (patch)
treeb474e6918db8d03fb760b6b008dc2ec06bbfb97f /changes
parent649ca08dd9f36b6d71034203a1fe8b57629a1665 (diff)
parentd45354d5eabe064cd3a195dc439d1ae90b6732aa (diff)
downloadtor-34ac582f470532f37460f4679f4cc88840b0941d.tar.gz
tor-34ac582f470532f37460f4679f4cc88840b0941d.zip
Merge branch 'maint-0.4.5' into release-0.4.5
Diffstat (limited to 'changes')
-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.