works with yubikey5

This commit is contained in:
Conor Patrick
2019-03-22 01:22:55 -04:00
parent 0a7845459c
commit 5076af1be4
4 changed files with 60 additions and 104 deletions

View File

@ -1,3 +1,9 @@
import sys, struct, os, time
from binascii import hexlify
from fido2.hid import CtapHidDevice, CTAPHID
from fido2.ctap import CtapError
from .tester import Tester, Test
@ -10,6 +16,7 @@ class HIDTests(Tester):
self.check_timeouts = en
def run(self,):
self.test_long_ping()
self.test_hid(self.check_timeouts)
def test_long_ping(self):