Roger Dingledine commited on 2004-12-20 00:31:48
Zeige 1 geänderte Dateien mit 0 Einfügungen und 58 Löschungen.
... | ... |
@@ -1,58 +0,0 @@ |
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 |
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
|
10 |
-</head> |
|
11 |
- |
|
12 |
-<body> |
|
13 |
- <div class="menu" id="side"> |
|
14 |
-<!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> --> |
|
15 |
- <a href="index.html">Home</a> <br /> |
|
16 |
- <a href="howitworks.html">How it works</a><br /> |
|
17 |
- <a href="download.html">Download</a> <br /> |
|
18 |
- <a href="documentation.html">Documentation</a><br /> |
|
19 |
- <a href="contribute.html">Contribute</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> |
|
33 |
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
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> |
|
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> |
|
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 |
- |
|
52 |
- </div><!-- #main --> |
|
53 |
- <div class="bottom" id="bottom"> |
|
54 |
- <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> - |
|
55 |
- $Id$ |
|
56 |
- </div> |
|
57 |
-</body> |
|
58 |
-</html> |
|
59 | 0 |