kaczmarczyck
kaczmarczyck
The configure command currently only supports the first usage page. However, we only accept it from `vendor_hid` if the compile flag is set. We can either: - Allow the vendor...
Our certificate is not correctly generated, as surfaced in #455. We have an immediate fix for the reportedly breaking website in #456. This issue tracks the correctness of the certifice...
The latest version of `cargo fuzz` does not work with our toolchain. As a workaround, install an older version ``` cargo +stable install cargo-fuzz --version ^0.10 ``` or fuzz with...
In #408, we add documentation for the MDK. This should be easier, and the deploy script generally allows DFU for other boards than the dongle. Let's check if we break...
The review draft for CTAP 2.1 adds new commands and requires seom changes in the old ones. https://fidoalliance.org/specs/fido2/fido-client-to-authenticator-protocol-v2.1-rd-20191217.html We want to support new features like deleting resident keys. Our access...
As noted in #127 , we should support `#cfg` inside macro calls, i.e. `cbor_map`.
In #620 , we migrate to Tock V2. Some of our drivers are hacky. One example is the extra buffer in persistent storage that we probably don't need. They work...
The test tool currently supports commands from version 2.0. `GetInfo` informs about supported versions. For old commands, tests should differentiate between authenticator versions. For new commands, tests should only run...
The tool is currently used mainly on Linux and MacOS. We need to run all features on Windows to make sure it works.
This test was called out to not apply to some authenticators with biometry in #98.