Skip to content

Commit

Permalink
Add tests for the SE050 and bootstrap RNG with it
Browse files Browse the repository at this point in the history
This PR adds an SE050 driver and its tests and uses SE050 entropy to
bootstrap the random number generator.

Fixes: #342 #343
  • Loading branch information
sosthene-nitrokey authored and robin-nitrokey committed Oct 25, 2023
1 parent f980ec3 commit 7935733
Show file tree
Hide file tree
Showing 19 changed files with 759 additions and 294 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
### Features

- Upgrade the secrets function to version 0.11.0, adding support for static passwords, and KeepassXC integration ([#278][])
- Add an SE050 driver and its tests ([#335][])

### Changed

- Upgrade the OpenPGP function to version 1.1.0, fixing minor specification compliance issues and an unlikely data corruption scenario
- Use SE050 entropy to bootstrap the random number generator ([#335][])


### Fixed

- Upgrade ctaphid-dispatch, fixing panics after cancelled operations

[#335]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/335
[#278]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/278
[#277]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/277

Expand Down
Loading

0 comments on commit 7935733

Please sign in to comment.