diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-31 20:28:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-31 20:28:42 -0400 |
commit | 8b5b7d470f4ef1957df77d343c8e87b1350351e3 (patch) | |
tree | 0eb8c503ede40bd67a2c948421e964dd75ce9cb6 /changes/bug23071 | |
parent | 2cb8c8d99f5e5be6a4a2ded9ef73920f72986f45 (diff) | |
download | tor-8b5b7d470f4ef1957df77d343c8e87b1350351e3.tar.gz tor-8b5b7d470f4ef1957df77d343c8e87b1350351e3.zip |
Fix the hs_ntor integration tests to work with the pysha3 module
The sha3 module should still work. Fixes bug 23071; bugfix on
0.3.1.1-alpha.
Diffstat (limited to 'changes/bug23071')
-rw-r--r-- | changes/bug23071 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23071 b/changes/bug23071 new file mode 100644 index 0000000000..4756dd6252 --- /dev/null +++ b/changes/bug23071 @@ -0,0 +1,5 @@ + o Minor bugfixes (tests): + - Port the hs_ntor handshake test to work correctly with recent + versions of the pysha3 module. Fixes bug 23071; bugfix on + 0.3.1.1-alpha. + |