1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 03:50:58 +00:00

Commit Graph

  • 15d8c840b5 Remove required rependency to PyQt4 slush0 2014-02-03 19:30:40 +0100
  • b3f9390ded Added distribute_setup.py because of Windows dist slush0 2014-02-03 19:25:05 +0100
  • 472d15e774 Merge branch 'master' of github.com:trezor/python-trezor slush0 2014-02-03 19:20:13 +0100
  • c339a416b4 Changed readme slush0 2014-02-03 19:19:45 +0100
  • d629a76689 print message size in _pprint Pavol Rusnak 2014-02-03 17:37:39 +0100
  • c9a348d4a9 Unit tests for signing messages slush0 2014-02-03 16:17:13 +0100
  • 1fcb7e7fff Compiled pb slush0 2014-02-03 16:17:02 +0100
  • 35c877a205 Merge branch 'master' of github.com:trezor/python-trezor slush0 2014-02-03 15:45:23 +0100
  • 7a35872ccf unit test for signing/verifying messages Pavol Rusnak 2014-02-03 15:44:52 +0100
  • 8a41dad609 signatures are binary in VerifyMessage/MessageSignature Pavol Rusnak 2014-02-03 15:25:21 +0100
  • 85d98f2989 Updated warning slush0 2014-02-03 11:36:56 +0100
  • 81f462a5c5 add ecdsa_sig_to_der Pavol Rusnak 2014-02-02 22:01:43 +0100
  • 73489fbd33 split signing into ecdsa_sign_digest and ecdsa_sign/ecdsa_sign_double Pavol Rusnak 2014-02-02 20:36:03 +0100
  • 3853deed39 Added RecoveryDevice / WordRequest / WordAck slush0 2014-02-02 18:29:37 +0100
  • 5a10692e86 Implemented RecoveryDevice slush0 2014-02-02 18:27:44 +0100
  • cbd1e36bb8 Compiled pb slush0 2014-02-02 18:27:36 +0100
  • 7152e091a9 Fixed missing parameter in reset_device slush0 2014-02-02 15:37:50 +0100
  • 0262d13944 Added warning about entering secrets to this script slush0 2014-02-02 15:29:07 +0100
  • c7729e082c Tool for checking TREZOR-generated mnemonic slush0 2014-02-02 15:24:47 +0100
  • aadc279741 Added some sugar for easier handling in Multibit slush0 2014-02-02 11:28:43 +0100
  • fdf8c6fc95 Added Features.initialized slush0 2014-02-01 13:41:46 +0100
  • 845f874aea Added Features.initialized Implemented wipe_device slush0 2014-02-01 13:39:21 +0100
  • e2c8ad0f90 Compiled pb slush0 2014-02-01 13:39:06 +0100
  • eb22fad568 protobuf text_format now prints in both binary and hex form slush0 2014-02-01 11:57:59 +0100
  • 2782655320 Monkeypatching of google.protobuf.text_format slush0 2014-02-01 11:29:44 +0100
  • 366a7aa07d monkeypatching: text formatting of protobuf messages Pavol Rusnak 2014-01-31 21:21:19 +0100
  • fe0e409e77 Implementation of ChangePin slush0 2014-01-31 19:48:19 +0100
  • a40a077613 rework ecdsa_address_to_hash160 into ecdsa_address_decode Pavol Rusnak 2014-01-31 15:26:51 +0100
  • 2e4ec7fe0a introduce ecdsa_address_to_hash160 Pavol Rusnak 2014-01-30 20:34:05 +0100
  • e34874b7c1 add entropy message test Pavol Rusnak 2014-01-29 19:09:24 +0100
  • 24861a1b58 add check for expected type of message responses Pavol Rusnak 2014-01-27 11:25:27 +0100
  • 7dc057c903 add testcases for address generation fix bug for version != 0 process uncompressed pubkeys as well Pavol Rusnak 2014-01-27 19:57:44 +0100
  • 1089f58eb5 Code cleanup slush0 2014-01-27 16:57:22 +0100
  • 368c31d138 remove coin from session Pavol Rusnak 2014-01-21 19:20:10 +0100
  • c0ee25c851 don't use implicit versions in bip32 Pavol Rusnak 2014-01-21 18:38:44 +0100
  • 733a4e979c adapt config.py to new api Pavol Rusnak 2014-01-20 13:21:49 +0100
  • 78efd80bbc Added EstimateTxSize slush0 2014-01-18 05:13:47 +0100
  • 93d7fe5341 Estimate tx size slush0 2014-01-16 23:08:20 +0100
  • a1000528f3 Compiled pb slush0 2014-01-16 23:04:48 +0100
  • 8764a03453 compute fingerprints Pavol Rusnak 2014-01-14 15:29:46 +0100
  • ed7e2e5058 implement public child key derivation Pavol Rusnak 2014-01-14 14:35:13 +0100
  • 91b2b637b4 BIP32 public CKD slush0 2014-01-14 14:29:18 +0100
  • 999194fa59 Compiled pb slush0 2014-01-14 14:29:13 +0100
  • 20aa0faeb0 Compiled pb slush0 2014-01-14 11:30:58 +0100
  • b9925432cd Basic blockchain.info API SimpleSignTx basic unit test slush0 2014-01-13 04:44:57 +0100
  • 6aa8fbd1da Compiled pb slush0 2014-01-13 04:44:35 +0100
  • ca6ab18ae5 Fixes DebugLinkGetState slush0 2014-01-12 16:17:22 +0100
  • c6db133907 Fixed tests slush0 2014-01-12 16:16:07 +0100
  • e681e2b7ae bip39: pbkdf2 rounds 4096 -> 2048 Pavol Rusnak 2014-01-10 20:22:33 +0100
  • 981cf2ce7a Fixed ApplySettings slush0 2014-01-10 00:11:03 +0100
  • e0ed224656 cmd allows textual bip32 paths with prime derivation Implemented PassphraseRequest slush0 2014-01-09 17:34:29 +0100
  • 4c55093f6a pb2json allow extra fields to merge with slush0 2014-01-09 17:33:58 +0100
  • 323838d41e Compiled pb slush0 2014-01-09 17:33:43 +0100
  • 1a42bc3b70 add debuglinklog message Pavol Rusnak 2014-01-09 14:15:53 +0100
  • 3b19508a9d xprv checksum slush0 2014-01-08 15:59:18 +0100
  • dc671173d0 Implemented ResetDevice slush0 2014-01-06 01:54:53 +0100
  • f0e7c61cdd Compiled pb slush0 2014-01-06 01:54:31 +0100
  • 644d75caff Added fields to LoadDevice/ResetDevice slush0 2014-01-06 01:50:38 +0100
  • 8423c7abfd add check that pub.y != res.y Pavol Rusnak 2014-01-04 17:39:37 +0100
  • e542c2dc29 Fixed load_device, including command line slush0 2013-12-30 23:35:20 +0100
  • 56eb483f70 Added base58 decoder slush0 2013-12-30 23:34:56 +0100
  • 0e0e9268dc Put this file to /lib/udev/rules.d/ slush0 2013-12-30 00:32:26 +0100
  • b4ff6139ae Refactored code to follow trezor-common structures slush0 2013-12-16 18:02:34 +0100
  • d3df313442 cleanup protobuf mess Pavol Rusnak 2013-12-16 16:26:40 +0100
  • b7a2800b97 Compiled messages slush0 2013-12-16 16:04:03 +0100
  • a544af7c88 ckd public derivation slush0 2013-12-16 16:03:38 +0100
  • 3589cf5cbf use 4096 pbkdf2 rounds for bip39 Pavol Rusnak 2013-12-10 16:21:25 +0100
  • 97067c918e extract some pbkdf2 constants into macros Pavol Rusnak 2013-12-09 18:16:33 +0100
  • 352bc42be2 use PBKDF2 for BIP39, add unit tests Pavol Rusnak 2013-12-09 16:21:42 +0100
  • 353606e2df add hdnode_coin_version to be able to set coin version from outside Pavol Rusnak 2013-11-28 02:47:00 +0100
  • 8180263d75 don't use serialized hdnode Pavol Rusnak 2013-11-28 02:18:32 +0100
  • 2c621ca20f use passphrase_protection fields Pavol Rusnak 2013-11-28 01:05:50 +0100
  • 02adc15ec9 use fixed param size for mnemonic function Pavol Rusnak 2013-11-28 00:53:09 +0100
  • 6b66f29c3b use fixed block size (128-bit) for AES again Pavol Rusnak 2013-11-28 00:52:39 +0100
  • f6180f7711 seed -> mnemonic+node Pavol Rusnak 2013-11-27 23:17:37 +0100
  • 37e857965c Removed trezor-common slush0 2013-11-26 17:53:54 +0100
  • 3ec7a7685a Signing messages, splitted protobuf slush0 2013-11-26 17:29:50 +0100
  • bbfefb677c rework storage, session, features Pavol Rusnak 2013-11-26 16:10:55 +0100
  • bb7cdd2166 split trezor.proto into messages.proto and types.proto unify cancel messages Pavol Rusnak 2013-11-26 15:48:17 +0100
  • 949b1c0672 update protofiles Pavol Rusnak 2013-11-26 04:34:48 +0100
  • e04ec2a831 add check to mnemonic_from_data as well Pavol Rusnak 2013-11-26 01:29:06 +0100
  • 6939275362 use TREZOR as passphrase to check protection Pavol Rusnak 2013-11-25 23:06:02 +0100
  • 1c9046b66d reworked bip39 including tests Pavol Rusnak 2013-11-25 22:46:54 +0100
  • 150c770e4e xprvnode -> hdnode, add hdnode_from_pub function Pavol Rusnak 2013-11-25 15:37:49 +0100
  • 2720665743 use trezor-common submodule Pavol Rusnak 2013-11-22 17:33:33 +0100
  • fccebb724c add protobuf files and udev rules Pavol Rusnak 2013-11-22 17:27:47 +0100
  • 839773fe0e init Pavol Rusnak 2013-11-22 16:31:27 +0100
  • fa57fc9f14 Merge branch 'master' of github.com:trezor/python-trezor slush0 2013-11-15 01:44:33 +0100
  • 12afba8385 Support for HID debug_link slush0 2013-11-15 01:43:05 +0100
  • e2c44d8d65 update udev rules Pavol Rusnak 2013-11-13 19:38:13 +0100
  • 9da3b35962 extract xprv_fill_public method Pavol Rusnak 2013-11-08 16:02:48 +0100
  • b14ce58df7 rename xprv struct to XprvNode Pavol Rusnak 2013-11-08 12:44:11 +0100
  • 42da580ce8 bip39 implementation with unit tests Pavol Rusnak 2013-11-08 01:24:47 +0100
  • 039bcee3f2 udev rules slush0 2013-11-01 18:13:53 +0100
  • de5bcf6dc5 add wire_in/wire_out enum options to protobuf Pavol Rusnak 2013-10-29 15:30:29 +0100
  • a439d8674d small cosmetic changes Pavol Rusnak 2013-10-24 19:44:54 +0200
  • ed0813682c protobuf files cleanup Pavol Rusnak 2013-10-24 19:29:11 +0200
  • 817cd6ea86 use same product id for bootloader mode as well Pavol Rusnak 2013-10-22 16:22:04 +0200
  • c01830462a add FirmwareErase message Pavol Rusnak 2013-10-22 11:29:33 +0200
  • f863e1e602 drop FirmwareUpdate.force field Pavol Rusnak 2013-10-21 18:30:43 +0200