summaryrefslogtreecommitdiff
path: root/tools/encrypt_fw
AgeCommit message (Expand)Author
2026-07-28feat(encrypt-fw): add support for AES-256-CCMCesar Pastorini
2026-07-21refactor(encrypt-fw): rename file with the gcm_encrypt() implementationCesar Pastorini
2025-07-07feat(build): put enctool in the build directoryBoyan Karatotev
2025-01-14build: remove Windows compatibility layerChris Kay
2024-12-11fix(encrypt-fw): put build_msg under LOG_LEVEL flagYann Gautier
2024-09-10build: determine toolchain tools dynamicallyChris Kay
2024-07-01build(encrypt-fw): don't generate `build_msg.c`Chris Kay
2024-06-14build: unify verbosity handlingChris Kay
2024-02-06build: use new toolchain variables for toolsChris Kay
2024-02-06build: refactor toolchain detectionChris Kay
2023-07-05build(tools): avoid unnecessary linkVincent Stehlé
2022-11-11refactor(security): add OpenSSL 1.x compatibilityJuan Pablo Conde
2022-05-16refactor(security): upgrade tools to OpenSSL 3.0Juan Pablo Conde
2021-01-13tools: don't clean when buildingRoss Burton
2020-09-07tools: Set the tool's default binary nameManish V Badarkhe
2020-08-23tools: Get the tool's binary name from the main makefileManish V Badarkhe
2020-03-06tools: Add firmware authenticated encryption toolSumit Garg