git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
42e18a05c
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
design.html
first cut of new website
Roger Dingledine
commited
42e18a05c
at 2004-11-14 06:40:19
design.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Design</title> <meta name="Author" content="Roger Dingledine"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="default.css" /> </head> <body> <div class="menu" id="side"> <!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> --> <a href="index.html">Home</a> <br> <a href="overview.html">Overview</a> <br> <a href="download.html">Download</a> <br> <a href="documentation.html">Documentation</a><br> <a href="contribute.html">Contribute</a> <br> <a class="design">Design</a> <br> <a href="developers.html">Developers</a> <br> <a href="research.html">Research</a> <br> <a href="people.html">People</a> <br> </div><!-- #side --> <div class="main" id="main"> <h2>Tor: Design</h2> <p>The <b>Design Document</b> (published at Usenix Security 2004) gives our justifications and security analysis for the Tor design:</p> <ul> <li><a href="tor-design.pdf">PDF version</a></li> <li><a href="cvs/doc/design-paper/tor-design.html">HTML version</a></li> </ul> <p>The <b>Specification</b> aims to give developers enough information to build a compatible version of Tor:</p> <ul> <li><a href="cvs/doc/tor-spec.txt">Main Tor specification</a></li> <li><a href="cvs/doc/rend-spec.txt">Tor rendezvous specification</a></li> <li><a href="cvs/doc/control-spec.txt">Tor UI control specification</a></li> </ul> <p>Look at the <a href="slides-codecon04/">slides from the Codecon 2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen to the audio from the talk</a>. You can also peruse the <a href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black Hat 2004 slides</a> or <a href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004 slides</a>.</p> <a href="http://freehaven.net/tor/cvs/doc/TODO">The list of stuff the developers know they need to do</a> </div><!-- #main --> </body> </html>