122
edits
(→Unstable Build: 28 August 2017: link to bug) |
|||
Line 54: | Line 54: | ||
'''Goal''': permit use of U2F tokens via a user-controllable preference (not on by default) in Firefox 56 or 57, and Web Authentication (on by default) in Firefox 57 or 58. (See [[RapidRelease/Calendar]]) | '''Goal''': permit use of U2F tokens via a user-controllable preference (not on by default) in Firefox 56 or 57, and Web Authentication (on by default) in Firefox 57 or 58. (See [[RapidRelease/Calendar]]) | ||
=== Unstable Build: | === Unstable Build: 30 August 2017 === | ||
This build contains all of the above patches for Bug 1380270, Bug 1388843, Bug 1388851, and Bug 1245527. It also generally has some small fixups that will also make it somewhere or other. | This build contains all of the above patches for Bug 1380270, Bug 1388843, Bug 1388851, and Bug 1245527. It also generally has some small fixups that will also make it somewhere or other. | ||
* OSX: https://queue.taskcluster.net/v1/task/ | * OSX: https://queue.taskcluster.net/v1/task/IMBLy88oQf29Aa2xI5kucQ/runs/0/artifacts/public/build/target.dmg | ||
* Windows 64: https://queue.taskcluster.net/v1/task/ | * Windows 64: https://queue.taskcluster.net/v1/task/O8mFlCIISO-A8ej1uo8TQg/runs/0/artifacts/public/build/target.zip | ||
* Linux: Unavailable at TaskCluster for now, due to [https://treeherder.mozilla.org/logviewer.html#?job_id=126547385&repo=try&lineNumber=8105 libudev not being available to the rust compiler] | * Linux: '''Unavailable''' at TaskCluster for now, due to [https://treeherder.mozilla.org/logviewer.html#?job_id=126547385&repo=try&lineNumber=8105 libudev not being available to the rust compiler] | ||
Enabling debugging (example for OSX): | Enabling debugging (example for OSX): | ||
Line 66: | Line 66: | ||
MOZ_LOG="webauthnmanager:5, webauth_u2f:5, webauth_u2f:5, u2fkeymanager:5, u2fhidtoken:5, u2fmanager:5" ~/Desktop/NightlyDebug.app/Contents/MacOS/firefox | MOZ_LOG="webauthnmanager:5, webauth_u2f:5, webauth_u2f:5, u2fkeymanager:5, u2fhidtoken:5, u2fmanager:5" ~/Desktop/NightlyDebug.app/Contents/MacOS/firefox | ||
This build supports WebAuthn WD-05 and U2F v1.1 using hardware tokens. It has | This build supports WebAuthn WD-05 and U2F v1.1 using hardware tokens. It has been tested at: | ||
* https://u2fdemo.appspot.com/ | |||
* https://github.com/ | |||
* https://u2f.bin.coffee/ | |||
* https://demo.yubico.com/u2f | |||
* https://webauthn.bin.coffee/wd-05/ | |||
== DOM Security == | == DOM Security == |
edits