Skip to content

Commit

Permalink
fido2 verify: Add support for Nitrokey Passkey
Browse files Browse the repository at this point in the history
Fixes: #594
  • Loading branch information
robin-nitrokey committed Dec 16, 2024
1 parent d22d6ee commit 5689c91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pynitrokey/cli/fido2.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,7 @@ def verify(serial: Optional[str], pin: Optional[str]) -> None:
"44fa598fdc98681dc5c8659a804c40bd6e53f8e54a781608b0651d47a53e1c8a": "Nitrokey 3 Dev",
"aa1cb760c2879530e7d7fed3da75345d25774be9cfdbbcbd36fdee767025f34b": "Nitrokey 3 A NFC",
"4c331d7af869fd1d8217198b917a33d1fa503e9778da7638504a64a438661ae0": "Nitrokey 3 A Mini",
"c7512dfcd15ffc5a7b4000e4898e5956ee858027794c5086cc137a02cd15d123": "Nitrokey Passkey",
}

if "x5c" not in attestation_object.att_stmt:
Expand Down

0 comments on commit 5689c91

Please sign in to comment.