38b72e578a487f3cc8970571d1e377bbdea11129
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Design</title>
6)   <meta name="Author" content="Roger Dingledine">
7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10) 
11) <body>
12)   <div class="menu" id="side">
13) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14)       <a href="index.html">Home</a> <br>
15)       <a href="overview.html">Overview</a> <br>
16)       <a href="download.html">Download</a> <br>
17)       <a href="documentation.html">Documentation</a><br>
18)       <a href="contribute.html">Contribute</a> <br>
19)       <a class="design">Design</a> <br>
20)       <a href="developers.html">Developers</a> <br>
21)       <a href="research.html">Research</a> <br>
22)       <a href="people.html">People</a> <br>
23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Design</h2>
27) 
28) <p>The <b>Design Document</b> (published at Usenix
29) Security 2004) gives our justifications and security analysis for the
30) Tor design:</p>
31) <ul>
32) <li><a href="tor-design.pdf">PDF version</a></li>
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

33) <li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

34) </ul>
35) 
36) <p>The <b>Specification</b> aims to give
37) developers enough information to build a compatible version of Tor:</p>
38) <ul>
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

39) <li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
40) <li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
41) <li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

42) </ul>
43) 
44) <p>Look at the <a href="slides-codecon04/">slides from the Codecon
45) 2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen
46) to the audio from the talk</a>. You can also peruse the <a
47) href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black
48) Hat 2004 slides</a> or <a
49) href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004
50) slides</a>.</p>
51) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

52) <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

53) 
54)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

55)   <div class="bottom" id="bottom">
56)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
57)      $Id$
58)   </div>