1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-23 02:29:10 +00:00

Commit Graph

  • eff303cecc
    fix test_protection_levels Pavol Rusnak 2016-10-25 17:06:11 +0200
  • f8ad9fc742
    fix Verify (by introducing coinExtractAddressType) Pavol Rusnak 2016-10-25 17:02:02 +0200
  • 0b51d060d8
    allow ClearSession purely via confirm button Saleem Rashid 2016-08-26 17:50:10 +0100
  • df5e770dec
    trezor.crypto: refactor base58; allow custom digest function Pavol Rusnak 2016-10-25 14:07:52 +0200
  • 1259c36f80
    change shebang for test_curves.py Pavol Rusnak 2016-10-24 21:43:33 +0200
  • 5ecb8574cc tests: fix curve25519 unittests (#78) Roman Zeyde 2016-10-24 22:35:30 +0300
  • 9d5fe82b45
    vendor: update trezor-crypto Pavol Rusnak 2016-10-24 21:00:21 +0200
  • ea35b4bfe7
    update trezor-crypto Pavol Rusnak 2016-10-24 20:55:45 +0200
  • fa8772dfee
    include options.h to base58.h Pavol Rusnak 2016-10-24 20:54:29 +0200
  • 0abc61f672
    use curve25519-donna from floodyberry Pavol Rusnak 2016-10-24 20:51:57 +0200
  • bede439a62
    remove unused macros in test-openssl.c Pavol Rusnak 2016-10-24 20:39:55 +0200
  • b617568068
    add curve25519 multiply to test_speed Pavol Rusnak 2016-10-24 20:27:48 +0200
  • 965a6e653a
    apps.common.coins: throw exceptions when coin is not found instead of returning None Pavol Rusnak 2016-10-24 18:26:53 +0200
  • a8c7e5ef20
    gui: fix build Pavol Rusnak 2016-10-24 17:24:31 +0200
  • 2ede564cbd
    trezor.crypto: regenerate documentation mocks Pavol Rusnak 2016-10-24 15:44:49 +0200
  • 6e658ff2f1
    trezor.messages: regenerate classes Pavol Rusnak 2016-10-24 15:42:59 +0200
  • 507d9bdf68 wire: add tests for v1 codec Jan Pochyla 2016-10-24 13:29:43 +0200
  • 7404a76aeb
    modtrezorcrypto: add test_sign_verify_random to curve unit tests Pavol Rusnak 2016-10-24 13:46:59 +0200
  • 9c921c073f
    modtrezorcrypto: add generate_secret methods to curves Pavol Rusnak 2016-10-24 12:08:12 +0200
  • ce9022ad5d
    fix tests.c when USE_GRAPHENE=0 Pavol Rusnak 2016-10-24 12:44:25 +0200
  • 0bb7f16b78 crypto: allow Ed25519 signing larger digests (#124) Roman Zeyde 2016-10-24 13:41:10 +0300
  • 420c71992a tests: add BIP32 ECDH (#76) Roman Zeyde 2016-10-24 13:40:00 +0300
  • 3c5c685b8c
    add curve25519.publickey and unittest for randomized multiply Pavol Rusnak 2016-10-23 22:39:11 +0200
  • 7f5fa78f35
    modtrezorcrypto: add ECDH for nist256p1, secp256k1, curve25519 (multiply method) Pavol Rusnak 2016-10-22 00:51:52 +0200
  • 6d08eb99b8
    add ECDH to readme Pavol Rusnak 2016-10-22 00:29:14 +0200
  • 228f9425d1 Fix small typo in return value checking (#75) Roman Zeyde 2016-10-22 01:26:29 +0300
  • cf21bb2fbf
    refactor ECDH multiplication into ecdh_multiply function Pavol Rusnak 2016-10-21 18:19:01 +0200
  • 86d05ac9ee
    bump version python/v0.7.6 Pavol Rusnak 2016-10-21 15:25:32 +0200
  • 22faa4cafa
    add msg_signtx_zcash unittest Pavol Rusnak 2016-10-21 15:24:30 +0200
  • 4216e6f544 tests: remove old wire_codec test example Jan Pochyla 2016-10-21 15:07:31 +0200
  • d0b29d4caa wire: add tests, fix missing 0-padding Jan Pochyla 2016-10-21 15:01:49 +0200
  • e9f0706c2e
    fix prevtx hashing when input count is 0 Pavol Rusnak 2016-10-21 13:20:57 +0200
  • e62e8dbe6f
    tools: move coins-gen tool to /tools Pavol Rusnak 2016-10-20 17:07:56 +0200
  • 1420ad591b
    apps: add apps.common.coins (+generator) Pavol Rusnak 2016-10-20 16:40:46 +0200
  • 2daab8cf02
    add coins-gen.py script and generate coins.c using that script Pavol Rusnak 2016-10-20 15:27:34 +0200
  • 815f0057dd
    bootloader: fix build Pavol Rusnak 2016-10-20 15:25:26 +0200
  • 688d293b01 wire: use memoryview() asap in the parsing process Jan Pochyla 2016-10-20 15:13:08 +0200
  • 67ac47f087 apps.homescreen: respond with ~correct data, handle GetFeatures Jan Pochyla 2016-10-20 15:12:25 +0200
  • ad2955aaab ui: code style, make header icon optional Jan Pochyla 2016-10-20 15:11:33 +0200
  • b60206d588 app.management: fix missing icon Jan Pochyla 2016-10-20 15:08:57 +0200
  • 74b2170e3f ui.swipe: make constants private Jan Pochyla 2016-10-20 15:08:28 +0200
  • 4e290cc6df ui.loader: add is_active method Jan Pochyla 2016-10-20 15:07:56 +0200
  • d94dd32816 ui.text: code style, add color support Jan Pochyla 2016-10-20 15:06:40 +0200
  • 7a518e9fa4 seed: add passphrase UI Jan Pochyla 2016-10-20 15:04:54 +0200
  • c5dfcb53d1 apps.wallet: add GetAddress Jan Pochyla 2016-10-20 15:04:29 +0200
  • 4e47ae1606 modtrezorcrypto: add HDNode.address Jan Pochyla 2016-10-20 15:03:50 +0200
  • 46d06321dd readme: os x ARM instructions Jan Pochyla 2016-10-17 17:32:06 +0200
  • c288a0e328
    implement TXEXTRADATA transaction RequestType Pavol Rusnak 2016-10-19 09:37:46 +0200
  • 20c1d05f9d
    add extra_data_offset Pavol Rusnak 2016-10-20 13:22:16 +0200
  • ca4057aca0
    tests: cleanup fromhex function Pavol Rusnak 2016-10-20 12:04:05 +0200
  • e6574f8eea
    extract ck_assert_mem macros to separate file check_mem.h Pavol Rusnak 2016-10-19 20:42:50 +0200
  • 07a71eb9c0
    add fields for Tx.extra_data Pavol Rusnak 2016-10-19 09:34:00 +0200
  • 3067bfa003
    modtrezorui: add yoffset parameter to display.loader Pavol Rusnak 2016-10-18 16:27:13 +0200
  • fffe930d8c
    modtrezorui: rename fonts Pavol Rusnak 2016-10-18 15:05:55 +0200
  • dac0a252bd
    regenerate mocks Pavol Rusnak 2016-10-18 14:32:37 +0200
  • 68a1bcc908 Add specific layout for GPG signature (#122) Roman Zeyde 2016-10-17 19:08:02 +0300
  • 883ebf0e03
    add tox Pavol Rusnak 2016-10-17 14:17:18 +0200
  • ed755120af
    fix broken test_speed Pavol Rusnak 2016-10-16 02:26:16 +0200
  • 771a0c014b
    update protobuf Pavol Rusnak 2016-10-16 02:06:49 +0200
  • f0b93b44f5
    multibyte addresses can be 40 chars long Pavol Rusnak 2016-10-16 02:05:03 +0200
  • 54cc18c493 Steem integration Fabian Schuh 2016-09-27 22:48:36 +0200
  • b57c0ff430
    Use trezor-crypto ECDH, adding Curve25519 support Roman Zeyde 2016-10-13 22:32:26 +0300
  • 707c869fb9 Merge pull request #74 from romanz/curve25519 Pavol Rusnak 2016-10-16 01:28:45 +0200
  • 0167d06378 Fix Travis build Roman Zeyde 2016-10-15 15:26:51 +0300
  • 43f86e660d Add Python tests for Curve25519 ECDH Roman Zeyde 2016-10-13 22:24:47 +0300
  • 906c543ebc Implement ECDH with Curve25519 at BIP32 module Roman Zeyde 2016-10-13 22:24:17 +0300
  • d1397c779c transport_hid: return sorted list of devices (#77) Roman Zeyde 2016-10-14 20:55:06 +0300
  • bf919e9192
    modtrezorconfig: prepare for norcow usage Pavol Rusnak 2016-10-14 18:40:30 +0200
  • ce638fe94a
    modutrezorui: enable LCD_FMARK/PD12 handling on stmhal Pavol Rusnak 2016-10-14 18:11:00 +0200
  • 2ff937b707 modtrezorcrypto: fix ecsda_sign calls Jan Pochyla 2016-10-14 15:46:09 +0200
  • a44e16a9ca rework high-level storage Jan Pochyla 2016-10-14 15:35:44 +0200
  • 53f6347838 protobuf: optimize memory, minor api changes Jan Pochyla 2016-10-14 15:29:14 +0200
  • 385eab91f1 modtrezorcrypto: add bip32 tests Jan Pochyla 2016-10-14 15:11:57 +0200
  • cd9fca42b7 modtrezorcrypto: add bip32 deserialization Jan Pochyla 2016-10-14 15:11:35 +0200
  • 27126396bd update trezor-crypto submodule Jan Pochyla 2016-10-14 15:10:56 +0200
  • f16d730c58
    modtrezorui: display.raw data parameter is now optional Pavol Rusnak 2016-10-14 14:52:36 +0200
  • f45bcc65f2 bip32: deserialize the fingerprint Jan Pochyla 2016-10-14 14:33:49 +0200
  • 0ad8a7c627 Add Curve25519 implementation Roman Zeyde 2016-10-13 22:21:58 +0300
  • 037df3357c
    modtrezorui: functions can draw off-canvas now and respect drawing offset Pavol Rusnak 2016-10-13 17:09:46 +0200
  • dfc543c955 Switching address types (#119) Karel Bílek 2016-10-13 11:39:35 +0200
  • 35beedfcbc
    modtrezorui: add display.offset() function Pavol Rusnak 2016-10-12 18:58:18 +0200
  • 57fbd4dfc2
    build: parallel build by default Pavol Rusnak 2016-10-12 18:29:01 +0200
  • 0a158f6c7d Add compiled output Karel Bilek 2016-10-12 17:50:31 +0200
  • cb25b763b7
    add emcripten outputs to gitignore Pavol Rusnak 2016-10-12 17:36:46 +0200
  • aa942dc3a9
    update vendor/micropython Pavol Rusnak 2016-10-12 16:29:26 +0200
  • 2d7d241a8d res_collect: fix for resources in subdirectories Jan Pochyla 2016-10-12 13:12:27 +0200
  • 0a5e43723f utils: export TrezorUtils.memcpy Jan Pochyla 2016-10-11 17:18:31 +0200
  • 275d3505f0 update micropython submodule Jan Pochyla 2016-10-11 17:18:09 +0200
  • 39c2766ae0 add modtrezorutils Jan Pochyla 2016-10-11 17:09:35 +0200
  • 9e3102742e
    modules: add missing copyright headers Pavol Rusnak 2016-10-11 14:05:55 +0200
  • a9131f26e7
    debug: fix variable name Pavol Rusnak 2016-10-11 14:01:32 +0200
  • 882efbf21b
    modtrezormsg: use interfaces index internally, usage_page externally Pavol Rusnak 2016-10-11 13:13:14 +0200
  • a423d4602f
    modtrezormsg: store assigned used pages internally, add get_interfaces method Pavol Rusnak 2016-10-11 12:33:02 +0200
  • 3f44dfedb5
    modtrezormsg: use usage_page to identify interfaces Pavol Rusnak 2016-10-11 12:14:17 +0200
  • d9546d45b9
    ui: proper size for loader Pavol Rusnak 2016-10-11 11:29:31 +0200
  • 7ddccdb7f4
    Revert "simplify cryptoMessageVerify call" Pavol Rusnak 2016-10-10 17:40:35 +0200
  • ad6c274e07
    modtrezorui: loader icon is now 64x64; reorganize icons Pavol Rusnak 2016-10-10 14:38:11 +0200
  • f8bf6d8cff
    tools: added toi2png tool Pavol Rusnak 2016-10-10 13:38:33 +0200
  • cae5fbe434
    docs: add RAMs to memory layout Pavol Rusnak 2016-10-10 12:48:30 +0200
  • 3857ff4139
    docs: fix table Pavol Rusnak 2016-10-10 12:32:38 +0200