summaryrefslogtreecommitdiffstats
path: root/tools/image-host.c
Commit message (Expand)AuthorAgeFilesLines
* tools: image-host: add support for several sub-imagesPhilippe Reynes2021-01-221-15/+21
* tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes2021-01-221-56/+76
* tools: image-host.c: use correct variable for strerrnoPhilippe Reynes2020-11-191-1/+1
* tools: image-host.c: use random instead of randPhilippe Reynes2020-11-191-2/+2
* tools: image-host.c: use correct output formatHeinrich Schuchardt2020-10-221-4/+4
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-12/+49
* mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander2020-08-071-0/+17
* mkimage: fit: don't cipher ciphered dataPatrick Oppenlander2020-08-071-1/+14
* mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander2020-08-071-9/+10
* mkimage: fit: only process one cipher nodePatrick Oppenlander2020-08-071-35/+22
* libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2020-04-261-0/+1
* tools: image-host.c: use correct output formatHeinrich Schuchardt2020-04-241-1/+1
* image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-4/+4
* fit_check_sign: Allow selecting the configuration to verifySimon Glass2020-04-011-2/+4
* image: Be a little more verbose when checking signaturesSimon Glass2020-04-011-1/+2
* tools: image-host.c: remove uboot_aes.hPhilippe Reynes2020-02-251-1/+0
* mkimage: fit: add support to encrypt image with aesPhilippe Reynes2020-01-171-0/+292
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-0/+4
* mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan2018-07-101-14/+20
* vboot: Do not use hashed-strings offsetTeddy Reed2018-07-101-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fix incorrect usage of DT node unit address in commentsAndre Przywara2018-01-151-5/+5
* tools: image: fix message when fail to add verification data for configMasahiro Yamada2017-11-061-3/+1
* tools: image: allow to sign image nodes without -K optionMasahiro Yamada2017-11-061-7/+8
* tools: image: fix "algo" property of public key for verified bootMasahiro Yamada2017-11-061-1/+1
* tools: image: fix node name of signature node in FITMasahiro Yamada2017-10-231-1/+1
* 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