You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 13. Determine the attestation statement format by performing a USASCII case-sensitive match on fmt against the set of supported WebAuthn Attestation Statement Format Identifier values.
140
-
// An up-to-date list of registered WebAuthn Attestation Statement Format Identifier values is maintained in the IANA registry of the same name
// 14. Verify that attStmt is a correct attestation statement, conveying a valid attestation signature,
157
-
// by using the attestation statement format fmt’s verification procedure given attStmt, authData and the hash of the serialized client data computed in step 7
144
+
// by using the attestation statement format fmt’s verification procedure given attStmt, authData
145
+
// and the hash of the serialized client data computed in step 7
0 commit comments