-
Notifications
You must be signed in to change notification settings - Fork 597
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
interfaces/u2f: add Arculus AuthentiKey #15087
Conversation
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.
Thanks
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #15087 +/- ##
==========================================
+ Coverage 78.07% 78.11% +0.04%
==========================================
Files 1182 1172 -10
Lines 157743 157665 -78
==========================================
+ Hits 123154 123157 +3
+ Misses 26943 26861 -82
- Partials 7646 7647 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fri Feb 14 17:50:43 UTC 2025 Failures:Preparing:
Executing:
Restoring:
|
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.
Thanks
Considering this PR security approved on the basis that it is identical to #15087 that was approved by @alexmurray |
Failures do not relate to changes. |
Adds Arculus AuthentiKey USB security key device that supports FIDO U2F, CTAP2.1, and PIV.
http://www.linux-usb.org/usb.ids has the 3752:0001 device id as well as https://ccid.apdu.fr/ccid/shouldwork.html#0x37520x0001
Tested webauthn.io register and authenticate with chromium-browser and firefox snaps under a snapcraft built local install and also did ./run-checks.
This is a redo of #15071 which will be closed.