Robin Krahl
Robin Krahl
This is a tracking issue for PRs that improve stack usage in various components: - https://github.com/Nitrokey/ctaphid-dispatch/pull/1 - https://github.com/Nitrokey/trussed/pull/30 - https://github.com/trussed-dev/iso7816/pull/20 - https://github.com/Nitrokey/usbd-ctaphid/pull/1 - https://github.com/Nitrokey/apdu-dispatch/pull/1
User presence checks should not return immediately but with some delay to be more realistic. Optionally, this delay could be randomized.
This patch updates the storage overview for secrets-app and trussed-auth.
- [ ] UI status - [ ] user confirmation - [ ] logs - [ ] reboot
As discussed in https://github.com/Nitrokey/nitrokey-3-firmware/pull/149, using the usbip runner with CCID can trigger a kernel bug: ``` usercopy: Kernel memory exposure attempt detected from SLUB object 'kmalloc-16' (offset 0, size 64)!...
There should be an easy way to clear the EFS for development devices. Options: - always format the filesystems when running the provisioner - add a `format-efs` feature for the...
- [ ] deny warnings - [x] run `cargo fmt -- --check`, at least for the embedded runner - [ ] run `cargo clippy`, at least for the embedded runner
- [x] check for a signed tag - [x] build and upload alpha *xor* stable artifacts - [ ] explicitly trigger the release using a variable - [ ] sign...
- [x] Add all artifacts to `sha256sum` - [ ] Sign checksums – @LennardBoediger can we give the CI server a private key? - [x] Append `git describe` to artifacts...