-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nfc implementation #40
base: develop
Are you sure you want to change the base?
Conversation
55d2793
to
7e08515
Compare
// TODO: is this what we want? | ||
// TODO: Handle cases where availableCredentials is != 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
ctap2_make_credential_ux(); | ||
if (CMD_IS_OVER_U2F_NFC) { | ||
// No up nor uv requested, skip UX and reply immediately | ||
// TODO: is this what we want? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO
return io_send_sw(SW_INS_NOT_SUPPORTED); | ||
} | ||
} else if (CMD_IS_OVER_U2F_NFC && (rx[OFFSET_CLA] == FIDO2_NFC_CHAINING_CLA)) { | ||
// TODO but as of now it's not used neither on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO as Android might start using FIDO2 anytime soon, and at this point it will probably continue using short encoding?
@lpascal-ledger FYI |
Tested with Android on Pixel 5 and iOS. Some todo remains.
7e08515
to
7c6d637
Compare
No description provided.