Commit Graph

20 Commits (1da446a8fb0aae047cfa79ce2bc15cbae5b1229a)

Author SHA1 Message Date
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
Andrew Kozlik d6fdadf673 feat(crypto): Sanitize undefined behavior.
2 years ago
Andrew Kozlik 56126b75a7 ci: Use address sanitizer in CI.
2 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 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
Andrew Kozlik a08b66ee6c storage: gitignore hypothesis and libtrezor-storage.so.
5 years ago
Andrew Kozlik a9b98ab966 storage: Implement storage_change_wipe_code().
5 years ago
Pavol Rusnak 76eefd026f
all: let's use -Wno-missing-braces because clang does not respect
5 years ago
Andrew Kozlik 4f01003637 storage: Add external salt parameter to unlock() and change_pin().
5 years ago
Pavol Rusnak 54d348228f
all: rename TREZOR to Trezor where possible
5 years ago
Andrew Kozlik 531c610a17 storage: Use wait_random() from common.h. Fix build for tests.
5 years ago
matejcik 9b168daa19 style: improve makefile output, format test files
5 years ago
Tomas Susanka 18482a9c37 storage: style
5 years ago
Tomas Susanka 99329fb30d storage: add tests
5 years ago