diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-11-16 22:42:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-11-16 22:42:22 -0500 |
commit | 7c0778ef7e05e859c62346a795952f127972b35e (patch) | |
tree | 80ea2c12ced79f6f54ec209e2041a33d90197e8d /changes | |
parent | fd22fa183befb2976aff042a4a2b052938c33b03 (diff) | |
parent | fcae26adf710cf1fe393fde723e9a2caf6012b09 (diff) | |
download | tor-7c0778ef7e05e859c62346a795952f127972b35e.tar.gz tor-7c0778ef7e05e859c62346a795952f127972b35e.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40179_part1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40179_part1 b/changes/bug40179_part1 new file mode 100644 index 0000000000..c302373534 --- /dev/null +++ b/changes/bug40179_part1 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing, portability): + - Fix our Python reference-implementation for the v3 onion service + handshake so that it works correctly with the version of hashlib provided + by Python 3.9. Fixes part of bug 40179; bugfix on 0.3.1.6-rc. |