1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
Commit Graph

1140 Commits

Author SHA1 Message Date
andrew
66ffa4c7dc
config: Add hardware entropy to storage_init(). 2019-02-15 15:13:05 +01:00
andrew
c592a09459
protect.c: Display 'Verifying PIN' instead of 'Wrong PIN entered' in the PIN_UI_WAIT_CALLBACK. 2019-02-15 15:13:05 +01:00
andrew
7b0f5e031d
config: Change config_get*() functions to return status of the get operation. 2019-02-15 15:13:05 +01:00
andrew
5d4fb55561
Improve __fatal_error() layout. 2019-02-15 15:13:05 +01:00
andrew
03e9ea4f5c
Support interruption of the PIN wait dialog by Cancel and Initialize messages. 2019-02-15 15:13:05 +01:00
andrew
e49e84ea5a
Reorder storage keys in config.c to correspond with trezor-core and add KEY_INITIALIZED. Add CHECK_PIN to fsm_msgApplyFlags() and to other fsm_msg functions in order to unlock storage. Improve error handling in reset.c and recovery.c. 2019-02-15 15:13:05 +01:00
andrew
247337c63d
Do not lock after wipe. Fix protectPinUiCallback() to correctly display '0 seconds' when wait is 0. 2019-02-15 15:13:05 +01:00
andrew
d433401311
Update trezor-storage. 2019-02-15 15:13:04 +01:00
andrew
a7fcf9b036
Fix key constant in config_setLanguage(). Update trezor-storage. 2019-02-15 15:13:04 +01:00
andrew
679174ea7a
Fix separated backup. Fix forgotten config_getMnemonic() in DEBUG_LINK build. 2019-02-15 15:13:04 +01:00
andrew
681137c2ef
Unlock for testing. 2019-02-15 15:13:04 +01:00
andrew
b8932205ce
Update trezor-storage. 2019-02-15 15:13:04 +01:00
andrew
d970597ddd
Fix emulator memory access. 2019-02-15 15:13:04 +01:00
andrew
4f32cb5083
firmware: integrate trezor-storage 2019-02-15 15:12:53 +01:00
Pavol Rusnak
5137f4ec00
firmware: bump version to 1.8.0 2019-02-15 14:25:49 +01:00
Pavol Rusnak
4bc37c6b82
signing: add default values for branch_id (zcash) 2019-02-15 01:44:10 +01:00
Pavol Rusnak
26f9b5ba81
flash: unify lock/unlock sequences 2019-02-10 13:22:08 +01:00
Pavol Rusnak
c609d10c3f
util: readprotobufint uses const argument 2019-02-10 13:22:08 +01:00
Pavol Rusnak
7288d056a1
util: readprotobufint uses const argument 2019-02-10 13:17:25 +01:00
Pavol Rusnak
0ab3eee37d
bootloader: make code smaller by changing the send_msg logic 2019-02-10 13:08:20 +01:00
Pavol Rusnak
11311da48a
fsm: input messages are no longer confidential 2019-02-04 14:25:13 +01:00
Pavol Rusnak
19c7c8bc3b
signing: implemented simplified API for MultisigRedeemScriptType
If address_n is the same for all nodes in the multisig, provide it just once
and supply nodes directly (not in the HDNodePathType structure)
2019-02-04 13:53:30 +01:00
Pavol Rusnak
f9ba64ea94
messages: introduce messages_map_limits 2019-02-04 13:53:05 +01:00
Pavol Rusnak
a7c32248bd
reset: commit to storage unconditionally at the end of backup procedure 2019-02-01 15:17:06 +01:00
Pavol Rusnak
8a4e8013f1
firmware: process tx.branch_id (zcash) 2019-01-31 21:17:00 +01:00
Pavol Rusnak
7e3d0a0a77
signing: use the new hasher_InitParam API 2019-01-31 19:20:29 +01:00
Pavol Rusnak
77a6718f76 ethereum: address in messages is now string 2019-01-29 17:16:14 +01:00
Pavol Rusnak
5d32308dfb
nix: use python3, not python36 2019-01-29 02:10:53 +01:00
Pavol Rusnak
299e14ad79
make: add new debugging targets 2019-01-27 16:40:11 +01:00
Pavol Rusnak
98ec2f096c
bootloader: small changes to ui, replace vendor string 2019-01-27 15:06:05 +01:00
Pavol Rusnak
50e0ddb6f8
bootloader: update changelog 2019-01-24 14:40:14 +01:00
Pavol Rusnak
afc17a23d5
update Dockerfile and .travis.yml to be more similar to trezor-core 2019-01-24 00:54:15 +01:00
Pavol Rusnak
3b5fe11253
reset: use mnemonic_clear 2019-01-23 18:38:30 +01:00
Pavol Rusnak
79779f4da6
replace all usage of memset(_, 0, _) with memzero 2019-01-23 17:00:01 +01:00
Pavol Rusnak
66a8d18348
bootloader: remove obsoleted self-test 2019-01-23 16:49:04 +01:00
Tomas Susanka
f684f4ad24
docs: contributing file 2019-01-16 13:46:13 +01:00
Pavol Rusnak
cbba5f28ae
ethereum: nitpick in GetPublicKey 2019-01-14 17:15:55 +01:00
Tomas Susanka
cf0b5d669b eth: don't check for ed25519 in get public key 2019-01-14 17:12:32 +01:00
Tomas Susanka
0d4efce5a7 eth: get public key 2019-01-14 17:12:32 +01:00
Tomas Susanka
93106a4968 vendor: trezor-common update 2019-01-14 17:12:32 +01:00
Pavol Rusnak
7dce7bd92d
nix: drop ver from gcc in shell.nix 2019-01-10 12:38:54 +01:00
Reproducibility Matters
e86d39ef2d Add sha256sum check to protobuf binaries in Dockerfile (#445)
The docker build fails if the hash is incorrect.
2019-01-09 12:41:21 +01:00
OliverBenT
8adb269e27 changelog: update, add 1.7.3 2018-12-23 21:45:42 +01:00
Pavol Rusnak
f641e798f9
script: fix maximum file size 2018-12-19 18:10:41 +01:00
Pavol Rusnak
a819a1c41b
firmware: add new bl hash to whitelist 2018-12-19 18:02:42 +01:00
Pavol Rusnak
4d502bb5de
bump versions 2018-12-19 17:45:08 +01:00
Pavol Rusnak
2b40fdcdd1
bootloader: use fixed serial number (instead of empty one) 2018-12-19 17:42:33 +01:00
Pavol Rusnak
cd112497a5
u2f: fix gcc/clang warning 2018-12-18 14:49:31 +01:00
Pavol Rusnak
666b9701d2
firmware: update changelog 2018-12-18 11:50:28 +01:00
Pavol Rusnak
0b26c529ec
u2f: replace U2F header with newer ones
Fix U2F constants, add more checks.
2018-12-17 23:18:02 +01:00