Skip to content

Commit

Permalink
Update ctap-types and fido-authenticator
Browse files Browse the repository at this point in the history
This patch updates the ctap-types and fido-authenticator dependencies to
add support for the pin protocol field in the hmac-secret extension data
so that the authenticatorGetAssertion command works with newer clients.

Fixes #14.
  • Loading branch information
robin-nitrokey committed Dec 1, 2021
1 parent 53dc1ee commit c3c56c8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 14 deletions.
11 changes: 10 additions & 1 deletion runners/lpc55/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Bugfixes

- admin-app: Fix CTAPHID command dispatch (#8).
- admin-app: Fix CTAPHID command dispatch ([#8][]).
- fido-authenticator: Handle pin protocol field in hmac-secret extension data
to fix the authenticatorGetAssertion command for newer clients ([#14][],
[fido-authenticator#1][]).
- fido-authenticator: Signal credential protetection ([fido-authenticator#5][]).

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

# v1.0.0 (2021-10-16)

Expand Down
37 changes: 26 additions & 11 deletions runners/lpc55/Cargo.lock

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

2 changes: 0 additions & 2 deletions runners/lpc55/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ log-debug = []
log-warn = []
log-error = []

# patch dependencies like so to test local changes

[profile.release]
codegen-units = 1
lto = true
Expand Down

0 comments on commit c3c56c8

Please sign in to comment.