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

Commit Graph

  • 4b69996244 Implemented DebugLink->word request slush0 2014-02-21 21:00:56 +0100
  • 7755fa0a78 Removed 'version' from HDNodeType GetPublicKey - removed coin_type slush0 2014-02-21 22:14:41 +0100
  • 4ca5b9e5e2 fix get_public_node call in test_msg_getaddress Pavol Rusnak 2014-02-21 21:31:13 +0100
  • 8c47b572df new test to compare private and public branch of bip32 Pavol Rusnak 2014-02-21 20:30:22 +0100
  • 18dea22213 get rid of bip32 versions, it's a mess :( Pavol Rusnak 2014-02-21 19:41:33 +0100
  • f2cb352ac3 don't pprint FirmwareUpload message Pavol Rusnak 2014-02-21 19:13:14 +0100
  • 729fac2077 add coin param to get_public_node call; new test for getpublickey message Pavol Rusnak 2014-02-21 18:56:51 +0100
  • 640d290129 Implements 'with' + set_expected_responses slush0 2014-02-21 07:28:56 +0100
  • eae7d98b8a set_expected_responses enforces using 'with' statement slush0 2014-02-21 07:28:10 +0100
  • 9310465946 ChangePin unittest slush0 2014-02-21 04:46:33 +0100
  • 2e326bae91 Reworked&updated unittest todo slush0 2014-02-21 04:46:12 +0100
  • c743765a1b Renamed unit tests slush0 2014-02-21 02:35:41 +0100
  • ca14d1a995 Renamed unit tests for better consistency slush0 2014-02-21 02:33:23 +0100
  • 1a15cbafb4 Changed unittest's TODO slush0 2014-02-21 02:33:08 +0100
  • 80aabfaa0f Added coin_type to sign_message slush0 2014-02-21 02:32:37 +0100
  • f6845089d5 Added utf8 tests to sign/verify messages slush0 2014-02-21 02:32:09 +0100
  • c870b65f22 Renamed unittests for better consistency slush0 2014-02-21 02:31:34 +0100
  • 443ffab619 Added utf8 handling to sign_message/verify_message slush0 2014-02-21 02:30:10 +0100
  • 304de4fc4a DebugLinkState provides internal entropy, added skip_checksum to LoadDevice slush0 2014-02-21 01:50:03 +0100
  • 747e58ebf7 Uses mnemonic>=0.8 (improved UTF8 handling) slush0 2014-02-21 01:49:20 +0100
  • e2aca677c0 WipeDevice test slush0 2014-02-21 01:48:50 +0100
  • 56a9a4b384 DeviceLoad using UTF8 mnemonic slush0 2014-02-21 01:48:32 +0100
  • 58dee1a986 Improved utf8 handling slush0 2014-02-21 01:48:11 +0100
  • fabb952327 Compiled pb slush0 2014-02-21 01:46:24 +0100
  • dfeb6de331 Test for Reset Device slush0 2014-02-20 19:15:43 +0100
  • 8e4611f56c Compiled pb slush0 2014-02-20 19:14:31 +0100
  • 8f80e44fb4 Added word/word_pos fields to DebugLinkState slush0 2014-02-20 18:37:20 +0100
  • 2a3e5ace6b Added TrezorClientDebug which prints wire messages to stdout slush0 2014-02-20 16:09:58 +0100
  • 6e90d5763e Added debug printing slush0 2014-02-20 16:01:17 +0100
  • b6a280c380 Fixed passphrase request slush0 2014-02-20 15:58:28 +0100
  • b08d44d39e fix prefixes in internal functions as well Pavol Rusnak 2014-02-19 21:42:14 +0100
  • d0e152a088 replace SHA256/SHA512 prefix with sha256/sha512 (OpenSSL clash) Pavol Rusnak 2014-02-19 21:26:42 +0100
  • f9cfdf01d1 Removed Session slush0 2014-02-19 17:44:03 +0100
  • 1034b28f90 use both private and public bip32 versions Pavol Rusnak 2014-02-19 16:58:48 +0100
  • e17e0590f5 Merge pull request #5 from jpochyla/master slush0 2014-02-17 18:50:49 +0100
  • 166e19ba7c add cmake file with c++ compilation on MSVC Jan Pochyla 2014-02-17 18:48:57 +0100
  • 8f7c8799a4 forgot Success Pavol Rusnak 2014-02-17 11:17:44 +0100
  • b63418c8b8 add read_passphrase_protection to debuglink Pavol Rusnak 2014-02-17 02:16:43 +0100
  • 74f3502637 don't call load_device in tests setup Pavol Rusnak 2014-02-17 01:54:54 +0100
  • 8e6e3bb7be recompile pb Pavol Rusnak 2014-02-17 00:19:36 +0100
  • 61e9c2b0a3 256 bytes -> 256 bits Pavol Rusnak 2014-02-17 00:15:15 +0100
  • 86f1c716a9 use set_expected_responses in test_entropy and test_pings Pavol Rusnak 2014-02-15 21:50:45 +0100
  • 5ed9fc8b1a Tests use new "set_expected_responses" slush0 2014-02-15 20:31:34 +0100
  • 86a2a9f845 TrezorDebugClient: Removed expected_buttonrequests, added more generic expected_responses slush0 2014-02-15 20:30:39 +0100
  • 93e7f5ca8b Merge pull request #4 from jpochyla/master Pavol Rusnak 2014-02-15 16:19:23 +0100
  • 2e22e731d6 remove field name struct init for MSVC compatibility Jan Pochyla 2014-02-15 15:40:20 +0100
  • 67eb76fd1b llu -> ull for MSVC compatibility Jan Pochyla 2014-02-15 15:39:17 +0100
  • f48cf157c7 Fixes HID detection on Mac slush0 2014-02-13 19:04:51 +0100
  • a0bc12375c Add tests for too long message and for testnet addresses slush0 2014-02-13 18:51:38 +0100
  • 9ba427e885 Fixing sign_message/verify_message API in cmd slush0 2014-02-13 18:51:11 +0100
  • a117057dea Slightly refactored mixin structure, added debugging output slush0 2014-02-13 17:20:40 +0100
  • 9b8462f71e typo slush0 2014-02-13 16:54:58 +0100
  • 1f893afedd Root path is [], not [0] slush0 2014-02-13 16:50:16 +0100
  • 21b3b0ab91 Tests reworked to new TrezorClient API, all tests passes. slush0 2014-02-13 16:47:28 +0100
  • 5128fa8442 Changed API to refactored TrezorClient, removed unused DebugLink slush0 2014-02-13 16:47:03 +0100
  • 558f61e635 Heavily refactored TrezorClient slush0 2014-02-13 16:46:21 +0100
  • 36b0c8095d Fixed tx hash slush0 2014-02-10 04:04:24 +0100
  • 59f4dcbaa5 compute root node via bip39 in test_bip32_speed before checking speed Pavol Rusnak 2014-02-11 21:03:17 +0100
  • 3da2da096c Failure_NotInitialized Pavol Rusnak 2014-02-11 16:59:24 +0100
  • dc54376b15 use filecache module if possible Pavol Rusnak 2014-02-09 04:47:19 +0100
  • 2e9104f3c2 Reworked unit tests for using sigencode=sigencode_der_canonize in emu/trezor. slush0 2014-02-09 01:08:03 +0100
  • 712a3846b7 Added Failure_NotEnoughFunds slush0 2014-02-09 00:15:03 +0100
  • 0d25c8974e Added basic testnet tests slush0 2014-02-09 00:13:32 +0100
  • 22dd34baa1 Compiled pb slush0 2014-02-09 00:12:52 +0100
  • 262d493ce2 CallException has always code and message slush0 2014-02-09 00:12:22 +0100
  • f5606d6824 Edited list of useful tests slush0 2014-02-08 23:15:14 +0100
  • e919f1bd30 Fixed expect_buttonrequests Splitted simplesigntx slush0 2014-02-08 23:13:28 +0100
  • e160afa56d Added signing tests slush0 2014-02-08 23:12:48 +0100
  • 50fb43127f use -Wextra Pavol Rusnak 2014-02-08 19:12:07 +0100
  • 33d4fc9f24 autodetect type of device in config Pavol Rusnak 2014-02-08 17:53:32 +0100
  • d433bcfa10 fix ecdsa_sig_to_der Pavol Rusnak 2014-02-08 15:55:03 +0100
  • 6ee8d7d949 and test_pings for combinations of input params Pavol Rusnak 2014-02-07 11:31:12 +0100
  • 17e28c0e10 add asserts to debuglink tests Pavol Rusnak 2014-02-07 01:47:55 +0100
  • 49cecb563d add test_debuglink test Pavol Rusnak 2014-02-06 23:34:13 +0100
  • eeb6a847ea Added dependency to hidapi>=0.7.99 (~0.8.0 RC1) slush0 2014-02-06 15:27:19 +0100
  • aeb0db92de Compiled pb slush0 2014-02-06 13:49:04 +0100
  • cc56b5d909 Added enforce_wordlist to RecoveryDevice slush0 2014-02-06 13:25:41 +0100
  • 919c216ac5 First attempt to use ButtonRequestType slush0 2014-02-06 10:43:26 +0100
  • 7edf015914 Removed debug printing slush0 2014-02-06 10:43:03 +0100
  • 39f4ade40b Implemented ButtonRequestType slush0 2014-02-06 10:42:39 +0100
  • b81c5be4c3 Compiled pb slush0 2014-02-06 10:42:17 +0100
  • 1a71d7634b Comments slush0 2014-02-06 10:41:19 +0100
  • dae324f965 Basic installation howto slush0 2014-02-06 10:40:31 +0100
  • 349a845530 Added ButtonRequestType enum slush0 2014-02-06 10:34:50 +0100
  • 07137cae91 test_entropy does not need load_device Pavol Rusnak 2014-02-06 00:34:58 +0100
  • 6a856479a8 introduce point_multiply Pavol Rusnak 2014-02-05 23:38:37 +0100
  • 1716093dbb compile pb once again Pavol Rusnak 2014-02-05 22:15:05 +0100
  • fc144587e6 introduce ecdsa_verify_digest Pavol Rusnak 2014-02-04 19:12:43 +0100
  • 8aaebe761b introduce uncompress_coords Pavol Rusnak 2014-02-04 18:55:17 +0100
  • e973056669 Added ButtonRequestType enum slush0 2014-02-04 17:47:29 +0100
  • 682a20e07b Reworked Ping slush0 2014-02-04 17:11:38 +0100
  • 98868b15a6 Added bip32 speed test Fixed some unit tests slush0 2014-02-04 16:12:52 +0100
  • 2a59a8e055 Added Ping.button_protection slush0 2014-02-04 01:02:16 +0100
  • 229cfa3cd4 Compiled pb slush0 2014-02-04 01:02:07 +0100
  • a437ae1022 Fixed some tests slush0 2014-02-04 00:32:10 +0100
  • 60e6064d4e Configurable ping message slush0 2014-02-04 00:31:44 +0100
  • fa8c5e884f Compiled pb slush0 2014-02-04 00:30:58 +0100
  • 0d883b61b2 Added ButtonRequest.code slush0 2014-02-03 23:13:09 +0100
  • 18948e2848 Setup script python/v0.5.0 slush0 2014-02-03 22:24:54 +0100
  • a56700a03b Reworked HID path handling (to fix Windows issues) slush0 2014-02-03 21:49:07 +0100