summaryrefslogtreecommitdiff
path: root/tools/image-host.c
Commit message (Expand)AuthorAgeFilesLines
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-12/+18
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-211-7/+9
* image: Add crypto_algo struct for RSA infoAndrew Duda2016-11-211-4/+5
* tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-251-3/+8
* tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc2016-07-221-6/+7
* tools: Correct error handling in fit_image_process_hash()Simon Glass2016-07-141-6/+8
* tools: fix typo in tools/image-host.cHeiko Schocher2014-08-141-1/+1
* Enhance fit_check_sign to check all imagesSimon Glass2014-06-191-3/+9
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-191-1/+3
* mkimage: Automatically make space in FDT when fullSimon Glass2014-06-111-9/+17
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-0/+15
* tools/image-host: fix sign-images bugHeiko Schocher2014-03-211-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* image: Add support for signing of FIT configurationsSimon Glass2013-06-261-1/+340
* image: Support signing of imagesSimon Glass2013-06-261-10/+176
* image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass2013-05-141-77/+66
* image: Convert fit_image_hash_set_value() to static, and renameSimon Glass2013-05-141-31/+31
* image: Split hash node processing into its own functionSimon Glass2013-05-141-39/+57
* image: Move HOSTCC image code to tools/Simon Glass2013-05-141-0/+201