Commit Graph

1725 Commits (14e53765e7577955cdf5cf0a47b4ed9eeafa45f5)
 

Author SHA1 Message Date
Pavol Rusnak 10344dd864
tools.codegen: print nice stats at the end
7 years ago
Pavol Rusnak dcb32d91f7
tools.codegen: rework gen_cert_bundle to use certs from Mozilla
7 years ago
Pavol Rusnak 7537c26c83
trezor.crypto: use mp_obj_new_str_from_vstr where we already have preallocated vstr
7 years ago
Pavol Rusnak 981ec87877
trezor.crypto: put back vstr where it makes sense (= user controlled input)
7 years ago
Pavol Rusnak 26ac0b6e52
cross: don't use MICROPY_FORCE_32BIT=1 (no need for that)
7 years ago
Pavol Rusnak 8eb071f371
docker/travis: update to gcc-arm-none-eabi-7-2017-q4-major
7 years ago
Pavol Rusnak 7d1d6ce393
src: import hexlify explicitly, fix hexlify usage
7 years ago
Pavol Rusnak 4a7592d470
trezor.crypto: remove vstr usage, refactor mp_obj_new_str_from_vstr into mp_obj_new_bytes and mp_obj_new_str
7 years ago
Pavol Rusnak 8dd5edb4a1
tools: add codegen/gen_cert_bundle.py
7 years ago
Pavol Rusnak b98a1db6ee
embed: cleanup unused modules
7 years ago
Pavol Rusnak fa95f0a037
trezor.crypto: implement chacha20poly1305 aka rfc7539
7 years ago
Pavol Rusnak 5a304d8e25
vendor: update trezor-crypto
7 years ago
Pavol Rusnak b9d5af8c19
modtrezorcrypto: remove ssss (different implementation will be re-added later)
7 years ago
Pavol Rusnak 4cc8a5432d
bootloader: use normal/regular font rather than bold
7 years ago
Pavol Rusnak 94588dd588
modtrezorui: introduce TREZOR_FONT_PREFILL, set it to 0 in bootloader
7 years ago
Pavol Rusnak 424115967f
embed: fix wur for usb functions
7 years ago
Pavol Rusnak f1a75b36f7
vendor: update micropython to 1.9.3 release
7 years ago
Peter Jensen ae02858ef4 removed unused bgs
7 years ago
Pavol Rusnak d6593e710b
apps.ethereum: implement SignMessage/VerifyMessage
7 years ago
Pavol Rusnak e47aa9f0c4
apps.ethereum: code cleanup
7 years ago
Tomas Susanka 54fcbb68df HashWriter: getvalue -> get_digest
7 years ago
Tomas Susanka 8880d218b3 HashWriter: extra arguments are passed to the hash function
7 years ago
Tomas Susanka 5bf5d477b9 ethereum/signing: hashwriter is used
7 years ago
Tomas Susanka 688b568bd9 ethereum: files rename
7 years ago
Tomas Susanka 19ef1480d8 common: HashWriter move to common
7 years ago
Tomas Susanka 1f677306a1 ethereum/signing: streaming; all tests passing
7 years ago
Tomas Susanka 47b3baa30a ethereum/signing: all test passing, no data stream
7 years ago
Tomas Susanka dc02b322bf ethereum/signing: basic structure, first test passing
7 years ago
Tomas Susanka 8304e86bd7 submodules: trezor common updated
7 years ago
Pavol Rusnak fe0534658f
tests: no need to include ubinascii for unit tests
7 years ago
Pavol Rusnak 333c0a633a
trezor.crypto: adopt crc32 function
7 years ago
Pavol Rusnak a9870b9e0e
tests: update how tests are being run
7 years ago
Pavol Rusnak eff3ce2aa8
unix: use ensure, not (void)
7 years ago
Jan Pochyla 7be96048f8 unix: fix wur in usb
7 years ago
Jan Pochyla 5f63081f37 scons: fix 64-bit build
7 years ago
Pavol Rusnak 95bea97239
travis: remove protobuf dependency
7 years ago
Pavol Rusnak 06149e8487
vendor: remove norcow submodule
7 years ago
Pavol Rusnak 4b54bfbbf2
modtrezorui: change loader size to 120x120
7 years ago
Pavol Rusnak 63e999ab84
trezor.ui: introduced minwidth to display.text functions; more optimizations
7 years ago
Pavol Rusnak 47f5cba439
flash/sdcard: introduce wur, simplify code
7 years ago
Pavol Rusnak 5e93cca0a9
WIP
7 years ago
Jochen Hoenicke beef9ecfb5 Moved flash_unlock to norcow_update
7 years ago
Pavol Rusnak 6aae87437f
modtrezorui: draw bars under letters
7 years ago
Pavol Rusnak 11a3ff055c
boardloader/bootloader: typo
7 years ago
Pavol Rusnak 4584861385
trezor.ui: introduce ui.SIZE
7 years ago
Pavol Rusnak 965bf84cdb
tests: cleanup flake8 warnings
7 years ago
Pavol Rusnak ea404b53ee
tests: simplify hashlib tests, fix trezor.config test
7 years ago
Pavol Rusnak 79a3f84c3c
modtrezorui: invert FONT macro inclusion logic
7 years ago
Pavol Rusnak 80707f195b
modtrezorui: small cleanup
7 years ago
Pavol Rusnak edb80eda61
src: fix typo
7 years ago