Skip to content

Commit b9a1813

Browse files
committed
feat(fdo): register the device using FDO
This will expose the configuration methods and structure to register a device using the FIDO Device Onboarding protocol. Signed-off-by: Joshua Chapman <joshua.chapman@secomind.com>
1 parent 009d984 commit b9a1813

File tree

9 files changed

+1012
-248
lines changed

9 files changed

+1012
-248
lines changed

.github/actions/install-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ runs:
2525
shell: bash
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get -y install libsqlite3-dev
28+
sudo apt-get -y install libsqlite3-dev libtss2-dev

0 commit comments

Comments
 (0)