Commit Graph

79 Commits (ui-t3t1)

Author SHA1 Message Date
tychovrahe e060ac68c5 feat(core): use U5 HW keys to additionally encrypt storage items
1 month ago
tychovrahe ed6aa48726 feat(core): use confidential section for confidential and sensitive data
1 month ago
tychovrahe 89147ef493 refactor(core): improve flash api by introducing flash_area_write_data function
1 month ago
matejcik f60cc75c7c feat(storage): return enum values instead of strings, so that they are translatable
2 months ago
tychovrahe 70a673fabc feat(core): use flash bursts for faster flashing
2 months ago
cepetr 4cf781abb2 chore(core, legacy, storage): refactor flash drivers
2 months ago
tychovrahe 8150636a81 feat(core): add basic support for STM32U5
2 months ago
tychovrahe cd8a0ea690 test(storage): add upgrade test from version 3
3 months ago
tychovrahe 434ed04b7f feat(storage): implemented more effective pin logs for blockwise storage
3 months ago
tychovrahe abcbf88e9b fix(storage): ensure little endian is always used in python implementation
3 months ago
tychovrahe e0594c9c62 fix(storage): fix app protected check in python implementation
3 months ago
tychovrahe 8147b11345 fix(core): fix quadword-only storage
3 months ago
Andrew Kozlik 440b1304c0 refactor(storage): Split implementations based on FLASH_BIT_ACCESS.
3 months ago
Andrew Kozlik 0c6c1b31ff refactor(storage): Clean up norcow.c.
3 months ago
Andrew Kozlik b2f05f187f feat(storage): Work with generic flash blocks instead of quadwords.
3 months ago
tychovrahe 743ed413f6 feat(core): add support for quad-word only storage
3 months ago
tychovrahe f8eae3f023 fix(storage/tests): fix norcow active offset initialization, add missing assert in test_set_locked
3 months ago
grdddj b8ea21d24a feat(all): implement translations into Trezor
3 months ago
tychovrahe 47f8a430e6 refactor(core): remove residual usage of old flash api
6 months ago
Andrew Kozlik 3d0ba4b69f feat(core): Finish progress for wrong PIN.
7 months ago
Andrew Kozlik 392add3f8e feat(storage): Synchronize Optiga and MCU PIN counters.
7 months ago
Andrew Kozlik 1fa2929607 feat(core): Distinguish Optiga errors from invalid PIN.
7 months ago
matejcik 3c413ecf02 fix(storage): correctly fail when Optiga operations fail
7 months ago
Andrew Kozlik dee559f4f9 feat(core): Integrate Optiga into PIN verification.
8 months ago
Andrew Kozlik 91592717da refactor(storage): Simplify progress callbacks and expose constants.
8 months ago
matejcik b008367f38 style(storage): apply isort 5
9 months ago
tychovrahe 238e3fd7c1 refactor(core): add abstraction over flash memory layout
10 months ago
Martin Milata d0601bed40 test(storage): workaround clang error
1 year ago
Andrew Kozlik 01edf3f796 fix(storage): Adapt to changing insecure PRNG to be opt-in.
1 year ago
tychovrahe 5a991f3244 feat(core/rust): bootloader implementation in rust
1 year ago
Andrew Kozlik 1da446a8fb refactor: Move flash_init to emulator main.
2 years ago
Martin Milata 18c8304339 fix(core): leftover TREZOR_MODEL defines
2 years ago
Pavol Rusnak 8f1d33d5f9 build(core,legacy): remove gcc, use cc instead of gcc
2 years ago
TychoVrahe 7912a7d0d3
build(core,storage): fix conditional compilation for different Trezor models
2 years ago
Martin Milata d1978c062d test(storage): remove timeouts for test_random and test_random_upgrade
2 years ago
Martin Milata 31f4e4f3db test(storage): increase timeout for test_random
2 years ago
Andrew Kozlik d6fdadf673 feat(crypto): Sanitize undefined behavior.
2 years ago
Andrew Kozlik 56126b75a7 ci: Use address sanitizer in CI.
2 years ago
amadejpapez 85ba7c12ba style(all): use f-strings for formatting
3 years ago
Ondřej Vejpustek 8ee17f69b3 refactor(core): move wait_random and rdi into separate file
3 years ago
Andrew Kozlik 4c2e4bcb65 fix(storage): Check for overflow in counter increment.
3 years ago
Andrew Kozlik 2836bfc64c fix(core): Improve error handling and range checking in modtrezorconfig.
3 years ago
Andrew Kozlik 8f5f5daaab test(storage): Update tests to comply with new storage version and interface.
3 years ago
Andrew Kozlik c68e91c12a feat(storage): Support PIN and wipe code of unlimited length.
3 years ago
Pavol Rusnak 179645e3ad core: unify usage of TREZOR_MODEL
4 years ago
Tomas Susanka 41966c60db legacy: initialized field in Features is true only if mnemonic is stored
4 years ago
Andrew Kozlik bfd834d1de storage: Add storage_ensure_not_wipe_code().
4 years ago
Andrew Kozlik 77bb6deb66 storage: Check for invalid PIN.
4 years ago
Tomas Susanka a28f29708f ci: add junit for a nice tests overview
4 years ago
Tomas Susanka 49cf2423f5 storage: move unlocked statement straight after key generation
4 years ago