1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-03 19:31:02 +00:00
Commit Graph

470 Commits

Author SHA1 Message Date
Andrew Kozlik
8eb6ce0899
core/sign_tx: If there is a non-multisig input, then change output cannot be multisig. 2019-11-04 10:34:47 +01:00
Pavol Rusnak
5e41ed7c09
core/webauthn: increase limit for resident credentials to 100
(cherry picked from commit 39a532c8b1)
2019-11-01 16:49:32 +01:00
Pavol Rusnak
f59c2668d1
common/defs: add mojeid.cz definition to webauthn
(cherry picked from commit 2d8f70d49a)
2019-11-01 14:44:45 +00:00
Pavol Rusnak
470e4bd998
core: show xpubs in GetAddress for multisig
also fix not showing MultisigRedeemScriptType.nodes correctly

(cherry picked from commit 9a3d8ef2c4)
2019-10-24 11:59:14 +02:00
Pavol Rusnak
ff46235876
core/tezos: refactor bytes constants
(cherry picked from commit 322417d9ed)
2019-10-24 11:59:14 +02:00
Adrian Nagy
8bb9615e9b
core/tezos: support the new protocol update (005-BABYLON)
(cherry picked from commit 384275ac73)
2019-10-24 11:59:10 +02:00
Pavol Rusnak
fad0351203
core: bump version to 2.1.8 2019-10-24 09:17:32 +00:00
Tomas Susanka
2cabc8b40c
core: bump version to 2.1.7
(cherry picked from commit eca0a719db)
2019-10-12 19:02:09 +02:00
Andrew Kozlik
629fa58d39
core/webauthn: Add length checks in CTAPHID protocol.
(cherry picked from commit e341f133a3)
2019-09-27 12:15:16 +00:00
Andrew Kozlik
5bc6d9123d
u2f: Add keepersecurity.eu to knownapps.
(cherry picked from commit 9ea8136545)
2019-09-27 11:51:16 +00:00
Andrew Kozlik
e4ef2a3b78
u2f: Store hashes of U2F application parameters instead of pre-images.
(cherry picked from commit e4c13b6357)
2019-09-27 11:51:16 +00:00
Andrew Kozlik
8eee6d2d12
common/webauthn: Add new URLs for gandi.net and Slush Pool.
(cherry picked from commit 6a33889706)
2019-09-27 11:51:16 +00:00
Andrew Kozlik
4ac4f55b60 core/webauthn: Validate U2F key handle length. 2019-09-25 21:06:01 +02:00
Pavol Rusnak
1877fd4ee9
core: handle removal of non-existing PIN in require_confirm_change_pin
(cherry picked from commit 40c66e6d85)
2019-09-25 18:36:05 +00:00
Andrew Kozlik
e23dadc010 core: In sd-salt and webauthn error dialogs replace "X" button with "Close" button. 2019-09-25 19:57:35 +02:00
Andrew Kozlik
c8fbcd8b76 common/webauthn: Add webauthn RP ID for google.com. 2019-09-25 19:53:59 +02:00
Andrew Kozlik
7ee2866cc1 core/webauthn: Claim that PIN is set even when it's not, because login.live.com shows an error, but doesn't instruct the user to set a PIN. 2019-09-25 19:40:42 +02:00
Andrew Kozlik
627b4d0374 core/webauthn: Add U2F_V2 to authenticatorGetInfo supported versions. 2019-09-25 19:37:36 +02:00
Pavol Rusnak
fa816c9e97
core: disable sd_protect for now 2019-09-25 11:36:48 +02:00
Tomas Susanka
bd876b31a3 core/recovery: fix Info button when the threshold was reached (#566)
(cherry picked from commit 6c6bd44ee8)
2019-09-24 16:22:11 +02:00
matejcik
b08a2393c0 core/recovery: improve comment
(cherry picked from commit 65d2a55bff)
2019-09-24 14:30:33 +02:00
matejcik
8862f33eba core/recovery: fix type signature of _process_words
(cherry picked from commit 02ee0b63c0)
2019-09-24 14:30:28 +02:00
matejcik
040e89d3c9 core/recovery: allow changing word count again (fixes #554)
(cherry picked from commit 1c53c2bdf2)
2019-09-24 14:30:23 +02:00
Tomas Susanka
cb1b8c4c77 core/recovery: fix Info dialog
closes #562

(cherry picked from commit 51bf0dde12)
2019-09-24 14:23:22 +02:00
ciny
53e2d63b18 core: fixed confirmation screen during advanced slip39 reset flow
(cherry picked from commit 1337ff97b7)
2019-09-24 14:22:48 +02:00
matejcik
f6168b8246
core: fix BIP39 backup
Refers to #550. Not marking fixed because we need more tests.

(cherry picked from commit 78ecc38b1b)
2019-09-20 17:53:39 +02:00
Pavol Rusnak
702f865e8d
core/webauthn: let's use Self Attestation for now 2019-09-20 12:07:49 +02:00
Tomas Susanka
5d32fc37ae core/changelog: complete 2.1.6 changelog 2019-09-20 12:07:11 +02:00
Andrew Kozlik
576a211c3d core: Clarify the messages on the screens and get rid of overflows. 2019-09-20 12:06:32 +02:00
Tomas Susanka
bf518665a0
Merge pull request #546 from trezor/tsusanka/1of1
core: enable 1of1 in reset device
2019-09-20 10:37:37 +02:00
Tomas Susanka
e25686e079 core: enable 1of1 in reset device
updates #500
2019-09-20 10:12:33 +02:00
Tomas Susanka
871e159bee core/recovery: remove group threshold from storage 2019-09-20 09:47:15 +02:00
Tomas Susanka
6731d1bbf2 core/recovery: remove word count and backup type 2019-09-20 09:46:49 +02:00
Tomas Susanka
cf5a794436 core/storage: swap arguments in recovery_shares.set 2019-09-20 09:22:30 +02:00
Tomas Susanka
6938d2b238
Merge pull request #541 from trezor/ciny/slip39_various_fixes
core: various fixes to slip39
2019-09-20 09:20:31 +02:00
Pavol Rusnak
39a1e308a0
core/webauthn: change the default icon 2019-09-20 00:33:48 +02:00
Andrew Kozlik
9efc3b4431
core/webauthn: Use basic attestation in FIDO2 MakeCredential responses. 2019-09-19 20:28:51 +02:00
Pavol Rusnak
8da121ff5c
core+python: regenerate coins 2019-09-19 20:17:35 +02:00
matejcik
e14edd77a9 core: simplify confirm_share_words 2019-09-19 17:34:02 +02:00
matejcik
e4ac47b0b3 core: simplify fetch_slip39_remaining_shares 2019-09-19 17:27:23 +02:00
Andrew Kozlik
8024f6d069 core/storage: Rename APP_FIDO2 to APP_WEBAUTHN. 2019-09-19 17:17:22 +02:00
Pavol Rusnak
68513a0b39
Merge pull request #538 from trezor/andrewkozlik/fido2-signcount
Disable FIDO2 signature counter for some relying parties
2019-09-19 17:00:51 +02:00
ciny
cb029fa905 core: various fixes to slip39 2019-09-19 16:42:10 +02:00
Tomas Susanka
cefb1cf4fd core: refactor slip39 2019-09-19 16:38:29 +02:00
Andrew Kozlik
315a30b42b core/webauthn: Disable FIDO2 signature counter for some relying parties 2019-09-19 16:16:58 +02:00
Pavol Rusnak
649d14898f
core/tests: remove also sdcard files in test runner 2019-09-18 19:14:35 +02:00
Andrew Kozlik
a5f5a1709f core/tests: Increase sleep to 30 after emulator launch to allow for FatFS.mkfs. 2019-09-18 18:55:58 +02:00
Andrew Kozlik
f5ea81f905 core: Move some PIN-related functions to apps.common.request_pin and implement verify_user_pin(). 2019-09-18 18:55:58 +02:00
Andrew Kozlik
262434ea1b python/tests: Add SD protection device test. 2019-09-18 18:55:58 +02:00
Andrew Kozlik
6350b1c61c core: Implement SD card protection. 2019-09-18 18:55:58 +02:00