tychovrahe
|
238e3fd7c1
|
refactor(core): add abstraction over flash memory layout
[no changelog]
|
2023-07-25 10:25:20 +02:00 |
|
Martin Milata
|
d0601bed40
|
test(storage): workaround clang error
flash.c:55:5: error: initializer element is not a compile-time constant
|
2023-05-16 19:23:33 +02:00 |
|
Andrew Kozlik
|
01edf3f796
|
fix(storage): Adapt to changing insecure PRNG to be opt-in.
|
2023-03-24 11:10:42 +01:00 |
|
tychovrahe
|
5a991f3244
|
feat(core/rust): bootloader implementation in rust
|
2023-03-09 16:14:36 +01:00 |
|
Andrew Kozlik
|
1da446a8fb
|
refactor: Move flash_init to emulator main.
|
2022-05-03 19:00:04 +02:00 |
|
Martin Milata
|
18c8304339
|
fix(core): leftover TREZOR_MODEL defines
[no changelog]
|
2022-04-28 16:47:22 +02:00 |
|
Pavol Rusnak
|
8f1d33d5f9
|
build(core,legacy): remove gcc, use cc instead of gcc
for firmware builds we still use arm-none-eabi-gcc via $(PREFIX)gcc
[no changelog]
|
2022-04-27 15:48:14 +02:00 |
|
TychoVrahe
|
7912a7d0d3
|
build(core,storage): fix conditional compilation for different Trezor models
* build(core,storage) - Fix conditional compilation for different trezor models
* build(core) - Rename MODEL_* macro to TREZOR_MODEL_*, remove the original TREZOR_MODEL macro (replaced by conditional compilation for QSTR generation)
* build(core) - fixed missing TREZOR_MODEL to TREZOR_MODEL_x changes
[no changelog]
|
2022-04-26 13:47:40 +02:00 |
|
Martin Milata
|
d1978c062d
|
test(storage): remove timeouts for test_random and test_random_upgrade
|
2022-04-05 16:55:49 +02:00 |
|
Martin Milata
|
31f4e4f3db
|
test(storage): increase timeout for test_random
|
2022-04-05 13:03:23 +02:00 |
|
Andrew Kozlik
|
d6fdadf673
|
feat(crypto): Sanitize undefined behavior.
|
2022-01-19 15:22:03 +01:00 |
|
Andrew Kozlik
|
56126b75a7
|
ci: Use address sanitizer in CI.
[no changelog]
|
2022-01-19 15:22:03 +01:00 |
|
amadejpapez
|
85ba7c12ba
|
style(all): use f-strings for formatting
[no changelog]
|
2021-10-13 11:53:17 +02:00 |
|
Ondřej Vejpustek
|
8ee17f69b3
|
refactor(core): move wait_random and rdi into separate file
|
2021-05-21 13:42:53 +02:00 |
|
Andrew Kozlik
|
4c2e4bcb65
|
fix(storage): Check for overflow in counter increment.
|
2021-03-26 10:54:56 +01:00 |
|
Andrew Kozlik
|
2836bfc64c
|
fix(core): Improve error handling and range checking in modtrezorconfig.
|
2021-03-26 10:54:56 +01:00 |
|
Andrew Kozlik
|
8f5f5daaab
|
test(storage): Update tests to comply with new storage version and interface.
|
2021-03-25 14:24:41 +01:00 |
|
Andrew Kozlik
|
c68e91c12a
|
feat(storage): Support PIN and wipe code of unlimited length.
|
2021-03-25 14:24:41 +01:00 |
|
Pavol Rusnak
|
179645e3ad
|
core: unify usage of TREZOR_MODEL
|
2020-06-06 21:06:15 +02:00 |
|
Tomas Susanka
|
41966c60db
|
legacy: initialized field in Features is true only if mnemonic is stored
|
2020-06-05 11:07:01 +02:00 |
|
Andrew Kozlik
|
bfd834d1de
|
storage: Add storage_ensure_not_wipe_code().
|
2020-03-19 15:04:33 +01:00 |
|
Andrew Kozlik
|
77bb6deb66
|
storage: Check for invalid PIN.
|
2020-03-17 11:53:48 +01:00 |
|
Tomas Susanka
|
a28f29708f
|
ci: add junit for a nice tests overview
|
2020-01-03 12:44:12 +00:00 |
|
Tomas Susanka
|
49cf2423f5
|
storage: move unlocked statement straight after key generation
|
2019-12-09 08:11:19 +00:00 |
|
Tomas Susanka
|
2aa49fda96
|
storage/tests: test non-existing key
|
2019-12-09 08:11:19 +00:00 |
|
Tomas Susanka
|
252d069a66
|
storage: unlock storage after wipe
|
2019-12-09 08:11:19 +00:00 |
|
Tomas Susanka
|
1b88840f53
|
docs: move docs to root
|
2019-12-06 12:24:20 +00:00 |
|
Andrew Kozlik
|
de96e675e5
|
fixup! storage: Implement storage_change_wipe_code().
|
2019-12-02 16:06:36 +01:00 |
|
Andrew Kozlik
|
579244b068
|
storage: When wiping, erase the active sector first.
|
2019-12-02 16:05:27 +01:00 |
|
Andrew Kozlik
|
d0d3ad2912
|
fixup! storage: Change secequal32() to use length in bytes instead of length in words.
|
2019-12-02 14:29:04 +01:00 |
|
Andrew Kozlik
|
a08b66ee6c
|
storage: gitignore hypothesis and libtrezor-storage.so.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
a3b608d8dd
|
storage, core: Reveal the wipe code status after the device is unlocked.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
b874539e2c
|
storage: Change secequal32() to use length in bytes instead of length in words.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
1deebf1065
|
storage: Add STORAGE_UPGRADED_KEY to protect against fake storage upgrade attacks.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
a9b98ab966
|
storage: Implement storage_change_wipe_code().
|
2019-11-25 12:32:20 +01:00 |
|
Pavol Rusnak
|
d761a57689
|
storage: introduce FLAGS_APPID
|
2019-11-11 19:47:48 +01:00 |
|
Pavol Rusnak
|
1caae698ca
|
storage: make FLAG_PUBLIC and FLAGS_WRITE part of public API
|
2019-11-11 19:47:48 +01:00 |
|
Pavol Rusnak
|
76eefd026f
|
all: let's use -Wno-missing-braces because clang does not respect
initialization of structs with = {0};
|
2019-10-11 09:59:32 +02:00 |
|
Ondřej Vejpustek
|
97ba9f17d9
|
storage: explicitly initialize variables
|
2019-10-09 17:07:42 +02:00 |
|
Andrew Kozlik
|
4f01003637
|
storage: Add external salt parameter to unlock() and change_pin().
|
2019-09-18 18:53:42 +02:00 |
|
matejcik
|
cb99a175ea
|
storage: explicitly reseed in PRNG tests
|
2019-08-12 12:57:25 +02:00 |
|
Jan Pochyla
|
d53d6f82cb
|
storage: fix incomatibility with new pytest
|
2019-07-09 14:47:24 +02:00 |
|
Pavol Rusnak
|
54d348228f
|
all: rename TREZOR to Trezor where possible
|
2019-06-17 20:28:29 +02:00 |
|
Andrew Kozlik
|
531c610a17
|
storage: Use wait_random() from common.h. Fix build for tests.
|
2019-06-11 11:41:40 +02:00 |
|
Pavol Rusnak
|
f7053d96fe
|
all: remove extraneous whitespace
|
2019-05-26 22:20:14 +02:00 |
|
matejcik
|
9b168daa19
|
style: improve makefile output, format test files
|
2019-05-13 18:00:43 +02:00 |
|
Pavol Rusnak
|
25cfd505f4
|
storage: allright isort, you win
|
2019-05-04 22:47:05 +02:00 |
|
Pavol Rusnak
|
0ae10a1924
|
legacy+storage: fix style checks
|
2019-05-04 22:42:40 +02:00 |
|
Tomas Susanka
|
6657134bd8
|
storage: alter README to reflect monorepo
|
2019-04-25 16:50:56 +02:00 |
|
Tomas Susanka
|
18482a9c37
|
storage: style
|
2019-04-25 16:50:56 +02:00 |
|