Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuzz-fido-id-desc: drop unused case file | Zbigniew Jędrzejewski-Szmek | 2021-10-18 | 1 | -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 tokens | Fabian Henneke | 2019-09-06 | 1 | -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. |