diff options
author | Roger Dingledine <arma@torproject.org> | 2005-12-11 06:35:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-12-11 06:35:57 +0000 |
commit | 1c80077c22652fd5842cf64b189e7bbf87a6b1a0 (patch) | |
tree | 9e82b9796066641a9c238625271667e70ec92d30 /ChangeLog | |
parent | eaa864ed172b9ce9f163e7a9c3f6a0f534416558 (diff) | |
download | tor-1c80077c22652fd5842cf64b189e7bbf87a6b1a0.tar tor-1c80077c22652fd5842cf64b189e7bbf87a6b1a0.tar.gz |
the rest of the 0.1.1.10-alpha changelog
svn:r5554
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |