aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-05-03 16:12:29 -0400
committerNick Mathewson <nickm@torproject.org>2016-05-03 16:12:29 -0400
commit230a3d1400939eddf17c3df26e398104a38f5fb1 (patch)
treeced20479fae20a950887c4900c094afb2740e743 /changes
parent8340becd39920ef6363ab6c7d494cc7abf70c202 (diff)
parent8f292f1c33b033f36e17969f206c9332c0241e9a (diff)
downloadtor-230a3d1400939eddf17c3df26e398104a38f5fb1.tar.gz
tor-230a3d1400939eddf17c3df26e398104a38f5fb1.zip
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug189436
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug18943 b/changes/bug18943
new file mode 100644
index 0000000000..53569f05cb
--- /dev/null
+++ b/changes/bug18943
@@ -0,0 +1,6 @@
+ o Major bugfixes (crypto, portability):
+ - The SHA3 and SHAKE routines now produce the correct output on
+ Big Endian systems, unbreaking the unit tests. No code calls
+ either algorithm family yet, so this is primarily a build fix.
+ Closes ticket 18943.
+