Skip to content

Commit

Permalink
Merge branch 'release-v1.0.1'
Browse files Browse the repository at this point in the history
This release updates P256 library, and fixes FIDO2 issues with some
services.
  • Loading branch information
szszszsz committed Jan 15, 2022
2 parents 2e04cb5 + 709012b commit ca14845
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 87 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v1.0.1 (2022-01-15)

## Bugfixes
- fido-authenticator: use smaller CredentialID - fixes issues with some services FIDO usage ([fido-authenticator#8][])
- trussed: update P256 library - fixes signing failure in some cases ([#31][])

[#31]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/31
[fido-authenticator#8]: https://github.com/solokeys/fido-authenticator/pull/8

# v1.0.1-rc.1 (2021-12-06)

This release fixes some issues with the FIDO authenticator and the admin
Expand Down
2 changes: 1 addition & 1 deletion components/dispatch-fido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1", default-features = false }
apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch" }
ctaphid-dispatch = { git = "https://github.com/solokeys/ctaphid-dispatch" }
ctap-types = { git = "https://github.com/solokeys/ctap-types" }
fido-authenticator = { git = "https://github.com/solokeys/fido-authenticator" }
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator" }
iso7816 = { git = "https://github.com/ycrypto/iso7816" }
trussed = { git = "https://github.com/trussed-dev/trussed" }

Expand Down
Loading

0 comments on commit ca14845

Please sign in to comment.