[Bug 276697] www/firefox: erratic U2F support
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276697] www/firefox: erratic U2F support"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Feb 2024 00:27:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276697 --- Comment #4 from Christian Weisgerber <naddy@FreeBSD.org> --- (In reply to Christoph Moench-Tegeder from comment #3) The communication with the FIDO/U2F authenticator happens in the main firefox process. I ktraced this for both the working and non-working case. In both cases, firefox successfully opens the correct /dev/uhidN device, initializes the Client-to-Authenticator Protocol, queries the authenticator for its supported features, and receives the response. All of this happens identically in both cases. In the non-working case, firefox then stops: it closes the fd, and exits the thread. In the working case, firefox proceeds to exchange cryptographic messages with the authenticator, and eventually closes the fd, and exits the thread. There is nothing in the initial communication with the authenticator that would explain the different behavior. The authenticator's responses are identical. -- You are receiving this mail because: You are the assignee for the bug.