Skip to content

Commit

Permalink
Editorial fixes 2
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Lundberg <emil@emlun.se>
  • Loading branch information
alanwaketan and emlun committed Oct 21, 2020
1 parent f36e826 commit febd150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -5184,7 +5184,7 @@ This attestation statement format is exclusively used by Apple for certain types
2. Concatenate |authenticatorData| and |clientDataHash| to form |nonceToHash|.
3. Perform SHA-256 hash of |nonceToHash| to produce |nonce|.
4. Verify that |nonce| equals the value of the extension with OID ( 1.2.840.113635.100.8.2 ) in |credCert|.
5. Verify credential public key matches the Subject Public Key of |credCert|.
5. Verify that the [=credential public key=] equals the Subject Public Key of |credCert|.
6. If successful, return implementation-specific values representing attestation type [=Anonymization CA=] and attestation trust path |x5c|.

# <dfn>WebAuthn Extensions</dfn> # {#sctn-extensions}
Expand Down

0 comments on commit febd150

Please sign in to comment.