855119c689ae4bed3bf18f244aaae036516ea2b5
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

1) ## translation metadata
2) # Revision: $Revision$
Sebastian Hahn 2-medium is an actual trans...

Sebastian Hahn authored 15 years ago

3) # Translation-Priority: 2-medium
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

4) 
5) #include "head.wmi" TITLE="Verifying Signatures" CHARSET="UTF-8"
6) 
7) <div class="main-column">
8) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

9) <h2>How to verify signatures for packages</h2>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

10) <hr />
11) 
12) <p>Each file on <a href="<page download>">our download page</a> is accompanied
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

13) by a file with the same name as the package and the extension
14) ".asc".  For example, the current Installation Bundle for Windows:
15) <package-win32-bundle-stable-sig>.</p>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

16) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

17) <p>These .asc files are PGP signatures. They allow you to verify the file you've downloaded
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

18) is exactly the one that we intended you to get.</p>
19) 
20) <p>Of course, you'll need to have our pgp keys in your keyring: if you don't
21) know the pgp key, you can't be sure that it was really us who signed it. The
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

22) signing keys we use are:</p>
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

23) <ul>
24) <li>Roger's (0x28988BF5) typically signs the source code file.</li>
25) <li>Nick's (0x165733EA, or its subkey 0x8D29319A)</li>
26) <li>Andrew's (0x31B0974B)</li>
27) <li>Peter's (0x94C09C7F, or its subkey 0xAFA44BDD)</li>
28) <li>Matt's (0x5FA14861)</li>
29) <li>Jacob's (0x9D0FACE4)</li>
30) </ul>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

31) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

32) <h3>Step One:  Import the keys</h3>
33) <hr />
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

34) <p>You can import keys directly from GnuPG as well:</p>
35) 
36) <pre>gpg --keyserver subkeys.pgp.net --recv-keys 0x28988BF5</pre>
37) 
38) <p>or search for keys with</p>
39) 
Roger Dingledine fix a broken <pre> section

Roger Dingledine authored 15 years ago

40) <pre>gpg --keyserver subkeys.pgp.net --search-keys 0x28988BF5</pre>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

41) 
42) <p>and when you select one, it will be added to your keyring.</p>
43) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

44) <h3>Step Two:  Verify the fingerprints</h3>
45) <hr />
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

46) <p>Verify the pgp fingerprints using:</p>
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

47) <pre>gpg --fingerprint (insert keyid here)</pre>
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

48) The fingerprints for the keys should be:
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

49) 
50) <pre>
51) pub   1024D/28988BF5 2000-02-27
52)       Key fingerprint = B117 2656 DFF9 83C3 042B  C699 EB5A 896A 2898 8BF5
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

53) uid                  Roger Dingledine &lt;arma@mit.edu&gt;
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

54) 
55) pub   3072R/165733EA 2004-07-03
56)       Key fingerprint = B35B F85B F194 89D0 4E28  C33C 2119 4EBB 1657 33EA
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

57) uid                  Nick Mathewson &lt;nickm@alum.mit.edu&gt;
58) uid                  Nick Mathewson &lt;nickm@wangafu.net&gt;
59) uid                  Nick Mathewson &lt;nickm@freehaven.net&gt;
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

60) 
61) pub  1024D/31B0974B 2003-07-17
62)      Key fingerprint = 0295 9AA7 190A B9E9 027E  0736 3B9D 093F 31B0 974B
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

63) uid                  Andrew Lewman (phobos) &lt;phobos@rootme.org&gt;
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

64) uid                  Andrew Lewman &lt;andrew@lewman.com&gt;
65) uid                  Andrew Lewman &lt;andrew@torproject.org&gt;
66) sub   4096g/B77F95F7 2003-07-17
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

67) 
68) pub   1024D/94C09C7F 1999-11-10
69)       Key fingerprint = 5B00 C96D 5D54 AEE1 206B  AF84 DE7A AF6E 94C0 9C7F
70) uid                  Peter Palfrader
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

71) uid                  Peter Palfrader &lt;peter@palfrader.org&gt;
72) uid                  Peter Palfrader &lt;weasel@debian.org&gt;
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

73) 
74) pub   1024D/5FA14861 2005-08-17
75)       Key fingerprint = 9467 294A 9985 3C9C 65CB  141D AF7E 0E43 5FA1 4861
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

76) uid                  Matt Edman &lt;edmanm@rpi.edu&gt;
77) uid                  Matt Edman &lt;Matt_Edman@baylor.edu&gt;
78) uid                  Matt Edman &lt;edmanm2@cs.rpi.edu&gt;
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

79) sub   4096g/EA654E59 2005-08-17
Jacob Appelbaum Add my gpg key info to the...

Jacob Appelbaum authored 15 years ago

80) 
81) pub   1024D/9D0FACE4 2008-03-11 [expires: 2010-03-11]
82)       Key fingerprint = 12E4 04FF D3C9 31F9 3405  2D06 B884 1A91 9D0F ACE4
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

83) uid                  Jacob Appelbaum &lt;jacob@appelbaum.net&gt;
Jacob Appelbaum Add my gpg key info to the...

Jacob Appelbaum authored 15 years ago

84) sub   4096g/D5E87583 2008-03-11 [expires: 2010-03-11]
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

85) </pre>
86) 
87) <p>(Of course if you want to be really certain that those are the real ones
Sebastian Hahn Start cleanup of the verify...

Sebastian Hahn authored 15 years ago

88) then you should check this from more places or even better get into key signing
89) and build a trust path to those keys.)</p>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

90) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

91) <h3>Step Three:  Verify the downloaded package</h3>
92) <hr />
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

93) <p>If you're using GnuPG, then put the .asc and the download in the same
Sebastian Hahn Start cleanup of the verify...

Sebastian Hahn authored 15 years ago

94) directory and type "gpg --verify (whatever).asc (whatever)". It will say
95) something like "Good signature" or "BAD signature" using the following type of
96) command:</p>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

97) 
98) <pre>
Sebastian Hahn Start cleanup of the verify...

Sebastian Hahn authored 15 years ago

99) gpg --verify tor-0.1.0.17.tar.gz.asc tor-0.1.0.17.tar.gz
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

100) gpg: Signature made Wed Feb 23 01:33:29 2005 EST using DSA key ID 28988BF5
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

101) gpg: Good signature from "Roger Dingledine &lt;arma@mit.edu&gt;"
102) gpg:                 aka "Roger Dingledine &lt;arma@mit.edu&gt;"
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

103) gpg: WARNING: This key is not certified with a trusted signature!
104) gpg:          There is no indication that the signature belongs to the owner.
105) Primary key fingerprint: B117 2656 DFF9 83C3 042B  C699 EB5A 896A 2898 8BF5
106) </pre>
107) 
108) <p>
109) Notice that there is a warning because you haven't assigned a trust index to
110) this user. This means that your program verified the key made that signature.
111) It's up to the user to decide if that key really belongs to the developers. The
112) best method is to meet them in person and exchange gpg fingerprints. Keys can
Sebastian Hahn Start cleanup of the verify...

Sebastian Hahn authored 15 years ago

113) also be signed. If you look up Roger or Nick's keys, other people have
114) essentially said "we have verified this is Roger/Nick". So if you trust that
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

115) third party, then you have a level of trust for that arma/nick.
116) </p>
117) 
118) <p>All this means is you can ignore the message or assign a trust level.</p>
119) 
120) <p>For your reference, this is an example of a <em>BAD</em> verification. It
121) means that the signature and file contents do not match:</p>
122) 
123) <pre>
124) gpg --verify tor-0.1.0.17.tar.gz.asc
125) gpg: Signature made Wed Feb 23 01:33:29 2005 EST using DSA key ID 28988BF5
Bogdan Drozdowski Mainetance/polish translati...

Bogdan Drozdowski authored 15 years ago

126) gpg: BAD signature from "Roger Dingledine &lt;arma@mit.edu&gt;"
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

127) </pre>
128) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

129) <p>If you see a message like the above one, then you should not trust the file contents.</p>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

130) 
131) <p>If you are running Tor on Debian you should read the instructions on
132) <a
Roger Dingledine migrate the debian directio...

Roger Dingledine authored 14 years ago

133) href="<page docs/debian>#packages">importing these keys to apt</a>.</p>