Re: [U-Boot] [RFC PATCH 34/44] image: Add RSA support for image signing

2013-01-05 Thread Marek Vasut
Dear Simon Glass, > 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 (mk

[U-Boot] [RFC PATCH 34/44] image: Add RSA support for image signing

2013-01-04 Thread Simon Glass
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 l