Saleem Rashid
|
3806c6fcd3
|
test_check: Add Base32 lowercase RFC4648 tests
|
2017-06-08 22:00:32 +02:00 |
|
Saleem Rashid
|
a07a89a421
|
GCC 7.1.1 -Wimplicit-fallthrough comments
Use //-fallthrough rather than __attribute__((fallthrough))
|
2017-06-08 22:00:32 +02:00 |
|
Pavol Rusnak
|
845a3a7e0d
|
tests: add partial pylint support
|
2017-06-07 19:06:26 +02:00 |
|
Pavol Rusnak
|
53aa74092e
|
pb2py: add const import for micropython
|
2017-06-07 19:05:44 +02:00 |
|
Pavol Rusnak
|
59421d4b3a
|
trezorhal: fix bug in touch ignoring the first TOUCH_START event
|
2017-06-07 17:12:07 +02:00 |
|
Jan Pochyla
|
ecefb1c0ef
|
modtrezormsg: fix 4a359d2
|
2017-06-07 14:35:46 +02:00 |
|
Jan Pochyla
|
63e6e85a7c
|
res_collect: noop if no changes detected
|
2017-06-07 14:23:18 +02:00 |
|
Jan Pochyla
|
a18b883249
|
apps.fido_u2f: remember user confirmation only for 10 secs
|
2017-06-07 13:55:40 +02:00 |
|
Jan Pochyla
|
a56877bef3
|
apps.fido_u2f: remove needless async/await
|
2017-06-07 13:55:40 +02:00 |
|
Jan Pochyla
|
4a359d2d35
|
modtrezormsg: add udp ping handling to modtrezormsg-unix.h
|
2017-06-07 13:55:40 +02:00 |
|
Pavol Rusnak
|
fa40e32b93
|
add instructions for correct checkout
|
2017-06-06 16:56:03 +02:00 |
|
Jan Pochyla
|
e7ea22839d
|
apps.fido_u2f: recognize bogus app_id
|
2017-06-06 13:29:26 +02:00 |
|
Jan Pochyla
|
ed8cfe0399
|
apps.fido_u2f: unify reg/auth state
|
2017-06-06 13:14:58 +02:00 |
|
Jan Pochyla
|
c4c27de0d5
|
apps.fido_u2f: remove legacy layout
|
2017-06-06 13:09:52 +02:00 |
|
Pavol Rusnak
|
e92f5ad907
|
add more info to readme
|
2017-06-05 17:04:11 +02:00 |
|
Pavol Rusnak
|
4e3ae3d69b
|
test_openssl: test for NIST curve too
|
2017-06-05 17:02:21 +02:00 |
|
Saleem Rashid
|
d4b5e64ba2
|
test_check: Add MARK_SECRET_DATA to test_ed25519_keccak
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
d1f97d07f8
|
nem_test_vectors: Handle empty header column
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
ce25dcc9fc
|
tests: Import NEM test vectors for ed25519_keccak
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
dc397ff0ed
|
tests: Import NEM test vectors for keccak_256
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
7fb886440e
|
nem_test_vectors: Initial commit
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
accae3e7d1
|
bip32: Add ed25519-sha3 & ed25519-keccak
|
2017-06-05 16:34:52 +02:00 |
|
Saleem Rashid
|
4cb090169c
|
curves: Add ed25519-sha3 & ed25519-keccak
|
2017-06-05 16:34:51 +02:00 |
|
Saleem Rashid
|
a7947fec9b
|
ed25519-donna: Add ed25519-keccak
|
2017-06-05 16:34:51 +02:00 |
|
Saleem Rashid
|
e808d405a1
|
ed25519-donna: Add ed25519-sha3
|
2017-06-05 16:34:15 +02:00 |
|
Saleem Rashid
|
36e8ef48f1
|
ed25519-donna: Add ED25519_SUFFIX
|
2017-06-05 16:33:40 +02:00 |
|
Pavol Rusnak
|
406c926caa
|
add base32 to readme
|
2017-06-05 12:33:42 +02:00 |
|
Saleem Rashid
|
2edd17ab54
|
base32: Handle when char is unsigned
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
0afb53fba2
|
base32: Return char* from base32_encode
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
0912c4d215
|
base32: Add base32_decode family of functions
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
c4db240e70
|
base32: Add base32_decoded_length
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
b26a44a205
|
base32: Optimize base32_encode_character
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
1df57c3de2
|
tests: Add test_base32_rfc4648
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
5ae3f57255
|
base32: Add to Makefile & CMakeLists.txt
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
b258e7f924
|
base32: Add base32_encode & base32_encoded_length
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
6b7553e2f2
|
base32: Add base32_encode_unsafe
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
afdcb37f82
|
base32: Initial commit
|
2017-06-05 12:32:48 +02:00 |
|
Saleem Rashid
|
3d6c726bc4
|
test_check: Move UNMARK_SECRET_DATA in test_ed25519_cosi
|
2017-06-05 12:16:54 +02:00 |
|
Saleem Rashid
|
5f7d34a506
|
test_check: Document UNMARK_SECRET_DATA further
|
2017-06-05 12:16:54 +02:00 |
|
Saleem Rashid
|
9da2e2440a
|
test_check: Add MARK_SECRET_DATA to test_ed25519{,_cosi}
|
2017-06-05 12:16:54 +02:00 |
|
Pavol Rusnak
|
edb31b89a8
|
remove test_{sign,verify}_speed from tests.c, rename tests to test_check.c, rework test_speed
|
2017-06-04 00:35:19 +02:00 |
|
Saleem Rashid
|
27c7474856
|
tests: Split curve tests into individual tests
|
2017-06-03 23:39:36 +02:00 |
|
Saleem Rashid
|
50301f22ec
|
tests: Skip speed tests when running on Valgrind
|
2017-06-03 23:39:36 +02:00 |
|
Saleem Rashid
|
d5b148ad5f
|
travis.yml: Add Valgrind
|
2017-06-03 23:39:36 +02:00 |
|
Saleem Rashid
|
7f07896c9b
|
tests: Add {UN,}MARK_SECRET_DATA macros
|
2017-06-03 23:39:36 +02:00 |
|
Saleem Rashid
|
f029bd876e
|
check_mem: Fix Check 0.11
|
2017-06-03 23:39:36 +02:00 |
|
Jan Pochyla
|
2bb872ae19
|
apps.fido_u2f: code style
|
2017-06-01 12:02:08 +02:00 |
|
Jan Pochyla
|
c6545b9b6d
|
trezor: code style
|
2017-05-31 19:32:40 +02:00 |
|
Jan Pochyla
|
3cb89f3ae7
|
trezor.ui: send -> touch
|
2017-05-31 19:30:06 +02:00 |
|
Jan Pochyla
|
dc87e14334
|
trezor.workflow: reset backlight when starting workflow
|
2017-05-31 19:29:04 +02:00 |
|