diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 18 | ||||
| -rw-r--r-- | static/index.html | 12 |
2 files changed, 10 insertions, 20 deletions
diff --git a/static/features.html b/static/features.html index 7cd90fc4..e1a10453 100644 --- a/static/features.html +++ b/static/features.html @@ -98,14 +98,16 @@ <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 even if you choose another browser</li> - <li>Auditor: hardware-based attestation used to help secure and monitor devices - for users and organizations using a pairing-based model for authentication - rather than relying on a root of trust. Puts attestation to work for the owners of - devices instead of using it as a form of DRM. It provides both local verification and - automated remote verification / device monitoring via our - <a href="https://attestation.app/">attestation.app</a> service. See the - <a href="https://attestation.app/about">detailed explanation on the site</a> for - more information.</li> + <li>Hardware-based security verification and monitoring: the + <a href="https://github.com/GrapheneOS/Auditor/releases">Auditor app</a> app and + <a href="https://attestation.app/">attestation service</a> 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>.</li> <li><a href="https://github.com/GrapheneOS/PdfViewer">PDF Viewer</a>: sandboxed, hardened PDF viewer using HiDPI rendering with pinch to zoom, text selection, etc.</li> diff --git a/static/index.html b/static/index.html index f022f1b7..2a510228 100644 --- a/static/index.html +++ b/static/index.html @@ -95,18 +95,6 @@ <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> - <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"> <h2><a href="#upstream">Upstream contributions</a></h2> |
