- 197ee8b image-host: fix 'unknown error' error message by Alexander Kochetkov · 10 weeks ago
- 907ee6a mkimage: Allow 'auto-conf' signing of scripts by Alexander Dahl · 5 months ago
- 23b571e image-host: Fix error value paths and emit error messages to stderr. by Hugo Cornelis · 8 months ago
- 9281484 image-host: refactor and protect for very long filenames by Hugo Cornelis · 11 months ago
- dcfb633 tools: fix build without LIBCRYPTO support by Paul-Erwan Rio · 11 months ago
- 9ed732d tools: image-host: print error messages to stderr by Oleksandr Suvorov · 1 year, 3 months ago
- 3541407 mkimage: Add a few more messages for FIT failures by Simon Glass · 1 year, 11 months ago
- 016f4d5 mkimage: fit: Fix signing of configs with external data by Sean Anderson · 2 years, 1 month ago
- db7b157 image-pre-load: Move macros/definitions to image.h by Steven Lawrance · 2 years, 2 months ago
- d4ba0b4 tools: mkimage: Avoid ENODATA in host tools by Mark Kettenis · 2 years, 7 months ago
- 3e3899c mkimage: add public key for image pre-load stage by Philippe Reynes · 2 years, 8 months ago
- e460726 tools: mkimage: Show where signatures/keys are written by Simon Glass · 3 years ago
- 89c3fb6 tools: Pass public-key node through to caller by Simon Glass · 3 years ago
- 94336dc image: Return destination node for add_verify_data() method by Simon Glass · 3 years ago
- 888c0c5 tools: Drop unused name in image-host by Simon Glass · 3 years ago
- 6a0efc8 tools: Improve comments in signing functions by Simon Glass · 3 years ago
- 4043f32 mkimage: Allow to specify the signature algorithm on the command line by Jan Kiszka · 2 years, 10 months ago
- 27beec2 image-fit: Make string of algo parameter constant by Jan Kiszka · 2 years, 10 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 396e4ed tools/image-host.c: Fix spelling of "expected". by Vagrant Cascadian · 3 years, 2 months ago
- 7a1745c tools: Avoid showing return value of clock_gettime() by Simon Glass · 3 years, 6 months ago
- f75f1d7 tools: image-host: fix wrong return value by Ming Liu · 3 years, 6 months ago
- 8fcea12 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
- 1f7d9a2 tools: image-host: add support for several sub-images by Philippe Reynes · 4 years ago
- 856bcc8 tools: image-host: clean function fit_config_get_hash_list by Philippe Reynes · 4 years ago
- 4ec40da tools: image-host.c: use correct variable for strerrno by Philippe Reynes · 4 years ago
- 95f2ab2 tools: image-host.c: use random instead of rand by Philippe Reynes · 4 years ago
- d697a2d tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 2 months ago
- 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · 4 years, 2 months ago
- 5964c3f mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 4 months ago
- a4fafb3 mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 4 months ago
- be47211 mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 4 months ago
- d586fc3 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 4 months ago
- 6dd1052 libfdt: split fdt_region declarations out to <fdt_region.h> by Masahiro Yamada · 4 years, 7 months ago
- 6495fe0 tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 8 months ago
- d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
- 0571232 fit_check_sign: Allow selecting the configuration to verify by Simon Glass · 4 years, 8 months ago
- a559bb2 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 8 months ago
- 132d694 tools: image-host.c: remove uboot_aes.h by Philippe Reynes · 4 years, 9 months ago
- 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
- 1246835 rsa: add a structure for the padding by Philippe Reynes · 6 years ago
- 697fcdc mkimage: fit_image: Add support for SOURCE_DATE_EPOCH in signatures by Alex Kiernan · 6 years ago
- 9767bf4 vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 3234ecd fix incorrect usage of DT node unit address in comments by Andre Przywara · 7 years ago
- fe391a7 tools: image: fix message when fail to add verification data for config by Masahiro Yamada · 7 years ago
- 0148676 tools: image: allow to sign image nodes without -K option by Masahiro Yamada · 7 years ago
- c1f137b tools: image: fix "algo" property of public key for verified boot by Masahiro Yamada · 7 years ago
- 2fc6b6f tools: image: fix node name of signature node in FIT by Masahiro Yamada · 7 years ago
- 23d1489 mkimage: Add support for signing with pkcs11 by George McCollister · 8 years ago
- 6616c82 image: Combine image_sig_algo with image_sign_info by Andrew Duda · 8 years ago
- 06ca6d6 image: Add crypto_algo struct for RSA info by Andrew Duda · 8 years ago
- dc4053a tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
- d019e15 tools: Fix return code of fit_image_process_sig() by mario.six@gdsys.cc · 8 years ago
- ec539f7 tools: Correct error handling in fit_image_process_hash() by Simon Glass · 8 years ago
- 441f48d tools: fix typo in tools/image-host.c by Heiko Schocher · 10 years ago
- a51991d Enhance fit_check_sign to check all images by Simon Glass · 10 years ago
- 9423bad mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
- 802aa82 mkimage: Automatically make space in FDT when full by Simon Glass · 10 years ago
- d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
- fdfd520 tools/image-host: fix sign-images bug by Heiko Schocher · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 56ab8d6 image: Add support for signing of FIT configurations by Simon Glass · 11 years ago
- fbabc0f image: Support signing of images by Simon Glass · 11 years ago
- ee38265 image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 12 years ago
- 0ce6e3d image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 12 years ago
- 25d6e6b image: Split hash node processing into its own function by Simon Glass · 12 years ago
- 10a1eca image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago