Re: UPDATE: www/mozilla-firefox U2F/FIDO support - using fido(4)

2019-12-18 Thread Reyk Floeter
On Tue, Dec 10, 2019 at 01:57:42PM +, Reyk Floeter wrote: > TL;DR: this is an experimental port update to add U2F/FIDO support and ... > I've implemented the missing bits in the Rust crate that is > responsible for accessing the USB HID devices, see > https://github.com/reyk/authenticator-rs/tr

Re: UPDATE: www/mozilla-firefox U2F/FIDO support - using fido(4)

2019-12-24 Thread Greg Steuck
> This updated version has some changes: > 1. It uses the new fido(4) driver in OpenBSD-current instead of uhid(4). I confirmed this works great (registration and authentication) with these two devices across github and google: The original gnubby: uhidev0 at uhub0 port 2 configuration 1 interfac

Re: UPDATE: www/mozilla-firefox U2F/FIDO support - using fido(4)

2020-01-11 Thread Greg Steuck
FWIW, the same patch works find with firefox upgraded to 72.0.1 in ports as of today. I built it from this tree: https://github.com/blackgnezdo/ports/tree/firefox-fido-2020-01-10 Thanks Greg