summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-10-10 21:08:59 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-10-10 21:10:01 -0400
commit3339ed07fe38f0cc536ca279ba88a0b433c83d8b (patch)
treebdbe8f428be5ec2f90479dbf81c9d5444f6866fd /static
parent75017f8b36aaad363143ef01e1773b5b864b24dd (diff)
Play Integrity is replacing SafetyNet attestation
Diffstat (limited to 'static')
-rw-r--r--static/articles/attestation-compatibility-guide.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/articles/attestation-compatibility-guide.html b/static/articles/attestation-compatibility-guide.html
index 32f8b46c..ba92988c 100644
--- a/static/articles/attestation-compatibility-guide.html
+++ b/static/articles/attestation-compatibility-guide.html
@@ -50,10 +50,10 @@
<main id="attestation-compatibility-guide">
<h1><a href="#attestation-compatibility-guide">Attestation compatibility guide</a></h1>
- <p>Apps using SafetyNet attestation to check the authenticity/integrity of the OS can
- support GrapheneOS by using the standard Android hardware attestation API and
- permitting our official release signing keys. Android's
- <a href="https://developer.android.com/training/articles/security-key-attestation">hardware
+ <p>Apps using the Play Integrity API or legacy Safetynet attestation API to check the
+ authenticity/integrity of the OS can support GrapheneOS by using the standard Android
+ hardware attestation API and permitting our official release signing keys.
+ Android's <a href="https://developer.android.com/training/articles/security-key-attestation">hardware
attestation API</a> provides a much stronger form of attestation than SafetyNet with
the ability to whitelist the keys of alternate operating systems. It also avoids an
unnecessary dependency on Google Play services and Google's SafetyNet servers.</p>