gecko-dev/dom/webauthn
J.C. Jones f699a8f77b Bug 1400066 - Gracefully handle unsupported platforms for U2F HID support r=ttaubert
FreeBSD isn't currently support for FIDO U2F support, similar to Android, so
this patch [1] from Jan Beich <jbeich@FreeBSD.org> treats Android and FreeBSD
the same. With luck, someone will add in the platform support for both, soon!

[1] https://github.com/jcjones/u2f-hid-rs/pull/44

MozReview-Commit-ID: DU7Rco2NLb3

--HG--
rename : dom/webauthn/u2f-hid-rs/src/android/mod.rs => dom/webauthn/u2f-hid-rs/src/stub/mod.rs
2017-09-14 18:11:47 -07:00
..
cbor-cpp Bug 1380529 - Add a CBOR library for WebAuthn (1/3) r=ttaubert 2017-07-13 18:12:57 -07:00
libudev-sys Bug 1380270 - Add dlopen() version of libudev-sys r=qdot,ted 2017-08-31 19:11:27 +02:00
tests Bug 1400080 - Remove impossible telemetry test from WebAuthn r=ttaubert 2017-09-14 19:17:52 -07:00
u2f-hid-rs Bug 1400066 - Gracefully handle unsupported platforms for U2F HID support r=ttaubert 2017-09-14 18:11:47 -07:00
AuthenticatorAssertionResponse.cpp Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
AuthenticatorAssertionResponse.h Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
AuthenticatorAttestationResponse.cpp Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
AuthenticatorAttestationResponse.h Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
AuthenticatorResponse.cpp Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
AuthenticatorResponse.h Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
moz.build Bug 1388851 - Implement U2FHIDTokenManager r=jcj,qdot,keeler 2017-08-09 21:24:50 +02:00
PublicKeyCredential.cpp Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
PublicKeyCredential.h Bug 1384623 - WebAuthn [SameObject] attributes must cache those objects r=qdot 2017-07-26 10:03:17 -07:00
PWebAuthnTransaction.ipdl Bug 1378762 - Remove 'aSignature' argument from U2FTokenTransport::Register() r=qDot,jcj 2017-07-06 14:44:56 +02:00
U2FHIDTokenManager.cpp Bug 1388851 - Implement U2FHIDTokenManager r=jcj,qdot,keeler 2017-08-09 21:24:50 +02:00
U2FHIDTokenManager.h Bug 1388851 - Implement U2FHIDTokenManager r=jcj,qdot,keeler 2017-08-09 21:24:50 +02:00
U2FSoftTokenManager.cpp Bug 1380954 - Forward WebAuthnTransactionInfo::TimeoutMS() to U2F*TokenManagers r=jcj 2017-07-14 19:27:53 +02:00
U2FSoftTokenManager.h Bug 1380954 - Forward WebAuthnTransactionInfo::TimeoutMS() to U2F*TokenManagers r=jcj 2017-07-14 19:27:53 +02:00
U2FTokenManager.cpp Bug 1245527 - Use PWebAuthnTransactionParent superclass for U2FTokenManager. r=keeler 2017-08-25 18:37:17 -07:00
U2FTokenManager.h Bug 1245527 - Use PWebAuthnTransactionParent superclass for U2FTokenManager. r=keeler 2017-08-25 18:37:17 -07:00
U2FTokenTransport.h Bug 1388851 - Implement U2FHIDTokenManager r=jcj,qdot,keeler 2017-08-09 21:24:50 +02:00
WebAuthnCBORUtil.cpp Bug 1380529 - Use CBOR for the Create Credential WebAuthn call (2/3) r=ttaubert 2017-07-13 18:12:50 -07:00
WebAuthnCBORUtil.h Bug 1380529 - Use CBOR for the Create Credential WebAuthn call (2/3) r=ttaubert 2017-07-13 18:12:50 -07:00
WebAuthnManager.cpp Bug 1245527 - Rewrite U2F.cpp to use U2FTokenManager. r=keeler, r=ttaubert 2017-09-11 12:56:59 -07:00
WebAuthnManager.h Bug 1383799 - Cancel WebAuthn operations on tab-switch r=ttaubert 2017-08-04 12:34:18 -07:00
WebAuthnRequest.h
WebAuthnTransactionChild.cpp Bug 1378762 - Remove 'aSignature' argument from U2FTokenTransport::Register() r=qDot,jcj 2017-07-06 14:44:56 +02:00
WebAuthnTransactionChild.h Bug 1378762 - Remove 'aSignature' argument from U2FTokenTransport::Register() r=qDot,jcj 2017-07-06 14:44:56 +02:00
WebAuthnTransactionParent.cpp Bug 1375744 - Add U2FTokenTransport::Cancel() to abort requests on HW devices r=qDot 2017-06-23 21:04:38 +02:00
WebAuthnTransactionParent.h Bug 1323339 - Add U2FTokenManager class and support IPC Parent classes; r=jcj r=baku 2017-05-09 13:21:23 -07:00
WebAuthnUtil.cpp Bug 1387820 - WebAuthn WD-05 Get Assertion Data Fix r=keeler 2017-08-09 20:05:23 -07:00
WebAuthnUtil.h Bug 1387820 - WebAuthn WD-05 Get Assertion Data Fix r=keeler 2017-08-09 20:05:23 -07:00