diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-05-03 16:12:29 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-03 16:12:29 -0400 |
commit | 230a3d1400939eddf17c3df26e398104a38f5fb1 (patch) | |
tree | ced20479fae20a950887c4900c094afb2740e743 /changes | |
parent | 8340becd39920ef6363ab6c7d494cc7abf70c202 (diff) | |
parent | 8f292f1c33b033f36e17969f206c9332c0241e9a (diff) | |
download | tor-230a3d1400939eddf17c3df26e398104a38f5fb1.tar.gz tor-230a3d1400939eddf17c3df26e398104a38f5fb1.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug18943 | 6 |
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. + |