aboutsummaryrefslogtreecommitdiff
path: root/tools/image-host.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26image: Add support for signing of FIT configurationsSimon Glass1-1/+340
2013-06-26image: Support signing of imagesSimon Glass1-10/+176
2013-05-14image: Rename fit_add_hashes() to fit_add_verification_data()Simon Glass1-77/+66
2013-05-14image: Convert fit_image_hash_set_value() to static, and renameSimon Glass1-31/+31
2013-05-14image: Split hash node processing into its own functionSimon Glass1-39/+57
2013-05-14image: Move HOSTCC image code to tools/Simon Glass1-0/+201