1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00
Files
u-boot-megous/lib
Simon Glass 19c402afa2 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: Simon Glass <sjg@chromium.org>
2013-06-26 10:18:56 -04:00
..
2012-12-06 13:56:38 -07:00
2012-05-25 09:15:10 +02:00
2012-11-04 11:00:36 -07:00
2012-05-15 08:31:37 +02:00
2011-01-18 23:38:08 +01:00
2012-03-29 08:12:47 +02:00
2013-06-26 10:13:31 -04:00
2012-09-29 07:26:08 -07:00
2013-05-01 16:41:08 -04:00
2013-06-26 10:16:41 -04:00
2012-04-29 14:14:08 +02:00
2012-07-07 14:07:32 +02:00
2013-05-31 17:12:03 -05:00
2012-04-10 23:35:32 +02:00
2013-04-12 14:13:13 -07:00
2013-06-26 10:16:41 -04:00