From owner-freebsd-gecko@freebsd.org Wed Sep 27 18:08:24 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B1E0E0A53F for ; Wed, 27 Sep 2017 18:08:24 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: from hraggstad.unrelenting.technology (hraggstad.unrelenting.technology [71.19.146.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hraggstad.unrelenting.technology", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5820480BD4 for ; Wed, 27 Sep 2017 18:08:23 +0000 (UTC) (envelope-from greg@unrelenting.technology) Received: by hraggstad.unrelenting.technology (OpenSMTPD) with ESMTPSA id d34dadf8 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Wed, 27 Sep 2017 18:01:40 +0000 (UTC) To: freebsd-gecko@freebsd.org References: <7ex0-dmq3-wny@FreeBSD.org> Subject: Re: Firefox + U2F Security Keys From: Greg V Message-ID: <8061a712-6ba3-8988-cde3-ec25a31eedf0@unrelenting.technology> Date: Wed, 27 Sep 2017 21:01:37 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <7ex0-dmq3-wny@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2017 18:08:24 -0000 > Firefox 57 gained[1] more U2F support in Firefox 57. It relies on > u2f-hid-rs[2] which hasn't been ported to FreeBSD. > > I'm not sure if Chromium supports U2F on FreeBSD but if no one helps > Firefox won't as well. Note, U2F Support Add-on doesn't work in FF57. > > [1]https://bugzilla.mozilla.org/show_bug.cgi?id=1245527 > [2]https://github.com/jcjones/u2f-hid-rs Hi! I've been working on porting u2f-hid-rs to FreeBSD: https://github.com/myfreeweb/u2f-hid-rs It already sort of works, but it's not very reliable yet.