wolfBoot/tools/keytools
Brett Nicholas 23cf367c38 review feedback: remove use of unused intermediate variable 2025-05-28 12:24:26 -06:00
..
otp Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
Makefile ML-DSA default is level 2. The keytools must be able to support all ML-DSA levels at run-time using `ML_DSA_LEVEL` environment variable. wolfBoot needs to be built with the correct level specified in the .config. 2024-12-05 14:25:43 -08:00
README.md Improvements to the key tools documentation. 2020-06-24 09:04:24 -07:00
keygen.c Renesas RX minor fixes and documentation updates. Fix for malformed GNUC macro causing clock to not be setup properly when building with RX-GCC compiler. Fix warnings with using `%zu` on older GCC. 2025-04-29 11:50:29 +02:00
keygen.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
sign.c review feedback: remove use of unused intermediate variable 2025-05-28 12:24:26 -06:00
sign.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
user_settings.h Avoid enforcing alignment on stack for IAR 2025-02-27 16:46:26 +01:00
wolfBootKeyTools.sln Added keygen C tool + vcproj for windows 2020-03-30 14:12:39 +02:00
wolfBootKeygenTool.vcxproj Progress getting the Windows tools to build. 2024-12-05 08:36:02 -08:00
wolfBootSignTool.vcxproj Progress getting the Windows tools to build. 2024-12-05 08:36:02 -08:00

README.md

Key Tools for signing and key generation

See documentation here.