Searched hist:"19 c402afa2e1190f596f35a84ac049b10d814f1f" (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/lib/rsa/ |
H A D | Makefile | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
H A D | rsa-sign.c | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
H A D | rsa-verify.c | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/common/ |
H A D | image-sig.c | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/ |
H A D | config.mk | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
H A D | README | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
H A D | Makefile | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/tools/ |
H A D | Makefile | 19c402afa2e1190f596f35a84ac049b10d814f1f Thu Jun 13 17:10:02 CDT 2013 Simon Glass <sjg@chromium.org> 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>
|