summaryrefslogtreecommitdiffstats
path: root/src/fuzz/fuzz-fido-id-desc.dict (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fuzz-fido-id-desc: drop unused case fileZbigniew Jędrzejewski-Szmek2021-10-181-6/+0
| | | | | | It wasn't picked up automatically because it's not in test/fuzz/fuzz-fido-id-desc/. But looking at the contents, it doesn't seem to be in the expected input format either.
* udev: Add id program and rule for FIDO security tokensFabian Henneke2019-09-061-0/+6
Add a fido_id program meant to be run for devices in the hidraw subsystem via an IMPORT directive. The program parses the HID report descriptor and assigns the ID_SECURITY_TOKEN environment variable if a declared usage matches the FIDO_CTAPHID_USAGE declared in the FIDO CTAP specification. This replaces the previous approach of whitelisting all known security token models manually. This commit is accompanied by a test suite and a fuzzer target for the descriptor parsing routine. Fixes: #11996.