summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-17 01:18:50 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-17 01:18:50 -0500
commit09a4fd4f89095b59eef70e1e9dd70b5c863ebb61 (patch)
tree072aad725159464b30c744541d44e74de6ecee5e /static/features.html
parentc8ec09a05a32e0f161654353039031efa57d438e (diff)
move more detailed attestation info to features
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html18
1 files changed, 10 insertions, 8 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>