4 Commits

Author SHA1 Message Date
Robin Krahl 1c2ac73c9a ci: Add workflow for publishing to crates.io 2025-09-02 09:32:09 +02:00
Robin Krahl df9f2def54 Add ctap fuzz target
This fuzz target sends a sequence of arbitrary CTAP1 or CTAP2 requests
to the authenticator.
2024-06-27 11:51:49 +02:00
Robin Krahl 7db98dd731 Setup basic integration tests
This patch adds basic integration tests that use the ctaphid library to
send CTAPHID commands to the authenticator over ctaphid-dispatch.
Unfortunately, usbd-ctaphid does not provide a public interface to its
packet handling code, so we have to copy that code for the time being.
2024-03-21 21:16:42 +01:00
Robin Krahl 32792e5aef Add CI workflow
This patch adds a CI workflow based on the workflow for trussed.
2024-03-21 10:30:14 +01:00