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

FIDO U2F: Register 'exclude_credentials' #9

Closed
AlfioEmanueleFresta opened this issue Jun 29, 2020 · 0 comments
Closed

FIDO U2F: Register 'exclude_credentials' #9

AlfioEmanueleFresta opened this issue Jun 29, 2020 · 0 comments

Comments

@AlfioEmanueleFresta
Copy link
Owner

CTAP1 does not support 'exclude credentials' in its register operation (like CTAP2). However, this functionality can be be implemented by exploiting the key enumeration functionality of the protocol. Before the register operation, for each key in the exclude list, the client sends a 'check only' signature request. If any of the keys exist, the register operation is aborted, with a compatible error.

This feature is needed to support CTAP2 request downgrading.

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

No branches or pull requests

1 participant