summaryrefslogtreecommitdiff
path: root/tools/image-host.c
Commit message (Expand)AuthorAgeFilesLines
* mkimage: Add a few more messages for FIT failuresSimon Glass2023-01-181-1/+5
* mkimage: fit: Fix signing of configs with external dataSean Anderson2022-10-261-1/+6
* image-pre-load: Move macros/definitions to image.hSteven Lawrance2022-10-111-2/+0
* tools: mkimage: Avoid ENODATA in host toolsMark Kettenis2022-05-051-1/+1
* mkimage: add public key for image pre-load stagePhilippe Reynes2022-03-311-0/+114
* tools: mkimage: Show where signatures/keys are writtenSimon Glass2022-01-261-5/+18
* tools: Pass public-key node through to callerSimon Glass2022-01-261-3/+25
* image: Return destination node for add_verify_data() methodSimon Glass2022-01-261-3/+2
* tools: Drop unused name in image-hostSimon Glass2022-01-261-4/+1
* tools: Improve comments in signing functionsSimon Glass2022-01-261-22/+76
* mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka2022-01-241-20/+28
* image-fit: Make string of algo parameter constantJan Kiszka2022-01-241-2/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-2/+2
* tools/image-host.c: Fix spelling of "expected".Vagrant Cascadian2021-10-121-1/+1
* tools: Avoid showing return value of clock_gettime()Simon Glass2021-07-151-4/+4
* tools: image-host: fix wrong return valueMing Liu2021-07-141-1/+3
* mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-141-26/+32
* 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