wolfBoot/tools/keytools
David Garske 48c7c356d5
Merge pull request #490 from danielinux/universal_keystore_padding
Keygen to allow multiple keystore types
2024-08-20 17:13:57 -07:00
..
otp Refactor to eliminate PLATFORM_ -> TARGET_. Fix CI errors. 2024-08-14 18:06:12 +02:00
Makefile Merge pull request #490 from danielinux/universal_keystore_padding 2024-08-20 17:13:57 -07:00
README.md Improvements to the key tools documentation. 2020-06-24 09:04:24 -07:00
keygen.c Merge pull request #490 from danielinux/universal_keystore_padding 2024-08-20 17:13:57 -07:00
keygen.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
sign.c Fixes for building wolfBoot with XMSS/LMS. 2024-08-14 18:06:12 +02:00
sign.py Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
user_settings.h Added keygen `--der` option to allow ECC private key as ASN.1/DER. Added sign tool ECC key load support for ASN.1/DER private key (default is raw pub x/y, priv d). Refactored sign tool RSA/ECC logic to consolidate code and allow proper "auto" detection for different RSA key sizes. 2024-06-26 20:11:04 +02:00
wolfBootKeyTools.sln
wolfBootKeygenTool.vcxproj Fixes for IAR. Switch to new `src/keystore.c` for keys. Fixes for building keytools in Visual Studio. 2022-07-26 09:34:53 +02:00
wolfBootSignTool.vcxproj Fixes for IAR. Switch to new `src/keystore.c` for keys. Fixes for building keytools in Visual Studio. 2022-07-26 09:34:53 +02:00

README.md

Key Tools for signing and key generation

See documentation here.