summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-06-17 15:24:23 -0400
committerNick Mathewson <nickm@torproject.org>2011-06-17 15:24:23 -0400
commit85d4c290d79264d334baa9e5c8fdf3b06d0b3d79 (patch)
tree8a3b404b1b7d6c6ca665ea2876a448fa802b3b11 /changes
parent209229f100d20958d0826d4f6773d7f6b3a43ade (diff)
parent010b8dd4f6e8e3c3d2e44ff589ff61cbf64b952a (diff)
downloadtor-85d4c290d79264d334baa9e5c8fdf3b06d0b3d79.tar.gz
tor-85d4c290d79264d334baa9e5c8fdf3b06d0b3d79.zip
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/abandon-rend-circs-on-newnym8
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/abandon-rend-circs-on-newnym b/changes/abandon-rend-circs-on-newnym
new file mode 100644
index 0000000000..67cb2dce2f
--- /dev/null
+++ b/changes/abandon-rend-circs-on-newnym
@@ -0,0 +1,8 @@
+ o Security fixes:
+ - Don't attach new streams to old rendezvous circuits after SIGNAL
+ NEWNYM. Previously, we would keep using an existing rendezvous
+ circuit if it remained open (i.e. if it were kept open by a
+ long-lived stream or if a new stream were attached to it before
+ Tor could notice that it was old and no longer in use and close
+ it). Bugfix on 0.1.1.15-rc; fixes bug 3375.
+