Skip to content
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

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft

Nfc implementation #40

wants to merge 6 commits into from

Conversation

xchapron-ledger
Copy link
Contributor

No description provided.

@xchapron-ledger xchapron-ledger force-pushed the xch/test-nfc branch 2 times, most recently from 55d2793 to 7e08515 Compare May 17, 2024 09:03
Comment on lines +385 to +386
// TODO: is this what we want?
// TODO: Handle cases where availableCredentials is != 1
Copy link
Contributor Author

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?
Copy link
Contributor Author

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:
Copy link
Contributor Author

@xchapron-ledger xchapron-ledger May 17, 2024

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?

@xchapron-ledger
Copy link
Contributor Author

@lpascal-ledger FYI

Tested with Android on Pixel 5 and iOS.
Some todo remains.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant