1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-04 20:01:18 +00:00
Commit Graph

4219 Commits

Author SHA1 Message Date
M1nd3r
b2ed34b2e2 fix(core): update packet length handling
[no changelog]
2025-01-24 12:22:29 +01:00
M1nd3r
bc7ba599b5 fix(core): fix cardano session derivation
[no changelog]
2025-01-24 11:58:24 +01:00
M1nd3r
16d1e473d1 feat(core): send UNALLOCATED_CHANNEL error as a response only on init packet
[no changelog]
2025-01-24 11:58:24 +01:00
M1nd3r
1708371321 chore(core): fix channel manager docs
[no changelog]
2025-01-24 11:58:24 +01:00
M1nd3r
62db087ca5 fix(core): remove unused payload parameter in channel
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
83590da98e fix(test): fix style in thp unit tests
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
b83533f93f fix: fix change failed test cause 2025-01-24 11:58:23 +01:00
M1nd3r
c61ad0769d fix(core): update comments, refactor debug log in session context
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
ab82239106 fix(core): modify python test, ignore broken THP test
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
5bf0a8eb19 fix style after rebase 2025-01-24 11:58:23 +01:00
M1nd3r
dce447958b fixup! fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-24 11:58:23 +01:00
M1nd3r
5c651c8fb1 fixup! fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-24 11:58:23 +01:00
M1nd3r
601ef09d94 WIP: try simplify message handler, might break something
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
52d787e3d1 chore: fix incomplete enum change
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
4c966e3769 chore(core): remove TODO comment from received_message_handler
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
bc40ab8633 chore(core): remove management session code from handle_ThpCreateNewSession
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
f47efb1785 fixup! fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-24 11:58:23 +01:00
M1nd3r
6aedf85e24 chore(core): make wipe device proceed even if sending of success message fails
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
848a3f92a2 fixup! fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-24 11:58:23 +01:00
M1nd3r
f936e18b1c fixup! wip: single packet decryption (not finished) [no changelog] 2025-01-24 11:58:23 +01:00
M1nd3r
d69a9df633 wip: single packet decryption (not finished)
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
da89f213e1 fix: return InvalidSessionError when trying to access cache of Seedless session
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
d2fa86070b wip buffer locking-
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
9c5098bd78 wip - change session behavior
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
9dce3b7c01 wip 2025-01-24 11:58:23 +01:00
M1nd3r
7eea23eb80 fixup! feat(core): implement THP 2025-01-24 11:58:23 +01:00
M1nd3r
2e7944c0c5 wip 2025-01-24 11:58:23 +01:00
M1nd3r
626b090b21 refactor(core): move handling of ThpCreateNewSession message into base.py
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
dc44749462 refactor(core): move wire buffer handling completely to memory_manager
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
a0c796db96 refactor(python,tests): add is_invalidated flag to client, do not set the emulator.client outside from emulator
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
bbfb27ecb2 refactor(core): move exclude list from wipe to wipe_cache
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
db3c0ba978 refactor(core): clean channel and received_message_handler
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
81e60f3c82 refactor(core): improve readability and logging in channel.py
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
0762d7242f refactor(core): improve readability of channel_manager
[no changelog]
2025-01-24 11:58:23 +01:00
M1nd3r
6b0c2c89d3 feat(python): implement session based trezorlib
[no changelog]
2025-01-24 11:58:22 +01:00
M1nd3r
d24fcd5601 feat(core): implement THP 2025-01-24 11:58:22 +01:00
M1nd3r
c14688e314 chore(core): adapt SConscripts to THP needs 2025-01-24 11:58:22 +01:00
M1nd3r
89be8d1977 chore: add build_unix_frozen_debug to core Makefile
[no changelog]
2025-01-24 11:58:22 +01:00
M1nd3r
cb5b70e22f chore(core): adapt emu.py to new trezorlib
[no changelog]
2025-01-24 11:58:22 +01:00
Andrew Kozlik
27ed1fd49e fix(core): Fix displayed batch number in prodtest.
[no changelog]
2025-01-23 16:48:00 +01:00
tychovrahe
69a61e98e0 feat(core): adjust codec_v1 to work with differently sized RX and TX packets
[no changelog]
2025-01-23 16:46:12 +01:00
tychovrahe
a682555574 fix(core): add missing interrupt disable to NRF driver
[no changelog]
2025-01-23 16:46:12 +01:00
tychovrahe
e8eb48cd0d chore(core): add T3W1 production keys vendorheaders
[no changelog]
2025-01-23 15:42:56 +01:00
tychovrahe
5fd773757c fix(core): fix fading issues 2025-01-23 15:24:00 +01:00
tychovrahe
a5809c872e feat(core): add support for setting BLE name from Trezor firmware
[no changelog]
2025-01-23 13:27:59 +01:00
Ioan Bizău
5a13b4560d fix(core): get rid of colon in some TS5 descriptions
[no changelog]
2025-01-23 12:46:54 +01:00
Ioan Bizău
e99beaf486 refactor(core): merge confirm_blob and confirm_value
[no changelog]
2025-01-23 12:46:54 +01:00
tychovrahe
885c5b96d9 refactor(core/rust): move bindgen macros used for tests to model folder
[no changelog]
2025-01-23 10:22:00 +01:00
tychovrahe
bdc054235c refactor(core): define model-specific include files in site-scons
[no changelog]
2025-01-23 10:22:00 +01:00
tychovrahe
26bde15429 refactor(core): extract model specific definitions from Makefile
[no changelog]
2025-01-23 10:22:00 +01:00