1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

common: drop lastpass from FIDO apps

as it doesn't actually support FIDO/U2F
This commit is contained in:
matejcik 2019-11-29 14:13:00 +01:00 committed by matejcik
parent d1d9ce013e
commit 558020be01
4 changed files with 0 additions and 11 deletions

View File

@ -1,4 +0,0 @@
{
"label": "LastPass",
"u2f": ["d755c527a86bf78445c282e713dcb86d46ff8b3cafcfb73b2e8cbe6c0884cb24"]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -153,13 +153,6 @@ def by_rp_id_hash(rp_id_hash: bytes) -> Optional[FIDOApp]:
icon="apps/webauthn/res/icon_keeper.toif", icon="apps/webauthn/res/icon_keeper.toif",
use_sign_count=None, use_sign_count=None,
) )
elif rp_id_hash == b"\xd7\x55\xc5\x27\xa8\x6b\xf7\x84\x45\xc2\x82\xe7\x13\xdc\xb8\x6d\x46\xff\x8b\x3c\xaf\xcf\xb7\x3b\x2e\x8c\xbe\x6c\x08\x84\xcb\x24":
# U2F key for LastPass
return FIDOApp(
label="LastPass",
icon="apps/webauthn/res/icon_lastpass.toif",
use_sign_count=None,
)
elif rp_id_hash == b"\xf8\x3f\xc3\xa1\xb2\x89\xa0\xde\xc5\xc1\xc8\xaa\x07\xe9\xb5\xdd\x9c\xbb\x76\xf6\xb2\xf5\x60\x60\x17\x66\x72\x68\xe5\xb9\xc4\x5e": elif rp_id_hash == b"\xf8\x3f\xc3\xa1\xb2\x89\xa0\xde\xc5\xc1\xc8\xaa\x07\xe9\xb5\xdd\x9c\xbb\x76\xf6\xb2\xf5\x60\x60\x17\x66\x72\x68\xe5\xb9\xc4\x5e":
# WebAuthn key for login.gov # WebAuthn key for login.gov
return FIDOApp( return FIDOApp(