summaryrefslogtreecommitdiff
path: root/futility/cmd_sign.c
Commit message (Expand)AuthorAgeFilesLines
* futility/updater: Fix legacy bios image namingstabilize-15415.BEdward O'Callaghan2023-04-061-2/+2
* futility/cmd_*.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-311-43/+35
* futility/: Replace futil_copy_file_or_die() implfactory-skyrim-15384.BEdward O'Callaghan2023-03-151-1/+2
* futility: Address double freestabilize-15167.BJon Murphy2022-10-051-1/+0
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility: Add --keyset option to sign command for BIOS and kernelstabilize-14998.Bfactory-foobar-15000.BJakub Czapiga2022-07-221-19/+148
* futility: Remove --devsign and --devkeyblockJakub Czapiga2022-05-301-22/+0
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-81/+64
* futility/file_type_bios: Remove old FlashMap area namesJakub Czapiga2022-04-271-1/+0
* cmd_sign: drop an unnecessary includeVadim Bendebury2021-09-011-1/+0
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+0
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-1/+1
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-061-5/+8
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-111-3/+3
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-1/+1
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-1/+1
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+1
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-1/+0
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-061-1/+0
* Revert "Clean up implicit fall through."Mathew King2019-11-051-1/+1
* Clean up implicit fall through.Manoj Gupta2019-11-051-1/+1
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-5/+5
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+2
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-3/+2
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-0/+1
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-13/+14
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-13/+13
* futility: Make rwsig sign command produce EC_RW imageDaisuke Nojiri2017-09-091-4/+10
* futility: Make help text for sign-rwsig accurateDaisuke Nojiri2017-09-051-3/+10
* futility: rwsig: Add support for images with FMAPNicolas Boichat2017-02-251-18/+15
* cmd_sign/rwsig: Free sign_option.prikey in the main functionNicolas Boichat2017-02-251-0/+2
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-2/+2
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-1/+1
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-141-1/+1
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-12/+13
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-19/+19
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-24/+8
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-14/+20
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-12/+31
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-5/+5
* futility: Revised support for RO+RW firmwareBill Richardson2015-10-151-58/+42
* futility: Support for signing RO+RW firmwarestabilize-smaug-7547.BBill Richardson2015-10-131-2/+83
* futility: add support for usbpd1 imagesBill Richardson2015-03-311-31/+131
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-286/+1
* futility: cleanup help functions for sign commandBill Richardson2015-03-311-33/+49
* futility: export options for the sign and show commandsBill Richardson2015-03-311-191/+182