Skip to content

Nfc implementation#40

Draft
xchapron-ledger wants to merge 6 commits into
developfrom
xch/test-nfc
Draft

Nfc implementation#40
xchapron-ledger wants to merge 6 commits into
developfrom
xch/test-nfc

Conversation

@xchapron-ledger
Copy link
Copy Markdown
Contributor

@xchapron-ledger xchapron-ledger commented May 16, 2024

to look at the comments !

Comment thread include/crypto_data.h
@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 thread src/ctap2_get_assertion.c
Comment on lines +385 to +386
// TODO: is this what we want?
// TODO: Handle cases where availableCredentials is != 1
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO

Comment thread src/u2f_processing.c
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
Copy Markdown
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?

Comment thread src/ui_shared.c
@xchapron-ledger
Copy link
Copy Markdown
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