Skip to content
Snippets Groups Projects
Commit 19c402af authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

image: Add RSA support for image signing


RSA provides a public key encryption facility which is ideal for image
signing and verification.

Images are signed using a private key by mkimage. Then at run-time, the
images are verified using a private key.

This implementation uses openssl for the host part (mkimage). To avoid
bringing large libraries into the U-Boot binary, the RSA public key
is encoded using a simple numeric representation in the device tree.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 56518e71
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment