diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:55:57 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:55:57 +0000 |
commit | 927af8c3d55b68d86b7fe567414daec92824507c (patch) | |
tree | b4be634a76984e0a99b93e08e3e3c9a5bc36f760 /contrib | |
parent | 265bf87a8292e6f3db0ee0980410c3abccb7a244 (diff) | |
download | tor-927af8c3d55b68d86b7fe567414daec92824507c.tar tor-927af8c3d55b68d86b7fe567414daec92824507c.tar.gz |
sync up the rpm spec description so it matches the deb more
svn:r1084
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/tor.spec | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/contrib/tor.spec b/contrib/tor.spec index 8fa0fc782..d5a9d6ff0 100644 --- a/contrib/tor.spec +++ b/contrib/tor.spec @@ -6,7 +6,7 @@ %define initdir /etc/rc.d/init.d -Summary: tor: The Onion Router; patent-free Onion Routing +Summary: tor: anonymizing overlay network for TCP Name: tor Version: 0.0.2pre20 Vendor: R. Dingledine <arma@seul.org> @@ -23,15 +23,34 @@ Requires(pre): %{_sbindir}/useradd, %{_sbindir}/groupadd BuildRoot: %{_tmppath}/%{name}-%{version}-%{relbase}-root %description -tor is a system which attempts to conceal the sources of TCP connections -by relaying those connections through multiple independently administered -forwarding nodes; it is a "cascaded mix" system. Among older systems, -tor is most similar to Onion Routing. The basic concept of tor is also -similar to that of the Zero Knowledge Freedom system or the Java Anonymous -Proxy. The "onions" used in tor are similar in concept to the reply blocks -used with type I "cypherpunks" anonymous remailers. Feeding phrases -from this paragraph into search engines should give you more background -information than you really want. +Tor is a connection-based low-latency anonymous communication system which +addresses many flaws in the original onion routing design. + +In brief, Onion Routing is a connection-oriented anonymizing communication +service. Users choose a source-routed path through a set of nodes, and +negotiate a "virtual circuit" through the network, in which each node +knows its predecessor and successor, but no others. Traffic flowing down +the circuit is unwrapped by a symmetric key at each node, which reveals +the downstream node. + +Basically Tor provides a distributed network of servers ("onion +routers"). Users bounce their tcp streams (web traffic, ftp, ssh, etc) +around the routers, and recipients, observers, and even the routers +themselves have difficulty tracking the source of the stream. + +Note that Tor does no protocol cleaning. That means there is a danger that +application protocols and associated programs can be induced to reveal +information about the initiator. Tor depends on Privoxy and similar protocol +cleaners to solve this problem. + +Client applications can use the Tor network by connecting to the local +onion proxy. If the application itself does not come with socks support +you can use a socks client such as tsocks. Some web browsers like mozilla +and web proxies like privoxy come with socks support, so you don't need an +extra socks client if you want to use Tor with them. + +Remember that this is alpha code, and the network is very small -- Tor will +not provide anonymity currently. This package provides the "tor" program, which serves as both a client and a relay node. Scripts will automatically create a "tor" user and |