Robin Krahl
Robin Krahl
The [ctaphid dispatch](https://github.com/solokeys/fido-authenticator/blob/main/src/dispatch/ctaphid.rs) does not handle the `CTAPHID_CANCEL` command, leading to an unresponsive device if a pending operation is cancelled. Original report: https://github.com/Nitrokey/nitrokey-3-firmware/issues/47
A customer reports that during a firmware update using `McuBoot.receive_sb_file` on a LPC55 chip, the update stalled for more than 10 minutes without progress. The log messages show that 60...
Release 1.9.0 adds a logger for the `spsdk` module even if it is only used as a library. I think this should only be the case for the `spsdk` application...
`libusbsio` does not include a binary for *BSD systems so `spsdk` cannot be used on these systems. Please consider adding *BSD support. A developer using our software was able to...
This can otherwise cause a compilation error.
- Avoid focus changes between the info frame at the bottom and popup dialogs. - Include extra information from pynitrokey - Indicate overall progress (e. g. step x of y)
Users should be able to filter the displayed credentials by name, maybe also by credential type. Related pynitrokey issue: - https://github.com/Nitrokey/pynitrokey/issues/498 Original feature request: - https://github.com/Nitrokey/trussed-secrets-app/issues/107
Devices with firmware version 1.0.0 do not report a UUID. We should detect this and show an error message recommending a firmware upgrade with pynitrokey.
The current binary name `nitrokeyapp` is very close to the legacy Nitrokey App, `nitrokey-app`. We should change it to `nitrokey-app2`. We might also want to change the Python package name...
Users should be able to reset the secrets app on their device using the GUI.