Pavol Rusnak
|
9643834821
|
256 is the new default strength
|
2014-07-30 17:55:20 +02:00 |
|
Pavol Rusnak
|
9ed0604b65
|
use HidTransport by default again
|
2014-07-29 18:57:13 +02:00 |
|
Pavol Rusnak
|
608025419b
|
config will stay in hex form (IE)
|
2014-07-27 16:22:24 +02:00 |
|
Pavol Rusnak
|
70dd320c1f
|
fix protobuf_json while handling enums
use error field from trezord
|
2014-07-26 17:15:12 +02:00 |
|
Pavol Rusnak
|
a527456db5
|
add transport for bridge
|
2014-07-26 16:40:51 +02:00 |
|
Pavol Rusnak
|
58711df5d3
|
update setup.py file
|
2014-07-26 12:24:24 +02:00 |
|
Pavol Rusnak
|
d6dd3c1381
|
use pure setuptools in setup.py
|
2014-07-21 19:30:06 +02:00 |
|
Pavol Rusnak
|
6414765316
|
expand gitignore
|
2014-07-21 17:54:15 +02:00 |
|
Pavol Rusnak
|
a0d73b25fe
|
change logic of recovery
|
2014-07-10 18:07:38 +02:00 |
|
slush0
|
aec4908fd7
|
HidTransport raises ConnectionException when disconnected during HID session
|
2014-07-10 00:44:46 +02:00 |
|
slush0
|
706807e0b6
|
Removed debugging print
|
2014-07-10 00:02:34 +02:00 |
|
slush0
|
0106e6b6fb
|
Added '?' to pinmatrix
|
2014-07-09 23:41:17 +02:00 |
|
Pavol Rusnak
|
c31157fea1
|
print firmware fingerprint on upload
|
2014-07-02 22:59:12 +02:00 |
|
Pavol Rusnak
|
2d2e31fa50
|
refactor pprint (add new inspection fields, but comment them)
|
2014-06-27 17:04:10 +02:00 |
|
Pavol Rusnak
|
69dda6c61c
|
fix decrypt_keyvalue
|
2014-06-21 00:31:16 +02:00 |
|
Pavol Rusnak
|
7305a77f3e
|
make test_255_outputs more general and rename to test_lots_of_outputs
new test test_lots_of_inputs
|
2014-06-18 17:14:04 +02:00 |
|
Pavol Rusnak
|
19f6540a44
|
Merge pull request #3 from timthelion/patch-1
Delete repeated heading in readme
|
2014-06-18 01:10:56 +02:00 |
|
Timothy Hobbs
|
8b7575eeb3
|
Delete repeated heading in readme
|
2014-06-17 21:47:25 +00:00 |
|
Pavol Rusnak
|
d46bdf2f6e
|
reenable TestDebugLink.test_layout
|
2014-06-17 16:02:21 +02:00 |
|
Pavol Rusnak
|
260a4322a6
|
add ClearSession message with unit test
|
2014-06-17 15:31:10 +02:00 |
|
Pavol Rusnak
|
a3d22dc56e
|
add tests for EncryptMessage/DecryptMessage
|
2014-06-16 17:16:15 +02:00 |
|
Pavol Rusnak
|
1d84a35095
|
fix str+bool concat
|
2014-06-13 19:24:53 +02:00 |
|
Pavol Rusnak
|
da329ce24a
|
add cmdtr-emu.sh for easier work with emulator
|
2014-06-13 16:42:23 +02:00 |
|
Pavol Rusnak
|
cfc8fdc214
|
adapt new API of EncryptMessage / DecryptMessage
|
2014-06-13 16:42:23 +02:00 |
|
slush0
|
fc64a40769
|
Refactored password.dat format, backward incompatible change.
|
2014-06-12 21:45:33 +02:00 |
|
slush0
|
f48646ac83
|
Refactored decrypting of password, now uses the same path for both create and mount
|
2014-06-12 19:19:56 +02:00 |
|
slush0
|
430362bd31
|
Refactored choosing of devices
|
2014-06-12 19:16:30 +02:00 |
|
slush0
|
461380e9d2
|
typo
|
2014-06-12 19:13:46 +02:00 |
|
slush0
|
d102520388
|
Storing bip32 path to password file, using Trezor entropy for generating EncFS password
|
2014-06-12 17:40:22 +02:00 |
|
slush0
|
9b9f0e9415
|
Removed all outputs to stdout, uses stderr instead
|
2014-06-12 17:40:21 +02:00 |
|
Pavol Rusnak
|
8ea46f34a2
|
add EncryptMessage and DecryptMessage
|
2014-06-12 17:07:14 +02:00 |
|
slush0
|
1aee7956e9
|
Demonstration usage of Trezor as a EncFS unlocking key
|
2014-06-12 16:40:15 +02:00 |
|
Pavol Rusnak
|
aa4fa425a3
|
encrypt->encrypt_keyvalue, decrypt->decrypt_keyvalue
|
2014-06-12 16:09:10 +02:00 |
|
slush0
|
f164e59d86
|
Redirects text UI to error log instead of stdout (useful for scripting)
|
2014-06-12 13:26:24 +02:00 |
|
Pavol Rusnak
|
c38f4346f6
|
add run-separate.sh script
|
2014-06-11 19:56:19 +02:00 |
|
Pavol Rusnak
|
f17f7d0569
|
don't use simplesigntx in tests where signtx can be used
|
2014-06-09 15:33:54 +02:00 |
|
Pavol Rusnak
|
1038a0a3e6
|
added test for cipherkeyvalue
|
2014-06-07 19:48:52 +02:00 |
|
slush0
|
6f2a60f932
|
Added --verbose parameter to comdtr
|
2014-06-06 14:50:01 +02:00 |
|
slush0
|
e4fe84cb52
|
Added client.encrypt_keyvalue, client.decrypt_keyvalue
|
2014-06-06 14:40:07 +02:00 |
|
slush0
|
0f24602832
|
compiled pb
|
2014-06-06 14:39:50 +02:00 |
|
Pavol Rusnak
|
0307307dad
|
fix tests to match reality :)
|
2014-06-04 17:59:25 +02:00 |
|
Pavol Rusnak
|
c06a45c1a8
|
disable utf tests for sign/verify message for now
|
2014-06-02 17:53:41 +02:00 |
|
slush0
|
c921bd802a
|
Fixed sign_message
|
2014-05-28 15:54:01 +02:00 |
|
Pavol Rusnak
|
83c93ba3a0
|
copy test_spend_coinbase to simplesigntx suite as well
|
2014-05-28 14:54:06 +02:00 |
|
slush0
|
3077b752d4
|
test_spend_coinbase
|
2014-05-28 14:39:09 +02:00 |
|
slush0
|
4e963cfd3c
|
Fixed handling of coinbase tx
|
2014-05-28 14:38:44 +02:00 |
|
slush0
|
78a3fcb384
|
cmd.py renamed to cmdtr.py, it was interfering with system module 'cmd'
|
2014-05-27 14:50:47 +02:00 |
|
Pavol Rusnak
|
258e6e7fb2
|
rebuild pb
|
2014-05-26 00:59:42 +02:00 |
|
Pavol Rusnak
|
b7f5849ecc
|
fix ButtonRequestType in Ping and GetEntropy
|
2014-04-28 14:39:05 +02:00 |
|
Pavol Rusnak
|
cff0b5fbf7
|
add test_signtx to test_protection_levels
|
2014-04-27 23:06:06 +02:00 |
|