diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-17 11:13:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-17 11:13:18 -0500 |
commit | 959af2024789c32a3daa74360a173fb16cf092fd (patch) | |
tree | d058ba1703c120109530398764835cb9a1a4b2c6 /changes | |
parent | 86aa7f0a3f26a02e240e64f844b8072dbe424379 (diff) | |
parent | 4e653ac2cab08edf0e811ae38204e61bc13f1871 (diff) | |
download | tor-959af2024789c32a3daa74360a173fb16cf092fd.tar.gz tor-959af2024789c32a3daa74360a173fb16cf092fd.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24898 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug24898 b/changes/bug24898 new file mode 100644 index 0000000000..f64340d71b --- /dev/null +++ b/changes/bug24898 @@ -0,0 +1,8 @@ + o Major bugfixes (relays): + - Fix a set of false positives where relays would consider connections + to other relays as being client-only connections (and thus e.g. + deserving different link padding schemes) if those relays fell out + of the consensus briefly. Now we look only at the initial handshake + and whether the connection authenticated as a relay. Fixes bug + 24898; bugfix on 0.3.1.1-alpha. + |