Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agl committed May 7, 2017
1 parent dda3e24 commit 72ba7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec: WebCryptoAPI; urlPrefix: https://www.w3.org/TR/WebCryptoAPI/
text: normalizing an algorithm; url: dfn-normalize-an-algorithm
text: recognized algorithm name
type: dictionary
text: AlgorithmIdentifier; url: dfn-AlgorithmIdentifierS
text: AlgorithmIdentifier; url: dfn-AlgorithmIdentifier

<!-- Remove these once Shepherd picks up the changes -->
spec: CREDENTIAL-MANAGEMENT-1; urlPrefix: https://w3c.github.io/webappsec-credential-management/
Expand Down Expand Up @@ -2245,7 +2245,7 @@ been used for the attestation=] is consistent with the fields of the attestation

Concatenate |authenticatorData| and |clientDataHash| to form |attToBeSigned|.

Request a Android Key Attestation by calling "keyStore.getCertificateChain(myKeyUUID)") providing |attToBeSigned| as the
Request an Android Key Attestation by calling "keyStore.getCertificateChain(myKeyUUID)") providing |attToBeSigned| as the
challenge value (e.g., by using
<a href="https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec.Builder.html#setAttestationChallenge(byte%5B%5D)">
setAttestationChallenge</a>),
Expand Down

0 comments on commit 72ba7bc

Please sign in to comment.