aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-09 13:15:19 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-09 13:15:19 -0400
commit920d475179d9ebceee884b51c7874b23047bcd5e (patch)
tree2de6473fea1712917e68862a943ce94d83fb2dea /changes
parentc79db17ec1982fdd871907cc925efd1e90a318a7 (diff)
parentb0695c11ebfff4ca4dc6570e49e27c03ca65e8ab (diff)
downloadtor-920d475179d9ebceee884b51c7874b23047bcd5e.tar.gz
tor-920d475179d9ebceee884b51c7874b23047bcd5e.zip
Merge branch 'maint-0.2.2' into release-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2649a5
-rw-r--r--changes/bug2649b5
-rw-r--r--changes/bug38944
-rw-r--r--changes/bug39093
-rw-r--r--changes/replay-firstpart13
5 files changed, 30 insertions, 0 deletions
diff --git a/changes/bug2649a b/changes/bug2649a
new file mode 100644
index 0000000000..4ee31ebdb6
--- /dev/null
+++ b/changes/bug2649a
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Add a VoteOnHidServDirectoriesV2 configuration option to allow
+ directory authorities to abstain from voting on assignment of
+ the HSDir consensus flag. Related to bug 2649.
+
diff --git a/changes/bug2649b b/changes/bug2649b
new file mode 100644
index 0000000000..1ff14e5569
--- /dev/null
+++ b/changes/bug2649b
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Change the default required uptime for a relay to be accepted as
+ a HSDir from 24 hours to 25 hours. Bugfix on 0.2.0.10-alpha;
+ fixes bug 2649.
+
diff --git a/changes/bug3894 b/changes/bug3894
new file mode 100644
index 0000000000..4c2220aba8
--- /dev/null
+++ b/changes/bug3894
@@ -0,0 +1,4 @@
+ o Build fixes:
+ - Clean up some code issues that prevented Tor from building on older
+ BSDs. Fixes bug 3894; reported by grarpamp.
+
diff --git a/changes/bug3909 b/changes/bug3909
new file mode 100644
index 0000000000..0b4b292030
--- /dev/null
+++ b/changes/bug3909
@@ -0,0 +1,3 @@
+ o Build fixes:
+ - Search for a platform-specific version of "ar" when cross-compiling.
+ Should fix builds on iOS. Found by Marco Bonetti.
diff --git a/changes/replay-firstpart b/changes/replay-firstpart
new file mode 100644
index 0000000000..f4a7767fb1
--- /dev/null
+++ b/changes/replay-firstpart
@@ -0,0 +1,13 @@
+ o Minor features (security):
+
+ - Check for replays of the public-key encrypted portion of an
+ INTRODUCE1 cell, in addition to the current check for replays of
+ the g^x value. This prevents a possible class of active attacks
+ by an attacker who controls both an introduction point and a
+ rendezvous point, and who uses the malleability of AES-CTR to
+ alter the encrypted g^x portion of the INTRODUCE1 cell. We
+ think that these attacks is infeasible (requiring the attacker
+ to send on the order of zettabytes of altered cells in a short
+ interval), but we'd rather block them off in case there are any
+ classes of this attack that we missed. Reported by dvorak.
+