1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-21 13:58:08 +00:00
trezor-firmware/core
Andrew Kozlik deb38a2db5 feat(core): Ignore channel ID in U2F.
Safari browser changes the CID for every single operation. We need to
keep up the same U2F dialog for different CIDs as long as the dialog
corresponds to the same request data.
2023-02-23 13:02:33 +01:00
..
.changelog.d feat(core): Ignore channel ID in U2F. 2023-02-23 13:02:33 +01:00
assets chore(core): delete unused icons from core/assets 2023-01-25 19:17:56 +01:00
embed feat(core/ui): reset_device copy change 2023-02-17 12:35:19 +01:00
mocks feat(core/ui): reset_device copy change 2023-02-17 12:35:19 +01:00
prof style(all): use f-strings for formatting 2021-10-13 11:53:17 +02:00
site_scons chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
src feat(core): Ignore channel ID in U2F. 2023-02-23 13:02:33 +01:00
tests fix(tests): Fix ownership proof unit test to match test vector 2 from SLIP-19. 2023-02-15 10:37:49 +01:00
tools chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
vendor move vendored submodules to root vendor/ dir 2019-05-13 13:51:53 +02:00
.dockerignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
.gitignore chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
.towncrier.template.md docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
asan_blacklist.txt core: asan config 2019-06-27 19:09:55 +02:00
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
CHANGELOG.md docs(core): changelog for 2.5.3 2022-10-31 23:17:18 +01:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
emu.py feat(core): add -r option to emu.py to allow for screen recording 2022-10-12 13:44:53 +02:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile feat(tests): allow for saving text layout of all screens during UI tests 2023-02-03 16:51:14 +01:00
pyrightconfig.json feat(tools): make pyright_tool more user-friendly 2022-03-23 14:55:05 +01:00
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
SConscript.boardloader chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConscript.bootloader chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConscript.bootloader_ci chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConscript.firmware build(core): fix filename when BITCOIN_ONLY is unset 2023-02-19 23:23:27 +01:00
SConscript.prodtest chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConscript.reflash chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConscript.unix chore(core): automatic generation of CMakeLists 2023-02-02 11:32:37 +01:00
SConstruct core/bootloader_ci: fix typos in the previous commit 2020-08-21 14:47:35 +02:00
towncrier.toml docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.