-
Notifications
You must be signed in to change notification settings - Fork 18
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
fido2luks can't find Nitrokey 3A NFC #51
Comments
I suspect that this is caused by a bug in the USB descriptor parsing in the I’ve prepared a patch for the |
I've cloned and built your PR and ran the |
Allow for Nitrokey 3A NFC support via a forked fido2luks See shimunn/fido2luks#51 for details.
Allow for Nitrokey 3A NFC support via a forked fido2luks See shimunn/fido2luks#51 for details.
Hi,
Thank you for creating and maintaining fido2luks.
I've successfully used it with the Nitrokey FIDO2, however the Nitrokey 3A NFC - which supports fido2 - is not detected.
Using
fido2luks connected
returns nothing with exit code 1, andfido2luks credential
hangs indefinitely.My Rust knowledge is very limited, but I'd like to help get this resolved. I've tried running https://github.com/shimunn/ctap/blob/f982494d5158062b7ebb9f84cd04f28d2be36ce7/examples/hmac.rs but it panics at line 17 with 'No authenticator found'. However, testing the same device on something like https://webauthn.io/ works fine.
If more information is needed I'll do my best to provide it.
The text was updated successfully, but these errors were encountered: