summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-11 06:35:57 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-11 06:35:57 +0000
commit1c80077c22652fd5842cf64b189e7bbf87a6b1a0 (patch)
tree9e82b9796066641a9c238625271667e70ec92d30
parenteaa864ed172b9ce9f163e7a9c3f6a0f534416558 (diff)
downloadtor-1c80077c22652fd5842cf64b189e7bbf87a6b1a0.tar.gz
tor-1c80077c22652fd5842cf64b189e7bbf87a6b1a0.zip
the rest of the 0.1.1.10-alpha changelog
svn:r5554
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 226ced158c..12b0e4ec4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,10 +79,20 @@ Changes in version 0.1.1.10-alpha - 2005-12-xx
- Resume using the AES counter-mode implementation that we ship,
rather than OpenSSL's. Ours is significantly faster.
- Many other CPU and memory improvements.
+ - Add a new config option FastFirstHopPK (on by default) so clients
+ do a trivial crypto handshake for their first hop, since TLS has
+ already taken care of confidentiality and authentication.
- Add a new config option TestSocks so people can see if their
applications are using socks4, socks4a, socks5-with-ip, or
socks5-with-hostname. This way they don't have to keep mucking
with tcpdump and wondering if something got cached somewhere.
+ - Warn when listening on a public address for socks. I suspect a
+ lot of people are setting themselves up as open socks proxies,
+ and they have no idea that jerks on the Internet are using them,
+ since they simply proxy the traffic into the Tor network.
+ - Add "private:*" as an alias in configuration for policies. Now
+ you can simplify your exit policy rather than needing to list
+ every single internal or nonroutable network space.
- Add a new controller event type that allows controllers to get
all server descriptors that were uploaded to a router in its role
as authoritative dirserver.