Home
last modified time | relevance | path

Searched hist:"19 c402afa2e1190f596f35a84ac049b10d814f1f" (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/rsa/
H A DMakefile19c402afa2e1190f596f35a84ac049b10d814f1f 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 Drsa-sign.c19c402afa2e1190f596f35a84ac049b10d814f1f 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 Drsa-verify.c19c402afa2e1190f596f35a84ac049b10d814f1f 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 Dimage-sig.c19c402afa2e1190f596f35a84ac049b10d814f1f 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 Dconfig.mk19c402afa2e1190f596f35a84ac049b10d814f1f 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 DREADME19c402afa2e1190f596f35a84ac049b10d814f1f 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 DMakefile19c402afa2e1190f596f35a84ac049b10d814f1f 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 DMakefile19c402afa2e1190f596f35a84ac049b10d814f1f 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>