Skip to content

Commit

Permalink
Changed TUI to UV
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloKai committed Apr 20, 2017
1 parent 9ba8f8a commit f607343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/fido-signature-formats-figure1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ The [=authenticator data=] structure is a byte array of 37 bytes or more, as fol
<td>
Flags (bit 0 is the least significant bit):
- Bit 0: [=Test of User Presence=] (`TUP`) result.
- Bit 1: [=Test of User Identity=] (`TUI`) result.
- Bit 1: [=User Verification=] (`UV`) result.
- Bits 1-5: Reserved for future use (`RFU`).
- Bit 6: [=Attestation data=] included (`AT`). Indicates whether the authenticator added [=attestation data=].
- Bit 7: Extension data included (`ED`). Indicates if the [=authenticator data=] has extensions.
Expand Down Expand Up @@ -1296,7 +1296,7 @@ by the authenticator during the [=authenticatorGetAssertion=] operation, by veri
requested credential exactly matches the RP ID supplied by the client.

The `TUP` flag SHALL be set if and only if the authenticator detected a user through an authenticator specific gesture. The
`TUI` flag SHALL be set if and only if the [=user verification=] process has been performed by the authenticator. The
`UV` flag SHALL be set if and only if the [=user verification=] process has been performed by the authenticator. The
`RFU` bits in the flags byte SHALL be set to zero.

For attestation signatures, the authenticator MUST set the AT flag and include the [=attestation data=]. For authentication
Expand Down

0 comments on commit f607343

Please sign in to comment.