summaryrefslogtreecommitdiff
path: root/changes/sha-unit-tests
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-27 02:25:31 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2015-11-27 02:25:31 +1100
commitfc264975b15b7e6b731441a4363da53b3b28f415 (patch)
tree5b79e7ea8d2cccaa4599fb755f8b48425a98bc67 /changes/sha-unit-tests
parent09e0ae05884b7e785cf189e171368dba20c2988f (diff)
downloadtor-fc264975b15b7e6b731441a4363da53b3b28f415.tar.gz
tor-fc264975b15b7e6b731441a4363da53b3b28f415.zip
Unit test the full length of SHA256 and SHA512 digests
Bugfix on a tor version before the refactoring in git commit cea12251995d (23 Sep 2009). Patch by "teor".
Diffstat (limited to 'changes/sha-unit-tests')
-rw-r--r--changes/sha-unit-tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/sha-unit-tests b/changes/sha-unit-tests
new file mode 100644
index 0000000000..457578d337
--- /dev/null
+++ b/changes/sha-unit-tests
@@ -0,0 +1,5 @@
+ o Minor bugfixes (unit tests):
+ - Check the full results of SHA256 and SHA512 digests in the
+ unit tests.
+ Bugfix on a tor version before the refactoring in git commit
+ cea12251995d (23 Sep 2009). Patch by "teor".