summaryrefslogtreecommitdiff
path: root/futility/cmd_sign.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* futility: add --type arg to show and sign commandsBill Richardson2015-03-311-9/+22
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-109/+135
* futility: Split help for "sign" command into partsBill Richardson2015-03-201-30/+69
* futility: Let each command provide its own helpBill Richardson2015-03-181-4/+8
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-4/+4
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-121-1/+0
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-121-0/+1
* futility: Make --debug a global optionBill Richardson2015-03-111-1/+0
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-0/+1
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-3/+11
* futility: refactor file type detection into new filesBill Richardson2015-01-311-2/+11
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-041-29/+34
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-09-271-4/+170
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-271-84/+477
* futility: do traversal of a buffer, not a fileBill Richardson2014-09-251-1/+11
* futility: clean up a few shared functionsBill Richardson2014-09-251-2/+3
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-11/+20
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-121-3/+4
* futility: preserve preamble flags when resigning BIOS imagesBill Richardson2014-09-121-4/+9
* futility: sign command works on unsigned imagesBill Richardson2014-09-051-3/+22
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-0/+457