Page MenuHomeFreeBSD

Add u2f(4), a HID driver for FIDO/U2F security keys
Needs RevisionPublic

Authored by wulf on Aug 29 2023, 10:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 25, 4:56 PM
Unknown Object (File)
Tue, Feb 25, 2:08 AM
Unknown Object (File)
Sun, Feb 23, 10:21 PM
Unknown Object (File)
Sat, Feb 15, 8:42 PM
Unknown Object (File)
Thu, Feb 13, 9:04 PM
Unknown Object (File)
Dec 29 2024, 11:49 AM
Unknown Object (File)
Dec 29 2024, 11:46 AM
Unknown Object (File)
Dec 24 2024, 2:55 AM

Details

Reviewers
grembo
andrew
manu
Summary

This driver is a stripped-down version of hidraw(4). It implements subset of commands required for FIDO/U2F keys only.

User-visible changes are:
It attaches to FIDO/U2F top level collection. So it can be automagically loaded with devd
It sets 660 root:u2f mode to device node. No need in special devd scripts
It emulates USB_GET_DEVICEINFO ioctl

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

wulf requested review of this revision.Aug 29 2023, 10:21 PM
manu requested changes to this revision.Nov 24 2023, 9:31 AM

I guess this review should be splitted in multiple ones.
There is the addition of u2f(4) yes but a lot of stuff is changed in the hid code too.

This revision now requires changes to proceed.Nov 24 2023, 9:31 AM