move more detailed attestation info to features

This commit is contained in:
Daniel Micay 2020-12-17 01:18:50 -05:00
parent c8ec09a05a
commit 09a4fd4f89
2 changed files with 10 additions and 20 deletions

View File

@ -98,14 +98,16 @@
<li>Vanadium: hardened WebView and default browser - the WebView is what most <li>Vanadium: hardened WebView and default browser - the WebView is what most
other apps use to handle web content, so you benefit from Vanadium in many apps other apps use to handle web content, so you benefit from Vanadium in many apps
even if you choose another browser</li> even if you choose another browser</li>
<li>Auditor: hardware-based attestation used to help secure and monitor devices <li>Hardware-based security verification and monitoring: the
for users and organizations using a pairing-based model for authentication <a href="https://github.com/GrapheneOS/Auditor/releases">Auditor app</a> app and
rather than relying on a root of trust. Puts attestation to work for the owners of <a href="https://attestation.app/">attestation service</a> provide strong
devices instead of using it as a form of DRM. It provides both local verification and hardware-based verification of the authenticity and integrity of the
automated remote verification / device monitoring via our firmware/software on the device. A strong pairing-based approach is used which
<a href="https://attestation.app/">attestation.app</a> service. See the also provides verification of the device's identity based on the hardware backed
<a href="https://attestation.app/about">detailed explanation on the site</a> for key generated for each pairing. Software-based checks are layered on top with
more information.</li> trust securely chained from the hardware. For more details, see the
<a href="https://attestation.app/about">about page</a>
and <a href="https://attestation.app/tutorial">tutorial</a>.</li>
<li><a href="https://github.com/GrapheneOS/PdfViewer">PDF Viewer</a>: sandboxed, <li><a href="https://github.com/GrapheneOS/PdfViewer">PDF Viewer</a>: sandboxed,
hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection, hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection,
etc.</li> etc.</li>

View File

@ -95,18 +95,6 @@
<p>Official releases are available on the <a href="/releases">releases page</a> and <p>Official releases are available on the <a href="/releases">releases page</a> and
installation instructions are on the <a href="/install">install page</a>.</p> installation instructions are on the <a href="/install">install page</a>.</p>
<p>The official GrapheneOS releases are supported by our
<a href="https://github.com/GrapheneOS/Auditor/releases">Auditor app</a> and
<a href="https://attestation.app/">attestation service</a>. The Auditor app and
attestation service provide strong hardware-based verification of the authenticity and
integrity of the firmware/software on the device. A strong pairing-based approach is
used which also provides verification of the device's identity based on the hardware
backed key generated for each pairing. Software-based checks are layered on top with
trust securely chained from the hardware. For more details, see the <a
href="https://attestation.app/about">about page</a> and <a
href="https://attestation.app/tutorial">tutorial</a>. These also support other
operating systems.</p>
<section id="upstream"> <section id="upstream">
<h2><a href="#upstream">Upstream contributions</a></h2> <h2><a href="#upstream">Upstream contributions</a></h2>