Skip to content

Commit

Permalink
Update fido-authenticator to v0.1.1-nitrokey.15
Browse files Browse the repository at this point in the history
This patch updates fido-authenticator to v0.1.1-nitrokey.15 to add
support for scoped PIN tokens when enumerating credentials.  This fixes
an incompatibility with libfido2, affecting ssh-agent.

Fixes: #496
  • Loading branch information
robin-nitrokey committed May 27, 2024
1 parent cc918a9 commit 3b02d6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
- fido-authenticator: Implement the largeBlobKey extension and the largeBlobs command ([fido-authenticator#38][])
- piv: Fix crash when changing PUK ([piv-authenticator#38][])

### Bugfixes

- fido-authenticator: Fix incompatibility when enumerating resident keys with libfido2/ssh-agent ([#496][])

[#496]: https://github.com/Nitrokey/nitrokey-3-firmware/issues/496
[fido-authenticator#38]: https://github.com/Nitrokey/fido-authenticator/issues/38
[piv-authenticator#38]: https://github.com/Nitrokey/piv-authenticator/issues/38

Expand Down
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ memory-regions = { path = "components/memory-regions" }
# forked
admin-app = { git = "https://github.com/Nitrokey/admin-app.git", rev = "c257432dbe2efb53424d6847d82d90ddb527c53b" }
cbor-smol = { git = "https://github.com/Nitrokey/cbor-smol.git", tag = "v0.4.0-nitrokey.3"}
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", tag = "v0.1.1-nitrokey.14" }
fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", tag = "v0.1.1-nitrokey.15" }
lpc55-hal = { git = "https://github.com/Nitrokey/lpc55-hal", tag = "v0.3.0-nitrokey.2" }
serde-indexed = { git = "https://github.com/nitrokey/serde-indexed.git", tag = "v0.1.0-nitrokey.2" }
trussed = { git = "https://github.com/Nitrokey/trussed.git", tag = "v0.1.0-nitrokey.19" }
Expand Down

0 comments on commit 3b02d6c

Please sign in to comment.