1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 20:42:03 +00:00
Commit Graph

9078 Commits

Author SHA1 Message Date
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
Jan Pochyla
7783763e92 apps.fido_u2f: workaround for sync send problems 2017-05-31 19:27:47 +02:00
Jan Pochyla
a865c94339 apps.fido_u2f: add WIP ui/button support 2017-05-31 19:16:22 +02:00
Jan Pochyla
d8bb5acb19 apps.fido_u2f: mute verbose logging 2017-05-31 18:40:32 +02:00
Jan Pochyla
1c2aae8cb9 modtrezormsg: recv has zero timeout 2017-05-31 18:39:37 +02:00
Jan Pochyla
7a5377e385 apps.fido_u2f: fix authenticate 2017-05-31 13:15:50 +02:00
Jan Pochyla
36fc87bd46 apps.fido_u2f: first impl of msg_authenticate 2017-05-30 19:08:29 +02:00
Jan Pochyla
479ff127fc apps.fido_u2f: small changes in msg_register 2017-05-30 19:08:29 +02:00
Pavol Rusnak
cd7ee79c67
build: add combine and flash_combine make targets 2017-05-30 17:49:17 +02:00
Karel Bilek
4e450bb50b Adding minimal fee 2017-05-29 18:32:27 +02:00
Jan Pochyla
5a41b4497b apps.fido_u2f: fix docs 2017-05-29 17:56:15 +02:00
Jan Pochyla
136514da5c apps.fido_u2f: make register sign with correct privkey 2017-05-29 17:50:36 +02:00
Jan Pochyla
ce915749de apps.fido_u2f: use exact sizes in response descriptor 2017-05-29 17:50:13 +02:00
Jan Pochyla
89e18c4d52 apps.fido_u2f: simulate button press after 2 secs 2017-05-29 17:49:11 +02:00
Jan Pochyla
1a98400ff8 apps.fido_u2f: check apdu length 2017-05-29 17:47:50 +02:00
Jan Pochyla
a1d3eda2ca apps.fido_u2f: return correct cid on chan cancellation 2017-05-29 17:45:15 +02:00
Jan Pochyla
2f40fa5363 apps.fido_u2f: handle init cont frame 2017-05-29 17:43:38 +02:00
Pavol Rusnak
34c0b93d54
protob: update messages_map.py script 2017-05-29 14:34:23 +02:00
Pavol Rusnak
e39021d7fd
add wire_tiny, wire_bootloader options 2017-05-29 14:07:48 +02:00
Saleem Rashid
8fa71c0837 protob: Add messages_map.py (#167) 2017-05-29 13:46:32 +02:00
Saleem Rashid
e732226909 types: Add wire_tiny & wire_bootloader (#29) 2017-05-29 03:05:13 +02:00
Jan Pochyla
13a91451f6 trezorhal/usb: handle additional setup packets 2017-05-24 13:56:53 +02:00
Jan Pochyla
ecd5fd858b trezorhal/usb: do not send full packets 2017-05-24 13:56:53 +02:00