mcuboot/scripts/imgtool/keys
Fabio Utzig 8101d1fa44 Add ed25519 signing support to imgtool
This adds ed25519 signature support using the "prehash" method. Instead
of using the direct contents of the image and header payloads, a sha256
is generated and signed (SHA256-Ed25519). This allows for compatibility
with already existing tools that use the sha256 hash, like mcumgr, etc.

Signed-off-by: Fabio Utzig <utzig@apache.org>
2019-06-13 19:21:05 -03:00
..
__init__.py Add ed25519 signing support to imgtool 2019-06-13 19:21:05 -03:00
ecdsa.py Add new verify command 2019-05-29 08:56:12 -03:00
ecdsa_test.py imgtool: ECDSA pad signature 2018-01-09 09:41:30 -07:00
ed25519.py Add ed25519 signing support to imgtool 2019-06-13 19:21:05 -03:00
ed25519_test.py Add ed25519 signing support to imgtool 2019-06-13 19:21:05 -03:00
general.py imgtool: Update RSA code 2018-01-09 09:41:30 -07:00
rsa.py Add new verify command 2019-05-29 08:56:12 -03:00
rsa_test.py Add RSA-3072 support to imgtool 2019-05-16 14:01:19 -03:00