Commit Graph

317 Commits (49645ba2778c4bf0070bf8232f9933692fd6474d)

Author SHA1 Message Date
Pavol Rusnak f0b93b44f5
multibyte addresses can be 40 chars long
8 years ago
Roman Zeyde b57c0ff430
Use trezor-crypto ECDH, adding Curve25519 support
8 years ago
Karel Bílek dfc543c955 Switching address types (#119)
8 years ago
Pavol Rusnak 7ddccdb7f4
Revert "simplify cryptoMessageVerify call"
8 years ago
Pavol Rusnak c0181b1aec
extract address related stuff into trezor-crypto
8 years ago
Pavol Rusnak e70900d49e
don't tie message verification with P2PKH addresses
8 years ago
Pavol Rusnak 3a42032c63
simplify cryptoMessageVerify call
8 years ago
Daira Hopwood 6bfe487f19
Update address prefixes for Zcash.
8 years ago
Daira Hopwood 69d99d202d
Add support for multi-byte address prefixes.
8 years ago
Jochen Hoenicke a0ade6343e Reworked rfc6979 signing. (#116)
8 years ago
Jochen Hoenicke d767e52055 Confirm to change U2F counter (#114)
8 years ago
bitcartel e0e190b3dc
Update coins.c for Zcash mainnet (#111)
8 years ago
Pavol Rusnak 8d7c1ec543 Merge pull request #110 from jhoenicke/master
8 years ago
Jochen Hoenicke 6d65551b82
More alignment fixes
8 years ago
Pavol Rusnak dec9484a17
update version
8 years ago
Pavol Rusnak d7c0fbc379
add const where possible (for message parsing)
8 years ago
Pavol Rusnak 0a55a9e415
update to nanopb 0.2.9.3
8 years ago
Pavol Rusnak fff16e813a
add link to protobuf definition in coins.c
8 years ago
Jochen Hoenicke bc55013942
Simplified one-byte encodings
8 years ago
Jochen Hoenicke 91dcead35e
Gas estimate screen, tweaked display of value
8 years ago
Jochen Hoenicke a37a2e3612
Confirm data, streamlining code
8 years ago
Jochen Hoenicke 05a73593f6
No special case encoding for '\x0', cleanups
8 years ago
Jochen Hoenicke 22d0e7a053 Incorporated changes for updated master
8 years ago
Pavol Rusnak efd443abe8 implement ethereum signing check
8 years ago
Pavol Rusnak 4e0a69b6ea refactor ethereum methods, show progress properly
8 years ago
Pavol Rusnak 1558d77ea0 split rlp_encode_length into rlp_encode_length and rlp_encode_list_length
8 years ago
Pavol Rusnak 3db323c599 fix printing of ethereum value and address
8 years ago
Pavol Rusnak 3d1ab24d92 simplify ethereum code, EthereumSignTx.data_length is the total length now
8 years ago
Pavol Rusnak 48008ddd8e implement layoutEthereumConfirmTx
8 years ago
Pavol Rusnak 7d9a56e678 fix curly braces in if statements
8 years ago
Nick Johnson 4a195ebd86 Don't include 0x in address display, so everything fits
8 years ago
Alex Beregszaszi 7432805b6a Fix special RLP case for length=1 firstbyte=0
8 years ago
Alex Beregszaszi 079d282541 Simplify send_request_chunk()
8 years ago
Alex Beregszaszi 78b1370de9 More input sanity checks in EthereumSignTx
8 years ago
Alex Beregszaszi a617200c9c Add confirmation dialog to EthereumSignTx
8 years ago
Alex Beregszaszi e0a1743003 Add sanity checks for data fields in EthereumSignTx
8 years ago
Alex Beregszaszi ab49a7cb45 Calculate data length based on the initial chunk and the supplied length
8 years ago
Alex Beregszaszi e0395b13eb Fix RLP length calculation
8 years ago
Alex Beregszaszi 2b6c991179 Split out send_signature and support short requests
8 years ago
Alex Beregszaszi 1d2f9b6ecd Initial signing implementation for Ethereum
8 years ago
Alex Beregszaszi a9449520b8 Ethereum signing skeleton
8 years ago
Alex Beregszaszi 9c7e41f15b Reorder fsm.c for logical grouping of signing methods
8 years ago
Nick Johnson a031b79e24 Add sha3.o to OBJS
8 years ago
Nick Johnson 352d296f77 Return the correct MessageType from EthereumGetAddress
8 years ago
Alex Beregszaszi 3c2d9111e2 Implement EthereumGetAddress
8 years ago
Alex Beregszaszi bf465357ee Include placeholder handlers for the Ethereum protocol
8 years ago
Jochen Hoenicke 7d8cb9018e
Ask for confirmation on ECDH Session (gpg decrypt)
8 years ago
Pavol Rusnak 437c5739f1
Merge branch 'jhoenicke-master'
8 years ago
Pavol Rusnak f489550a1b
Merge branch 'master' of https://github.com/jhoenicke/trezor-mcu into jhoenicke-master
8 years ago
Pavol Rusnak 79e4d4d8c2
fix uppercase letters in GitHub/GitLab
8 years ago
Pavol Rusnak 40ca2c9210
add gitlab to u2f_knownapps
8 years ago
Pavol Rusnak 633024a993
send failure when reset workflow is aborted (this sends features when it was aborted by initialize message)
8 years ago
Pavol Rusnak 3ce756b692
add set -e to shell scripts
8 years ago
Pavol Rusnak fdbae0b0e0
fix hid_control_request for debug link
8 years ago
Jochen Hoenicke ae4dff6e5f Only compute pubkey on demand.
8 years ago
Jochen Hoenicke 97466519b0 Bitbucket U2F support
8 years ago
Pavol Rusnak c6309ff93c
no UI for ECDHSessionKey for now (just ask for PIN)
8 years ago
Roman Zeyde c86086e2b9 Add ECDH support
8 years ago
Pavol Rusnak 79986604a3 Merge pull request #92 from jhoenicke/master
8 years ago
Jochen Hoenicke 120cfc148f
new message SetU2FCounter
8 years ago
Pavol Rusnak 57197e1463
use macros for usb interface numbers
8 years ago
Pavol Rusnak 5e57a1ceaf
Merge branch 'u2f'
8 years ago
Alex Beregszaszi 080dcf462f
Define field size limits for the Ethereum protocol
8 years ago
Jochen Hoenicke caafefc0fb Tweaked timeouts, handle null nodes.
8 years ago
Roman Zeyde e2064337c6 Update protobuf definitions
8 years ago
Roman Zeyde 63696dc474 crypto: add ECDH session key generation
8 years ago
Pavol Rusnak da067913c2
show app icons in u2f dialog
8 years ago
Pavol Rusnak b1e3c52b08
remove DialogIcon enum, use bitmap structure directly
8 years ago
Pavol Rusnak 9aaf0d37ba
add u2f icons
8 years ago
Ondrej Sika 2929bfbd48
u2f - add Slush Pool to WellKnown
8 years ago
Pavol Rusnak 36b9d80120
bump version (to 1.3.6)
8 years ago
Jochen Hoenicke 73e7d82e3f Allow initialize() to abort PIN wait
8 years ago
Pavol Rusnak 11072320a9
use ff01 usage page for debuglink
8 years ago
Jochen Hoenicke c4e8bd0d0e More robust storage recycle sector
8 years ago
Jochen Hoenicke a366700332 fix indentation
8 years ago
Jochen Hoenicke 78d11cf060 New memory access over debug link
8 years ago
Jochen Hoenicke be0858b7d7 Updated protobuf
8 years ago
Jochen Hoenicke 18d549c83d Fix U2F hid interface index for debug link
8 years ago
Jochen Hoenicke e093371129 Added storage area for u2f counter.
8 years ago
Jochen Hoenicke 8e7896456a Merge branch 'origin/master' into u2f
8 years ago
Pavol Rusnak e119656c29
use descriptor that matches fido one (except usage_page)
8 years ago
Jochen Hoenicke 87bfd5a829 Bugfix: restore storage.
8 years ago
Jochen Hoenicke 053fe7cb66 Remove Cancel Option
8 years ago
Jochen Hoenicke 68b34af19e More standard conform behaviour
8 years ago
Jochen Hoenicke a1ba431d94
Use more sensible HID descriptor
8 years ago
Jochen Hoenicke bc92fb95a5
Clear pinarea on storage_init if upgrade fails
8 years ago
Pavol Rusnak 46119bd007
clear pin failures on wipe and when in debug mode
8 years ago
Jochen Hoenicke 96f30a0ba7 Don't ask for passphrase with u2f.
8 years ago
Jochen Hoenicke a0571e02a7 Removed more magic numbers.
8 years ago
Pavol Rusnak d20671b517
handle various signed_message_headers correctly
8 years ago
Pavol Rusnak 041eaa5e4b
refactor u2f dialogs into a separate function
8 years ago
Pavol Rusnak ad2bab0186
Merge branch 'u2f' of github.com:jhoenicke/trezor-mcu into u2f
8 years ago
Pavol Rusnak c123db71b9
Merge branch 'master' into u2f
8 years ago
Pavol Rusnak 9006c90a59
use MEMSET_BZERO and U2F_APPID_SIZE macros
8 years ago
Jochen Hoenicke 2ab950555e Fixed u2f reentry
8 years ago
Jochen Hoenicke eb2ef2464c CID hacks, not yet finished
8 years ago
Jochen Hoenicke 450a277f45 Only compile debugInt when debugging
8 years ago
Jochen Hoenicke 117d261a38 Script to generate key and certificate
8 years ago
Jochen Hoenicke 55fe98ccd1 Fix USB HID descriptor
8 years ago
Pavol Rusnak e1fa896d6c
disable ECIES
8 years ago