google / u2f-ref-code

U2F reference implementations
BSD 3-Clause "New" or "Revised" License
588 stars 182 forks source link

Issue with the test_LongEcho(). #139

Open harshakush opened 7 years ago

harshakush commented 7 years ago

The HID test case test_LongEcho() checks at the time taken for the authenticater to respond.

See below. CHECK_GE(sent, .020); CHECK_LE(sent, .075); CHECK_GE(received, .020); CHECK_LE(received, .075);

Want to know any specific reason behind the time limit values.

Also don't find anything related to this in the spec.

rsnarjala commented 7 years ago

This is also referenced here: https://github.com/fido-alliance/u2f-specs/issues/206