aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-03-26 22:15:02 -0400
committerRoger Dingledine <arma@torproject.org>2012-03-26 22:15:02 -0400
commitde73e3692a6d83774027ac9d29e1ec8608076385 (patch)
tree28eaa94bab8ff01f88efce53305a4f803c92cd38
parent65bf007a77be579a05e2bbc4fdcdea3741439f3e (diff)
downloadtor-de73e3692a6d83774027ac9d29e1ec8608076385.tar.gz
tor-de73e3692a6d83774027ac9d29e1ec8608076385.zip
merge in the safecookie changelog entry tootor-0.2.3.13-alpha
-rw-r--r--ChangeLog7
-rw-r--r--changes/safecookie9
2 files changed, 7 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d6cc6d646a..52c73451ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,13 @@ Changes in version 0.2.3.13-alpha - 2012-03-26
- Change IP address for maatuska (v3 directory authority).
o Security fixes:
+ - Provide controllers with a safer way to implement the cookie
+ authentication mechanism. With the old method, if another locally
+ running program could convince a controller that it was the Tor
+ process, then that program could trick the contoller into telling
+ it the contents of an arbitrary 32-byte file. The new "SAFECOOKIE"
+ authentication method uses a challenge-response approach to prevent
+ this attack. Fixes bug 5185, implements proposal 193.
- Never use a bridge or a controller-supplied node as an exit, even
if its exit policy allows it. Found by wanoskarnet. Fixes bug
5342. Bugfix on 0.1.1.15-rc (for controller-purpose descriptors)
diff --git a/changes/safecookie b/changes/safecookie
deleted file mode 100644
index fd7d7af2b0..0000000000
--- a/changes/safecookie
+++ /dev/null
@@ -1,9 +0,0 @@
- o Security Features:
- - Provide controllers with a safer way to implement the cookie
- authentication mechanism. With the old method, if another locally
- running program could convince a controller that it was the Tor
- process, then that program could trick the contoller into
- telling it the contents of an arbitrary 32-byte file. The new
- "SAFECOOKIE" authentication method uses a challenge-response
- approach to prevent this. Fixes bug 5185, implements proposal 193.
-