]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
merge in the safecookie changelog entry too tor-0.2.3.13-alpha
authorRoger Dingledine <arma@torproject.org>
Tue, 27 Mar 2012 02:15:02 +0000 (22:15 -0400)
committerRoger Dingledine <arma@torproject.org>
Tue, 27 Mar 2012 02:15:02 +0000 (22:15 -0400)
ChangeLog
changes/safecookie [deleted file]

index d6cc6d646afa348393e18d9febb268ffc2d62753..52c73451ef981da9ac5d332ab660bc373b0a1fd6 100644 (file)
--- 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 (file)
index fd7d7af..0000000
+++ /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. 
-