78af58709a5b0926bfd52699f1c077345b0fb588
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>
Erinn Clark add my keys

Erinn Clark authored 14 years ago

30) <li>Erinn's (0x63FEE659) and (0xF1F5C9B5)</li>
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

31) </ul>
Sebastian Hahn Move the "Verifying Singatu...

Sebastian Hahn authored 15 years ago

32) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Roger Dingledine authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Andrew Lewman authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Andrew Lewman authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Andrew Lewman authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Sebastian Hahn authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

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

Bogdan Drozdowski authored 15 years ago

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

Jacob Appelbaum authored 15 years ago

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

Sebastian Hahn authored 15 years ago

86) </pre>
87) 
88) <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

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

Sebastian Hahn authored 15 years ago

91) 
Andrew Lewman Updates to verifying signat...

Andrew Lewman authored 15 years ago

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

Sebastian Hahn authored 15 years ago

94) <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

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

Sebastian Hahn authored 15 years ago

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

Sebastian Hahn authored 15 years ago

100) 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

101) 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

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

Sebastian Hahn authored 15 years ago

104) gpg: WARNING: This key is not certified with a trusted signature!
105) gpg:          There is no indication that the signature belongs to the owner.
106) Primary key fingerprint: B117 2656 DFF9 83C3 042B  C699 EB5A 896A 2898 8BF5
107) </pre>
108) 
109) <p>
110) Notice that there is a warning because you haven't assigned a trust index to
111) this user. This means that your program verified the key made that signature.
112) It's up to the user to decide if that key really belongs to the developers. The
113) 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

114) also be signed. If you look up Roger or Nick's keys, other people have
115) 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

116) third party, then you have a level of trust for that arma/nick.
117) </p>
118) 
119) <p>All this means is you can ignore the message or assign a trust level.</p>
120) 
121) <p>For your reference, this is an example of a <em>BAD</em> verification. It
122) means that the signature and file contents do not match:</p>
123) 
124) <pre>
125) gpg --verify tor-0.1.0.17.tar.gz.asc
126) 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

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

Sebastian Hahn authored 15 years ago

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

Andrew Lewman authored 15 years ago

130) <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

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

Roger Dingledine authored 14 years ago

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