Closed
Bug 1399669
Opened 7 years ago
Closed 7 years ago
Credential creation test failure on Linux: signature buffer has incorrect number of bytes
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mwobensmith, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
On Ubuntu Linux 64 bit:
1. Insert USB token.
2. Go to https://webauthn.bin.coffee/
3. Click on "Create Credential".
4. Perform USB verification.
Result:
One test fails:
"[FAIL] Signature buffer has no unnecessary bytes:: 70 != 72"
Also, same error for U2F test site [1].
The Yubico test site [2] also fails, presumably for the same reason.
[1] https://u2f.bin.coffee/
[2] https://demo.yubico.com/u2f
Comment 1•7 years ago
|
||
This is fixed by https://github.com/jcjones/u2f-hid-rs/pull/41 , which must not have been pulled into Tim's build.
Assignee | ||
Comment 2•7 years ago
|
||
I'm sorry. My branch wasn't up-to-date for to me unknown reasons. I'll prepare a new build.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•