aboutsummaryrefslogtreecommitdiff
path: root/tools/image-host.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-26tools: mkimage: Show where signatures/keys are writtenSimon Glass1-5/+18
2022-01-26tools: Pass public-key node through to callerSimon Glass1-3/+25
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass1-3/+2
2022-01-26tools: Drop unused name in image-hostSimon Glass1-4/+1
2022-01-26tools: Improve comments in signing functionsSimon Glass1-22/+76
2022-01-24mkimage: Allow to specify the signature algorithm on the command lineJan Kiszka1-20/+28
2022-01-24image-fit: Make string of algo parameter constantJan Kiszka1-2/+2
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-10-12tools/image-host.c: Fix spelling of "expected".Vagrant Cascadian1-1/+1
2021-07-15tools: Avoid showing return value of clock_gettime()Simon Glass1-4/+4
2021-07-14tools: image-host: fix wrong return valueMing Liu1-1/+3
2021-04-14mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc1-26/+32
2021-01-22tools: image-host: add support for several sub-imagesPhilippe Reynes1-15/+21
2021-01-22tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes1-56/+76
2020-11-19tools: image-host.c: use correct variable for strerrnoPhilippe Reynes1-1/+1
2020-11-19tools: image-host.c: use random instead of randPhilippe Reynes1-2/+2
2020-10-22tools: image-host.c: use correct output formatHeinrich Schuchardt1-4/+4
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-12/+49
2020-08-07mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander1-0/+17
2020-08-07mkimage: fit: don't cipher ciphered dataPatrick Oppenlander1-1/+14
2020-08-07mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander1-9/+10
2020-08-07mkimage: fit: only process one cipher nodePatrick Oppenlander1-35/+22
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada1-0/+1
2020-04-24tools: image-host.c: use correct output formatHeinrich Schuchardt1-1/+1
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-4/+4
2020-04-01fit_check_sign: Allow selecting the configuration to verifySimon Glass1-2/+4
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass1-1/+2
2020-02-25tools: image-host.c: remove uboot_aes.hPhilippe Reynes1-1/+0
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes1-0/+292
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-0/+4
2018-07-10mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signaturesAlex Kiernan1-14/+20
2018-07-10vboot: Do not use hashed-strings offsetTeddy Reed1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-15fix incorrect usage of DT node unit address in commentsAndre Przywara1-5/+5
2017-11-06tools: image: fix message when fail to add verification data for configMasahiro Yamada1-3/+1
2017-11-06tools: image: allow to sign image nodes without -K optionMasahiro Yamada1-7/+8
2017-11-06tools: image: fix "algo" property of public key for verified bootMasahiro Yamada1-1/+1
2017-10-23tools: image: fix node name of signature node in FITMasahiro Yamada1-1/+1
2017-01-14mkimage: Add support for signing with pkcs11George McCollister1-12/+18
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-7/+9
2016-11-21image: Add crypto_algo struct for RSA infoAndrew Duda1-4/+5
2016-07-25tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc1-3/+8
2016-07-22tools: Fix return code of fit_image_process_sig()mario.six@gdsys.cc1-6/+7
2016-07-14tools: Correct error handling in fit_image_process_hash()Simon Glass1-6/+8
2014-08-14tools: fix typo in tools/image-host.cHeiko Schocher1-1/+1
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass1-3/+9
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-1/+3
2014-06-11mkimage: Automatically make space in FDT when fullSimon Glass1-9/+17
2014-03-21tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-0/+15
2014-03-21tools/image-host: fix sign-images bugHeiko Schocher1-1/+1