wolfBoot/tools/keytools
David Garske fae36f2adf Reserve enough size for the ML-DSA public key in gen. 2024-12-05 14:44:30 -08: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 Reserve enough size for the ML-DSA public key in gen. 2024-12-05 14:44:30 -08:00
keygen.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
sign.c Peer review fixes. Default to ML-DSA level 2. 2024-12-05 13:39:47 -08:00
sign.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
user_settings.h 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
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.