Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
verification: add TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
traumschule committed Aug 26, 2018
1 parent cc2b06b commit 1fd98ec
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/en/verifying-signatures.wml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
</div>
<div id="maincol">
<h1>How to verify signatures for packages</h1>

<!-- START TOC -->
<ol>
<li><a href="#Why">What is a signature and why should I check it?</a></li>
<li><a href="#Where">Where do I get the signatures and the keys that made them?</a></li>
<li><a href="#Windows">Windows</a></li>
<li><a href="#MacosLinux">Mac OS X and Linux</a></li>
<li><a href="#BuildVerification">Verifying sha256sums (advanced)</a></li>
<li><a href="#Scripts">Scripts</a></li>
<li><a href="#MARVerification">Verifying MAR files we ship (advanced)</a></li>
</ol>
<!-- END TOC -->
<hr>

<p>Digital signature is a process ensuring that a certain package was
Expand All @@ -21,6 +33,7 @@
about how it works see <a href="https://en.wikipedia.org/wiki/Digital_signature">
https://en.wikipedia.org/wiki/Digital_signature</a>.</p>

<a name="Why"></a>
<h3>What is a signature and why should I check it?</h3>
<hr>

Expand Down Expand Up @@ -74,6 +87,7 @@
attacker. The better question to answer is: "Is this file that I
just downloaded the file that Tor intended me to get?"</p>

<a name="Where"></a>
<h3>Where do I get the signatures and the keys that made them?</h3>
<hr>
<p>Each file on <a href="<page download/download>">our download
Expand All @@ -92,6 +106,7 @@
signature you should not worry that the reported date may vary.
</p>

<a name="Windows"></a>
<h3>Windows</h3>
<hr>
<p>First of all you need to have GnuPG installed before you can verify signatures.
Expand Down Expand Up @@ -143,6 +158,7 @@ Primary key fingerprint: EF6E 286D DA85 EA2A 4BA7 DE68 4E2C 6E87 9329 8290
exchange key fingerprints.
</p>

<a name="MacosLinux"></a>
<h3>Mac OS X and Linux</h3>
<hr>

Expand Down Expand Up @@ -288,6 +304,7 @@ Primary key fingerprint: EF6E 286D DA85 EA2A 4BA7 DE68 4E2C 6E87 9329 8290
build.</li>
</ul>

<a id="Scripts"></a>
<p><a href="https://github.com/isislovecruft/scripts/blob/master/verify-gitian-builder-signatures">Scripts</a>
to <a href="https://tor.stackexchange.com/questions/648/how-to-verify-tor-browser-bundle-tbb-3-x">automate</a>
these steps have been written, but to use them you will need to modify
Expand Down

0 comments on commit 1fd98ec

Please sign in to comment.