Pavol Rusnak
|
43da0d754a
|
core/embed: decrease SD card operations timeout to 5s
|
2019-12-11 17:24:28 +00:00 |
|
Pavol Rusnak
|
b34675401c
|
core/embed: add explicit fault handlers
|
2019-12-11 16:40:58 +00:00 |
|
Pavol Rusnak
|
c8c27dcd2f
|
core/embed: enable/disable SDIO/DMA interrupts via supervisor calls
|
2019-12-11 15:28:49 +00:00 |
|
Pavol Rusnak
|
990a91cd13
|
core/embed: enable DMA for SDIO operations
|
2019-12-11 15:28:49 +00:00 |
|
Andrew Kozlik
|
2e9db44434
|
core/webauthn: Add AAGUID to README.md.
|
2019-12-10 15:56:41 +01:00 |
|
Pavol Rusnak
|
7646b97dca
|
common: divisibility -> decimals
|
2019-12-09 17:43:47 +01:00 |
|
matejcik
|
8cced84bc4
|
core: fix build-icons
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
3a132e594e
|
core/stellar: make sure function that awaits is async
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
ac6e23fb87
|
mako: improve local variable name
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
558020be01
|
common: drop lastpass from FIDO apps
as it doesn't actually support FIDO/U2F
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
61e4f79c90
|
core: use common implementation for toif_convert
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
67b2ba558b
|
core: auto-generate list of FIDO known apps
and improve code for loading icons
|
2019-12-09 16:31:46 +01:00 |
|
matejcik
|
a46fd6f508
|
core: auto-generate FIDO icons
|
2019-12-09 16:31:46 +01:00 |
|
Tomas Susanka
|
0f3466bf01
|
core, legacy: update changelog
|
2019-12-06 12:53:25 +00:00 |
|
Tomas Susanka
|
1b88840f53
|
docs: move docs to root
|
2019-12-06 12:24:20 +00:00 |
|
Tomas Susanka
|
61430d800e
|
core/stellar: add screen for timebounds
|
2019-12-05 14:31:28 +00:00 |
|
Pavol Rusnak
|
3d50bb5ed8
|
common: add Peercoin, regenerate coins
|
2019-12-05 09:43:32 +00:00 |
|
Pavol Rusnak
|
5301c03607
|
common: add coin.divisibility attribute
legacy: remove has_address_type/has_address_type_p2sh
|
2019-12-05 04:30:51 +01:00 |
|
Andrew Kozlik
|
6ca0288092
|
Merge pull request #720 from trezor/andrewkozlik/wipe-code
Implement wipe code feature.
|
2019-12-04 15:24:49 +01:00 |
|
Andrew Kozlik
|
420a4b8ba7
|
core/webauthn: Close U2F confirmation screen if browser stops polling for more than 3 seconds.
|
2019-12-03 14:48:59 +01:00 |
|
Andrew Kozlik
|
0b851d6959
|
core/webauthn: Reply with ERR_CHANNEL_BUSY once a U2F request has been declined to stop Chrome from polling.
|
2019-12-03 14:48:59 +01:00 |
|
Andrew Kozlik
|
4d3c634732
|
core/webauthn: Use different return code when user verification is requested but PIN is not set to get better browser behavior. Related to cf6949332f .
|
2019-12-03 14:48:59 +01:00 |
|
Andrew Kozlik
|
a63ff8f9b4
|
core/webauthn: Add bogus app ID used by Firefox to indicate error in U2F. Figure out which error to display based on past U2F_AUTHENTICATE check-only requests on the same channel.
|
2019-12-03 14:48:59 +01:00 |
|
Andrew Kozlik
|
a704bfe184
|
core/webauthn: Allow only one CTAPHID_WINK command at a time on any given channel ID to fix continuous display blinking with Android.
|
2019-12-03 14:18:43 +01:00 |
|
Andrew Kozlik
|
3a4e9bd25c
|
core/ui: Ignore any new alert requests if an alert is already in progress in order to avoid multiple alerts overlapping.
|
2019-12-03 14:18:43 +01:00 |
|
Andrew Kozlik
|
7c39e2f142
|
core/webauthn: Specify the exception raised by res.load().
|
2019-11-26 15:44:05 +01:00 |
|
Andrew Kozlik
|
790178a442
|
fixup! core/webauthn: Allow new workflow to be set after a command response is sent, so that in device tests the next test doesn't fail with ERR_CHANNEL_BUSY while the previous workflow is closing.
|
2019-11-26 15:18:14 +01:00 |
|
Andrew Kozlik
|
c463069895
|
core/webauthn: Don't log an exception when a relying party is not listed in knownapps.
|
2019-11-26 15:18:14 +01:00 |
|
Andrew Kozlik
|
5bdd523b91
|
vendor: Update fido2-tests submodule to fix issues with random ordering.
|
2019-11-26 15:18:14 +01:00 |
|
Andrew Kozlik
|
203853faed
|
core/webauthn: Allow new workflow to be set after a command response is sent, so that in device tests the next test doesn't fail with ERR_CHANNEL_BUSY while the previous workflow is closing.
|
2019-11-26 15:18:14 +01:00 |
|
Andrew Kozlik
|
1bc8226a50
|
common, core: Add wipe_code_protection to the Features message.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
a3b608d8dd
|
storage, core: Reveal the wipe code status after the device is unlocked.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
a168d661cf
|
core: Add support for ChangeWipeCode message.
|
2019-11-25 12:32:20 +01:00 |
|
Andrew Kozlik
|
4381511930
|
common: Add ChangeWipeCode message.
|
2019-11-25 12:32:20 +01:00 |
|
Tomas Susanka
|
11f8da2f2d
|
core: remove .sconsign.dblite on make clean
|
2019-11-21 14:01:15 +00:00 |
|
Andrew Kozlik
|
2ae1d9a935
|
webauthn: Disable signature counter in FIDO2 for dropbox.com, gandi.net, secure.login.gov.
|
2019-11-21 13:59:45 +01:00 |
|
matejcik
|
1f6cc77dec
|
upgrade black to 19.10b0
|
2019-11-20 16:02:47 +01:00 |
|
matejcik
|
e25a7ebb7f
|
core: add changelog for RecoveryDevice fix
|
2019-11-20 12:27:57 +01:00 |
|
matejcik
|
34913a328a
|
all: disallow most RecoveryDevice fields in dry-run (fixes #666)
|
2019-11-20 12:27:57 +01:00 |
|
Pavol Rusnak
|
d029920540
|
core/webauthn: update metadata
|
2019-11-16 10:53:10 +00:00 |
|
Pavol Rusnak
|
33ecdeb193
|
core+legacy: remove confusing changelog entries
|
2019-11-13 19:47:35 +01:00 |
|
Pavol Rusnak
|
e1e081fb7a
|
core/webauthn: fix metadata
|
2019-11-13 17:16:23 +01:00 |
|
matejcik
|
09962708d3
|
core: move load_device to the debug app
|
2019-11-13 16:48:35 +01:00 |
|
matejcik
|
fd8aed6105
|
all: drop XPRV feature of LoadDevice
|
2019-11-13 16:48:35 +01:00 |
|
Pavol Rusnak
|
16af7f1353
|
common: add {needs,no}_backup flags to LoadDevice, make it debug only
|
2019-11-13 16:48:35 +01:00 |
|
Pavol Rusnak
|
0a0cd797e3
|
ci/tests: use new Monero tests binary
|
2019-11-13 16:29:06 +01:00 |
|
Pavol Rusnak
|
cde944b565
|
Merge branch 'reorder-usb'
|
2019-11-13 16:23:07 +01:00 |
|
Pavol Rusnak
|
908c0fb8c0
|
core/docs: add info about enabling VCP for non-Bitcoin-only FW
|
2019-11-13 16:22:42 +01:00 |
|
Tomas Susanka
|
20a30ae521
|
tests/monero: print hash of the monero binary
|
2019-11-13 14:44:40 +00:00 |
|
Tomas Susanka
|
85d7215bf3
|
Merge pull request #700 from trezor/tsusanka/upgrade-u2f-check
Get next u2f counter and add tests for it
|
2019-11-13 15:19:22 +01:00 |
|