diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-17 11:12:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-17 11:12:15 -0500 |
commit | 4e653ac2cab08edf0e811ae38204e61bc13f1871 (patch) | |
tree | 01a084e5532ae7d6b3616069b638bfee06233d5a /changes | |
parent | f02c6bcad08754e0946c1ae5199cfebc9e30fe7b (diff) | |
parent | af8cadf3a9febe3dbe22899b828f9f7946a82cef (diff) | |
download | tor-4e653ac2cab08edf0e811ae38204e61bc13f1871.tar.gz tor-4e653ac2cab08edf0e811ae38204e61bc13f1871.zip |
Merge branch 'maint-0.3.1' into 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. + |