aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-11 10:26:48 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-11 10:26:48 -0400
commit70910479e383806b98f15490abc5e45ceb1066d5 (patch)
tree22592fbb26bccc609196d1ac7adb052865e7458f /changes
parenta6180b7f290c52b03f8abe3caf2ce233399dd66f (diff)
parent8a341cc429879e642862cb16a9de5da889867020 (diff)
downloadtor-70910479e383806b98f15490abc5e45ceb1066d5.tar
tor-70910479e383806b98f15490abc5e45ceb1066d5.tar.gz
Merge remote-tracking branch 'public/bug5598'
Conflicts: doc/tor.1.txt Conflict was on a formatting issue in the manpage.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug55985
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5598 b/changes/bug5598
new file mode 100644
index 000000000..e8e67415b
--- /dev/null
+++ b/changes/bug5598
@@ -0,0 +1,5 @@
+ o Changed defaults:
+ - Change the default value for DynamicDHGroups to 0. This feature can
+ make Tor relays less identifiable by their use of the mod_ssl DH
+ group, but at the cost of some usability (#4721) and bridge tracing
+ (#6087) regressions. Resolves ticket #5598.