Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Sep 20, 2018
1 parent daf9522 commit 09a81c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4034,7 +4034,7 @@ even if the SafetyNet API is also present.
- Verify that |response| is a valid SafetyNet response of version |ver|.
- Verify that the nonce in the |response| is identical to the Base64url encoding of the SHA-256 hash of the concatenation of |authenticatorData| and |clientDataHash|.
- Let |attestationCert| be the [=attestation certificate=].
- Verify that |attestatioCert| is issued to the hostname "attest.android.com" (see
- Verify that |attestationCert| is issued to the hostname "attest.android.com" (see
[SafetyNet online documentation](https://developer.android.com/training/safetynet/index.html#compat-check-response)).
- Verify that the `ctsProfileMatch` attribute in the payload of |response| is [TRUE].
- If successful, return implementation-specific values representing [=attestation type=] [=Basic=] and [=attestation trust
Expand Down

0 comments on commit 09a81c6

Please sign in to comment.