diff --git a/assets/close-button.toig b/assets/close-button.toig deleted file mode 100644 index 24dd00b5d..000000000 Binary files a/assets/close-button.toig and /dev/null differ diff --git a/assets/colorwheel.toif b/assets/colorwheel.toif deleted file mode 100644 index bc4497be5..000000000 Binary files a/assets/colorwheel.toif and /dev/null differ diff --git a/assets/fingerprint.toig b/assets/fingerprint.toig deleted file mode 100644 index 4ab4a0b5a..000000000 Binary files a/assets/fingerprint.toig and /dev/null differ diff --git a/assets/lock.toig b/assets/lock.toig deleted file mode 100644 index de81220c7..000000000 Binary files a/assets/lock.toig and /dev/null differ diff --git a/assets/satoshilabs.toif b/assets/satoshilabs.toif deleted file mode 100644 index 84f8a52c1..000000000 Binary files a/assets/satoshilabs.toif and /dev/null differ diff --git a/assets/small-arrow.toig b/assets/small-arrow.toig deleted file mode 100644 index 7ac29924c..000000000 Binary files a/assets/small-arrow.toig and /dev/null differ diff --git a/assets/tap_64.toig b/assets/tap_64.toig deleted file mode 100644 index 1bd987bd0..000000000 Binary files a/assets/tap_64.toig and /dev/null differ diff --git a/assets/trezor.toig b/assets/trezor.toig deleted file mode 100644 index 8ab461e3b..000000000 Binary files a/assets/trezor.toig and /dev/null differ diff --git a/assets/u2f_dropbox.png b/assets/u2f_dropbox.png new file mode 100644 index 000000000..e2bb666df Binary files /dev/null and b/assets/u2f_dropbox.png differ diff --git a/assets/u2f_github.png b/assets/u2f_github.png new file mode 100644 index 000000000..24250ef83 Binary files /dev/null and b/assets/u2f_github.png differ diff --git a/assets/u2f_google.png b/assets/u2f_google.png new file mode 100644 index 000000000..610df7501 Binary files /dev/null and b/assets/u2f_google.png differ diff --git a/assets/u2f_slushpool.png b/assets/u2f_slushpool.png new file mode 100644 index 000000000..62072988f Binary files /dev/null and b/assets/u2f_slushpool.png differ diff --git a/assets/u2f_unknown.png b/assets/u2f_unknown.png new file mode 100644 index 000000000..c84f79655 Binary files /dev/null and b/assets/u2f_unknown.png differ diff --git a/src/apps/fido_u2f/knownapps.py b/src/apps/fido_u2f/knownapps.py index f1f4729ab..548e142bd 100644 --- a/src/apps/fido_u2f/knownapps.py +++ b/src/apps/fido_u2f/knownapps.py @@ -1,6 +1,6 @@ knownapps = { - b'c50f8a7b708e92f82e7a50e2bdc55d8fd91a22fe6b29c0cdf7805530842af581': 'Dropbox', # https://www.dropbox.com/u2f-app-id.json - b'70617dfed065863af47c15556c91798880828cc407fdf70ae85011569465a075': 'Github', # https://github.com/u2f/trusted_facets - b'a54672b222c4cf95e151ed8d4d3c767a6cc349435943794e884f3d023a8229fd': 'Google', # https://www.gstatic.com/securitykey/origins.json + b'c50f8a7b708e92f82e7a50e2bdc55d8fd91a22fe6b29c0cdf7805530842af581': 'Dropbox', # https://www.dropbox.com/u2f-app-id.json + b'70617dfed065863af47c15556c91798880828cc407fdf70ae85011569465a075': 'Github', # https://github.com/u2f/trusted_facets + b'a54672b222c4cf95e151ed8d4d3c767a6cc349435943794e884f3d023a8229fd': 'Google', # https://www.gstatic.com/securitykey/origins.json b'08b2a3d41939aa31668493cb36cdcc4f16c4d9b4c8238b73c2f672c033007197': 'Slush Pool', # https://slushpool.com/static/security/u2f.json } diff --git a/src/apps/fido_u2f/res/u2f_dropbox.toif b/src/apps/fido_u2f/res/u2f_dropbox.toif new file mode 100644 index 000000000..2fe2e2a4e Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_dropbox.toif differ diff --git a/src/apps/fido_u2f/res/u2f_github.toif b/src/apps/fido_u2f/res/u2f_github.toif new file mode 100644 index 000000000..d9a6e8e31 Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_github.toif differ diff --git a/src/apps/fido_u2f/res/u2f_google.toif b/src/apps/fido_u2f/res/u2f_google.toif new file mode 100644 index 000000000..b69d5861d Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_google.toif differ diff --git a/src/apps/fido_u2f/res/u2f_slush_pool.toif b/src/apps/fido_u2f/res/u2f_slush_pool.toif new file mode 100644 index 000000000..231921bb4 Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_slush_pool.toif differ diff --git a/src/apps/fido_u2f/res/u2f_unknown.toif b/src/apps/fido_u2f/res/u2f_unknown.toif new file mode 100644 index 000000000..8f7d1a189 Binary files /dev/null and b/src/apps/fido_u2f/res/u2f_unknown.toif differ