summaryrefslogtreecommitdiff
path: root/futility/cmd_sign.c
Commit message (Expand)AuthorAgeFilesLines
* 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