You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/legacy/firmware
overcat 3d1e2bc20d
fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account.
1 month ago
..
.changelog.d fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account. 1 month ago
protob feat(common): send BIP-380 descriptor in GetPublicKey response 3 months ago
u2f all: replace /bin/bash with /usr/bin/env bash 5 years ago
.gitignore feat(legacy): support external Ethereum definitions 1 year ago
.towncrier.template.md docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
CHANGELOG.md docs(legacy): remove wrong link from changelog 1 year ago
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 3 years ago
Makefile feat(core): add support for quad-word only storage 3 months ago
bl_check.c chore(legacy): bundle bootloader 1.12.1 into firmware 1 year ago
bl_check.h refactor(legacy): rename check_bootloader to check_and_replace_bootloader 3 years ago
bl_check.txt chore(legacy): bundle bootloader 1.12.1 into firmware 1 year ago
bl_check_qa.txt chore(legacy): bundle bootloader 1.12.1 into firmware 1 year ago
bl_data.py feat(legacy): qa build for upgrade testing 1 year ago
bootloader.dat chore(legacy): bundle bootloader 1.12.1 into firmware 1 year ago
bootloader_qa.dat chore(legacy): bundle bootloader 1.12.1 into firmware 1 year ago
coin_info.c.mako feat(all): implement support information for T2B1 8 months ago
coin_info.h.mako feat(all): implement support information for T2B1 8 months ago
coins.c fix(legacy): Fix testnet account label in GetAddress dialog. 3 years ago
coins.h fix(legacy): Fix testnet account label in GetAddress dialog. 3 years ago
config.c feat(legacy): Implement AuthorizeCoinJoin. 1 year ago
config.h feat(legacy): Implement AuthorizeCoinJoin. 1 year ago
crypto.c feat(legacy): implement CoSi verification 1 year ago
crypto.h feat(legacy): implement CoSi verification 1 year ago
debug.c all: rename TREZOR to Trezor where possible 5 years ago
debug.h all: rename TREZOR to Trezor where possible 5 years ago
defs MONOREPO MERGE trezor-mcu 5 years ago
ethereum.c refactor: Unify secp256k1_zkp usage. 11 months ago
ethereum.h feat(legacy): support external Ethereum definitions 1 year ago
ethereum_definitions.c feat(legacy): update Ethereum definitions to verify using CoSi 1 year ago
ethereum_definitions.h feat(legacy): support external Ethereum definitions 1 year ago
ethereum_definitions_constants.h.mako feat(legacy): update Ethereum definitions to verify using CoSi 1 year ago
ethereum_networks.c.mako feat(all): implement support information for T2B1 8 months ago
ethereum_networks.h feat(legacy): support external Ethereum definitions 1 year ago
ethereum_tokens.c.mako feat(all): implement support information for T2B1 8 months ago
ethereum_tokens.h feat(legacy): support external Ethereum definitions 1 year ago
firmware_flash.jlink feat(legacy): Ability to flash bootloader and firmware via JLink 2 years ago
fsm.c feat(legacy): support external Ethereum definitions 1 year ago
fsm.h feat(legacy): Implement SetBusy. 1 year ago
fsm_msg_coin.h fix(legacy): limit EthereumGetPublicKey allowable paths 1 year ago
fsm_msg_common.h Merge branch 'master' into secfix/23.03 1 year ago
fsm_msg_crypto.h feat(common): mark CoSi fields as required 2 years ago
fsm_msg_debug.h feat(legacy): enable DebugLinkReseedRandom 2 years ago
fsm_msg_ethereum.h fix(legacy): limit EthereumGetPublicKey allowable paths 1 year ago
fsm_msg_nem.h fix(legacy): Check PIN before confirming critical dialogs. 2 years ago
fsm_msg_stellar.h fix(legacy): use correct layout for StellarGetAddress (fixes #1453) 1 year ago
gettext.h all: rename TREZOR to Trezor where possible 5 years ago
header.S feat(legacy): add model info to image header 1 year ago
layout2.c fix(legacy): lower maximum of chars per line 1 year ago
layout2.h fix(legacy): wrap long Ethereum fees (fixes #2373) 1 year ago
messages.c feat(legacy): Introduce post-message cleanup. 1 year ago
messages.h feat(common): Add script_pubkey field to TxInput message. 3 years ago
nem2.c feat(legacy): use thousands separator (fixes #2394) 2 years ago
nem2.h feat(legacy): Strict path validation for NEM. 2 years ago
nem_mosaics.c.mako feat(all): implement support information for T2B1 8 months ago
nem_mosaics.h.mako feat(all): implement support information for T2B1 8 months ago
otp.c all: rename TREZOR to Trezor where possible 5 years ago
otp.h all: rename TREZOR to Trezor where possible 5 years ago
pinmatrix.c legacy, tests: Check for invalid PIN. 4 years ago
pinmatrix.h legacy, tests: Check for invalid PIN. 4 years ago
protect.c fix(legacy): convert storage ui enum to text 2 months ago
protect.h fix(legacy): convert storage ui enum to text 2 months ago
recovery-table.h all: rename TREZOR to Trezor where possible 5 years ago
recovery.c fix(legacy): Abort recovery for invalid words. 2 years ago
recovery.h all: rename TREZOR to Trezor where possible 5 years ago
reset.c legacy/layout: use bmp_btn_confirm, bmp_btn_cancel 5 years ago
reset.h all: rename TREZOR to Trezor where possible 5 years ago
signing.c refactor: Unify secp256k1_zkp usage. 11 months ago
signing.h feat(legacy): Implement CoinJoin signing. 1 year ago
startup.S feat(legacy): make debugging less painful, remove PRODUCTION macro matrix, split reset_handlers 1 year ago
stellar.c fix(legacy): resolves the issue of incorrect signature generation when the Stellar transaction source account differs from the signing account. 1 month ago
stellar.h feat(legacy): Add fsm_abortWorkflows(). 2 years ago
towncrier.toml docs(legacy/firmware): use towncrier for generating CHANGELOG.md 3 years ago
transaction.c refactor: Unify secp256k1_zkp usage. 11 months ago
transaction.h refactor(legacy): Move compile_output() to signing.c. 1 year ago
trezor.c feat(legacy): Implement SetBusy. 1 year ago
trezor.h feat(legacy): Implement SetBusy. 1 year ago
u2f.c refactor(legacy): Move path constants to crypto.h. 2 years ago
u2f.h all: rename TREZOR to Trezor where possible 5 years ago
u2f_knownapps.h.mako common/fido: Unify application labeling between U2F and FIDO2. 4 years ago
udp.c fix(legacy): cleanup of undesired states where USB processing should not happen 2 years ago
usb.c fix(legacy): cleanup of undesired states where USB processing should not happen 2 years ago
usb.h fix(legacy): cleanup of undesired states where USB processing should not happen 2 years ago
version.h Merge branch 'release/23.03' 1 year ago