diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:01 -0400 |
commit | 94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b (patch) | |
tree | ad4849215211365ec446c7ffc8f4f57f90cdcf04 /changes/bug26158 | |
parent | 16381b579ecd2a050d117765d51ead4b3c3ebbb9 (diff) | |
parent | 6c35ad08cf36d36a5e2ff888cb7dc8c8df5efe10 (diff) | |
download | tor-94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b.tar.gz tor-94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b.zip |
Merge branch 'bug26158_031' into maint-0.3.1
Diffstat (limited to 'changes/bug26158')
-rw-r--r-- | changes/bug26158 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug26158 b/changes/bug26158 new file mode 100644 index 0000000000..5ae1c30600 --- /dev/null +++ b/changes/bug26158 @@ -0,0 +1,5 @@ + o Minor bugfixes (relay): + - Relays now correctly block attempts to re-extend to the previous + relay by Ed25519 identity. Previously they would warn in this case, + but not actually reject the attempt. Fixes bug 26158; bugfix on + 0.3.0.1-alpha. |