1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

Commit Graph

  • 2df62d4877 use unit tests via Check instead of small test programs Pavol Rusnak 2013-09-21 17:41:02 +0200
  • 638cf2310b cleanup Pavol Rusnak 2013-09-20 21:49:17 +0200
  • 92f070498f add function for computing addresses Pavol Rusnak 2013-09-19 14:52:52 +0200
  • 1fda6fe339 add bn_zero, bn_bits, bn_lshift, bn_rshift, bn_normalize to bignum Pavol Rusnak 2013-09-19 02:54:10 +0200
  • 65250325c4 add ripemd160 Pavol Rusnak 2013-09-16 01:32:56 +0200
  • 98bb17299b Module renamed to trezorlib slush0 2013-09-13 05:37:23 +0200
  • 333182f062 Module renamed from bitkeylib to trezorlib slush0 2013-09-13 05:33:20 +0200
  • 66cede8e18 Fixed path to module slush0 2013-09-13 05:32:58 +0200
  • 9fd3121724 Fixed project name slush0 2013-09-13 05:32:27 +0200
  • 18d5f9f3d6 ApplySettings triggers init_device to reload Features structure slush0 2013-09-13 05:31:24 +0200
  • 004ce33e40 Updated project link, changed repo name slush0 2013-09-13 05:29:58 +0200
  • c692f60782 Refactored module structure slush0 2013-09-13 05:28:56 +0200
  • 4530dc3684 All current tests passed slush0 2013-09-13 05:28:29 +0200
  • d273cdf86b Added unit tests for BTC, tBTC & LTC address generation slush0 2013-09-13 05:27:21 +0200
  • c514fe3edd Binary pb2 file slush0 2013-09-13 00:17:32 +0200
  • 8d100bee0c Implemented ApplySettings, removed SetMaxFeeKb slush0 2013-09-13 00:17:06 +0200
  • afc9bcfe30 implement bip32 - https://en.bitcoin.it/wiki/BIP_0032 Pavol Rusnak 2013-09-12 19:21:24 +0200
  • 07d1c22730 refactor code -> bignum.c/h Pavol Rusnak 2013-09-12 03:15:22 +0200
  • 603acbd1be implement RFC 6979 Pavol Rusnak 2013-09-11 19:02:22 +0200
  • 047b30cf2f add hmac-sha256/512 Pavol Rusnak 2013-09-10 21:47:06 +0200
  • 40fa3f52e4 use sha2 implementation by Aaron D. Gifford Pavol Rusnak 2013-09-10 20:50:13 +0200
  • d958d8a90e cleanup Pavol Rusnak 2013-09-10 01:41:10 +0200
  • df79a330e6 pave the way for RFC6979 Pavol Rusnak 2013-09-10 01:03:24 +0200
  • 3f737896a4 ecdsa_get_public_key and ecdsa_verify methods Pavol Rusnak 2013-09-09 17:52:25 +0200
  • 31aa66e1a2 Binary protofile slush 2013-09-09 17:29:27 +0200
  • 0176c60d2a Version 0.1 of proto file slush 2013-09-09 17:29:05 +0200
  • e41387c6e4 Removed OTP and PIN handling in cmd.py slush 2013-09-09 15:38:15 +0200
  • 682578f1ad Added padding to HID messages slush 2013-09-09 15:37:39 +0200
  • 813fb233a1 Added session depth slush 2013-09-09 15:36:17 +0200
  • 1f75cd031b Merge pull request #1 from mogorman/master Pavol Rusnak 2013-09-05 03:38:27 -0700
  • c87691205b added support for getting public key from a private key. mog 2013-09-05 03:57:26 -0500
  • 8e5abb560e Fixed imports slush 2013-09-01 03:42:26 +0200
  • bdfe3fd4ae Removed 'random' field from signing transaction, because of deterministic ECDSA signing slush 2013-09-01 03:42:01 +0200
  • 3e39a4c267 test_addresses.py passed (although it uses Electrum algo, not BIP32) slush 2013-09-01 03:38:03 +0200
  • 702460d153 Protect call test passed! slush 2013-09-01 03:35:31 +0200
  • 6fe26c26e4 Fix PIN handling slush 2013-09-01 03:34:36 +0200
  • cb594df790 Updated test structure to comply with latest changes. test_basic.py passes succesfully, others will come soon... slush 2013-09-01 02:47:49 +0200
  • 5b214bbed2 Removed OTP constructs. Implements PinMatrix. Codebase now reflects latest protobuf changes slush 2013-09-01 02:46:53 +0200
  • 5db17b3a6d Proper loading of trezor_pb2.py slush 2013-09-01 02:46:18 +0200
  • ce7e6fbb50 Synchronized protobuf, compiled protobuf moved from bitkey_pb2.py to trezor_pb2.py slush 2013-09-01 02:45:42 +0200
  • b01c49715e Mapping reflects latest changes in protobuf file slush 2013-09-01 00:00:49 +0200
  • cc37fbaa5f Protocol has been heavily modified, check trezor-emu for further details slush 2013-08-31 23:46:28 +0200
  • 1fa4f1eb81 Test if USB device is presented slush 2013-08-31 23:45:53 +0200
  • 8f42da3fcc Use first USB device by default slush 2013-08-30 23:32:02 +0200
  • 4593b3f636 use /dev/urandom in example Pavol Rusnak 2013-08-21 20:23:43 +0200
  • 0f7c3be5dd expand readme Pavol Rusnak 2013-08-21 20:05:25 +0200
  • 7c13e810fc add -Os flag to makefile Pavol Rusnak 2013-08-21 18:20:52 +0200
  • 1830c2066d add more comments to readme Pavol Rusnak 2013-08-21 18:07:02 +0200
  • 32c9ff72a5 reorganize code in speed tests Pavol Rusnak 2013-08-21 14:49:36 +0200
  • 0ed5bea0d0 properly initialize rng Pavol Rusnak 2013-08-21 01:31:24 +0200
  • ee09a6a7b2 param names cleanup Pavol Rusnak 2013-08-19 12:40:58 +0200
  • b018f9e6fe add speed testing code for stm32 Pavol Rusnak 2013-08-18 20:54:18 +0200
  • 8e7bee7043 add speed test Pavol Rusnak 2013-08-18 17:30:23 +0200
  • 1bd0592c26 fix for formatting Pavol Rusnak 2013-08-17 14:32:25 +0200
  • 3645df58e1 add note about RNG Pavol Rusnak 2013-08-17 14:28:45 +0200
  • ccbc219b29 import sources Pavol Rusnak 2013-08-17 14:20:15 +0200
  • b120043fcc Fixed load_device slush 2013-04-15 19:58:38 +0200
  • 0af7a672f0 Updated protobuf files slush 2013-04-15 19:58:07 +0200
  • 29bd7a10f8 Tests fixed to work with latest sources slush 2013-04-15 19:57:36 +0200
  • 4b9a6675c7 SignTx test slush 2013-04-05 17:13:57 +0200
  • a6f0657de7 Fixes workflow for failed test slush 2013-04-05 17:13:29 +0200
  • d363c2448d Removed 'algorithm' from protobuf slush 2013-04-05 17:12:54 +0200
  • ea3c8eaef0 Refactored protobuf slush 2013-04-05 17:12:43 +0200
  • d0bc74ff21 Removed algorithm switching slush 2013-04-05 17:12:18 +0200
  • 1ae4ab42f8 Refactored protobuf slush 2013-04-05 17:11:53 +0200
  • d0708f323b Merge branch 'master' of github.com:slush0/bitkeylib-python slush 2013-04-01 17:08:18 +0200
  • 5f381bd936 Enabled HID transport, 'list' command enumerates HID devices slush 2013-04-01 16:59:42 +0200
  • 5d1e1a79ae Working HID transport slush 2013-04-01 16:59:16 +0200
  • 8cd7c1aa0a add gitignore Pavol Rusnak 2013-03-18 16:44:59 +0100
  • a2ad820ac1 Removed unused FakeRead slush 2013-03-10 17:52:36 +0100
  • c0d267e7d8 Fixes reading of message headers slush 2013-03-10 17:52:04 +0100
  • 41b706d56a HID transport slush 2013-03-10 16:55:59 +0100
  • 43c2d9b042 load_device moved to debuglink slush 2013-02-18 18:45:33 +0100
  • 235aaf7768 Added link to homepage slush 2013-01-25 12:52:19 +0100
  • 9a56af5dcb Refactored messages TxInput/TxOutput slush 2013-01-24 21:20:54 +0100
  • 53ffe3b755 Fixed address_n slush 2013-01-24 21:20:41 +0100
  • 5f0bf64bfa Messages TxInput and TxOutput refactored to TxRequest slush 2013-01-24 21:19:54 +0100
  • 83aa0e6e66 UUID is exactly 9 bytes long slush 2013-01-24 15:51:12 +0100
  • 29de33fa98 Data for testing private key generation slush 2013-01-17 17:01:37 +0100
  • ca94e682d3 Unit test for Electrum address generation slush 2013-01-17 13:37:48 +0100
  • 2730631e6d Implemented responder for signing Basic signtx unit test slush 2013-01-14 19:22:02 +0100
  • 80e25b1410 Removed unnecessary import in test_protect_call slush 2013-01-14 19:21:48 +0100
  • db26da19a9 Fixed protobuf, int32 instead of uint32 in InputRequest slush 2013-01-14 19:20:55 +0100
  • 1e6588e28f Test for protect_call slush 2013-01-14 17:05:38 +0100
  • 1c78397c1b ButtonAck sent over recursion call, like other *Ack slush 2013-01-14 17:04:58 +0100
  • 9b4359fe01 Refactored tests, added common.BitkeyTest slush 2013-01-14 14:44:31 +0100
  • 4aafd2deff Stub for protect_call tests slush 2013-01-14 14:44:11 +0100
  • ca78da632d Fixed DebugLink handling Implemented get_address, get_master_public_key and some other basic commands slush 2013-01-05 14:43:21 +0000
  • 9d7e55ea30 Implemented get_address API slush 2013-01-05 14:42:49 +0000
  • 842720052a Better exception handling slush 2013-01-05 14:42:09 +0000
  • 68d46cb2f9 Updated generated protobuf slush 2013-01-05 14:41:22 +0000
  • 6bdaaaf514 Added GetAddress/Address messages slush 2013-01-05 14:40:53 +0000
  • b96b65e1ce Updated call parameters slush 2012-12-13 19:05:21 +0000
  • e203d2ef53 Implemented Button* messages slush 2012-12-13 19:05:04 +0000
  • 1409665302 transport.read_blocking, fixes socket transport slush 2012-12-13 18:48:24 +0000
  • 694452c861 Added ButtonRequest, ButtonAck, ButtonCancel messages slush 2012-12-13 18:47:37 +0000
  • 89f0ca3f7e Removed debug prints slush 2012-12-09 13:53:09 +0000
  • f16ade99e0 Refactored client.call() to allow PIN/OTP in any order slush 2012-12-05 19:45:53 +0000
  • c164eba47b Some basic commands (still under heavy development) slush 2012-12-05 19:31:26 +0000
  • 52c50cd442 Socket transport slush 2012-12-05 19:31:21 +0000