diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-28 15:37:59 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-05-05 08:16:28 -0400 |
commit | 833b5f71a72394c02ef633ba0f78d7011fef6181 (patch) | |
tree | d8e31ef40161c2dd4b0d0577062c264a7989822e /changes | |
parent | 01e7f42a09108e71cede46d4a038c4b1253a3d42 (diff) | |
download | tor-833b5f71a72394c02ef633ba0f78d7011fef6181.tar.gz tor-833b5f71a72394c02ef633ba0f78d7011fef6181.zip |
Make clients always use begindir for directory requests
This improves client anonymity and avoids directory header tampering.
The extra load on the authorities should be offset by the fallback
directories feature.
This also simplifies the fixes to #18809.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature18483 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/feature18483 b/changes/feature18483 new file mode 100644 index 0000000000..b3c42e60fd --- /dev/null +++ b/changes/feature18483 @@ -0,0 +1,4 @@ + o Minor features (clients): + - Make clients, onion services, and bridge relays always + use an encrypted begindir connection for directory requests. + Resolves #18483. Patch by "teor". |