Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.6.0-rc.1 #376

Merged
merged 8 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

- fido-authenticator: Reduce the maximum credential ID length for improved compatibility ([fido-authenticator#37][])
- fido-authenticator: Multiple changes to improve compliance with the specification (overview: [fido-authenticator#6][])
- Upgrade opcard to v1.2.0, fixing memory issues when using multiple RSA keys, potential data corruption, correct handling of non canonical curve25519 public keys and properly rejecting NFC requests ([#376][])
- Correct maximum binary size for LPC55 and only enable PRINCE for the subregions used for the filesystem ([#355][])
- lpc55: Move USB initialization to the end of the boot process to make sure that the device can respond to all requests, fixing a potential delay when connecting the device under Linux ([#302][])

[#302]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/302
[#376]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/376
[#314]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/314
[#321]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/321
[#335]: https://github.com/Nitrokey/nitrokey-3-firmware/pull/335
Expand Down
Loading