Commit Graph

133 Commits (27183323a44e05baf36b3362147a9a1df55c689f)

Author SHA1 Message Date
Pavol Rusnak 27183323a4
fail sooner when the device is not initialized
9 years ago
Pavol Rusnak 50c8811af9
double sized font for reset device
9 years ago
Roman Zeyde c08ff09f0f storage: add compile-time assert for sizeof(Storage) validation
9 years ago
Pavol Rusnak 8372504238 show home screen on Initialize
9 years ago
Roman Zeyde 755b0388f0 firmware: exclude debug functionality from release build
9 years ago
Roman Zeyde 1bb00adc37 fsm: add compile-time assert for response size validation
9 years ago
Pavol Rusnak 8b1f8a4595 show "Web sign in to" when HTTPS is detected
9 years ago
Pavol Rusnak 0c6b3e26e2 prepare 1.3.4 release
9 years ago
Pavol Rusnak b678ba8811 update protob
9 years ago
Pavol Rusnak e876aa5094 changed coin max fees
9 years ago
Pavol Rusnak e8b47901ce show "Go to myTREZOR.com" instead of label when device is not initialized
9 years ago
Pavol Rusnak 9ae7d6bf65 simplify layout Dialog in SignIdentity
9 years ago
Pavol Rusnak e4d86a49ab rework SignIdentity signing
9 years ago
Pavol Rusnak eaf209d999 implement CipherKeyValue.iv field
9 years ago
Pavol Rusnak d488366e36 Merge branch 'master' of git://github.com/romanz/trezor-mcu into romanz-master
9 years ago
Roman Zeyde 381f90b38a cryptoMessageSign() should check the return value of ecdsa_sign_digest()
9 years ago
Roman Zeyde 0ac032917b enable Trezor to perform SSH public key authentication
9 years ago
Pavol Rusnak b4728e6cf9 Merge pull request #27 from jhoenicke/master
9 years ago
Pavol Rusnak 02040421cb fix param order in memset
9 years ago
Darin Stanchfield e99aafd949 fixed salt passing to pbkdf2_hmac_sha512
9 years ago
Jochen Hoenicke 218b9984bb New usbDelay that delays and handles USB requests
9 years ago
Pavol Rusnak 7d8fb375f0 seconds counter during pin lockdown
10 years ago
Pavol Rusnak 1501ca2f67 activate screensaver on ClearSession message
10 years ago
Pavol Rusnak ea7e92f5dd make gears turn faster when signing
10 years ago
Pavol Rusnak 795f70075b make SignIdentity.challenge_hidden and SignIdentity.challenge_visual longer (256 bytes)
10 years ago
Pavol Rusnak ba73f43f71 change "sign in" screen
10 years ago
Pavol Rusnak 00ccf6a8ce bump storage version
10 years ago
Pavol Rusnak 8b268692fe prepare 1.3.3 release
10 years ago
Pavol Rusnak 4cbf29505d don't clear PIN on Initialize
10 years ago
Pavol Rusnak aee35dc768 add pin_cached + passphrase_cached fields to Features message; add GetFeatures message
10 years ago
Pavol Rusnak bda4267c38 clear session on Initialize message
10 years ago
Pavol Rusnak 7c6d2fe395 ask for PIN in GetAddress and GetPublicKey messages
10 years ago
ELMr4Ever e855946d1c Darkcoin to Dash re-branding
10 years ago
Pavol Rusnak 9761dd23e0 prepare 1.3.2 release
10 years ago
Pavol Rusnak 40e174ac87 bump storage version
10 years ago
Pavol Rusnak f344ec9c9b actually is SLIP-0013
10 years ago
Pavol Rusnak c286cd75f3 bn_substract_noprime -> bn_subtract
10 years ago
Pavol Rusnak fb2a085fff update trezor-crypto
10 years ago
Pavol Rusnak 0ee02eb09a revert non-swiping dialogs
10 years ago
Pavol Rusnak 24660f3e2c fix port in signidentity dialog
10 years ago
Pavol Rusnak 65d734df58 add Darkcoin
10 years ago
Pavol Rusnak d1c62659f7 make signidentity dialog nicer
10 years ago
Pavol Rusnak 1272046375 login -> sign in
10 years ago
Pavol Rusnak 402886e00d Merge pull request #16 from jhoenicke/master
10 years ago
Pavol Rusnak 82308d8a38 make wording more verbose (in SignIdentity)
10 years ago
Pavol Rusnak eefa689b33 call layout functions where needed to rewrite the display after dialog choice
10 years ago
Pavol Rusnak 137a60ce01 set multisig_fp_mismatch when non-multisig input is encountered
10 years ago
Pavol Rusnak 399d4d31b7 replace transaction check hashing
10 years ago
Pavol Rusnak 73c42402b9 implement SignIdentity workflow
10 years ago
Jochen Hoenicke 5d8135be1a Faster signing, smoother progressbar.
10 years ago