summaryrefslogtreecommitdiff
path: root/tests/futility
Commit message (Expand)AuthorAgeFilesLines
* futility: add support for usbpd1 imagesBill Richardson2015-03-3115-0/+166
* futility: add --type arg to show and sign commandsBill Richardson2015-03-313-0/+76
* futility: Fix test_create.sh to use ID field for vb21Bill Richardson2015-03-271-2/+9
* futility: Split help for "sign" command into partsBill Richardson2015-03-201-3/+3
* futility: add tests for futil_file_type(), correctly this timeBill Richardson2015-03-127-0/+95
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-123-17/+17
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-123-17/+17
* Revert "futility: add tests for futil_file_type()"Prathmesh Prabhu2015-03-127-95/+0
* futility: add tests for futil_file_type()Bill Richardson2015-03-117-0/+95
* futility: Make --debug a global optionBill Richardson2015-03-113-17/+17
* futility: show some information about .pem filesBill Richardson2015-03-101-2/+6
* futility: show sha1sums for private keys tooBill Richardson2015-03-101-0/+7
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-102-4/+44
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-282-5/+7
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-0/+3
* futility: remove obsolete dev_sign_file commandBill Richardson2015-01-221-14/+0
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-041-0/+23
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-041-41/+158
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-0/+22
* Add hwid digest field to GBB headerBill Richardson2014-10-212-4/+35
* futility: Be more accepting of how it's invokedBill Richardson2014-10-151-7/+41
* futility: rolled back vbutil_kernel changeBill Richardson2014-10-021-70/+33
* futility: show vs verifyBill Richardson2014-09-275-19/+119
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-09-273-0/+158
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-273-38/+116
* futility: Prepare to handle kernel partitions & firmware blobsBill Richardson2014-09-252-1/+8
* futility: implement vbutil_kernel using buffers, not filesBill Richardson2014-09-254-0/+169
* futility: allow dump_fmap to specify where to extract areaBill Richardson2014-09-252-1/+17
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-121-1/+1
* futility: slight tweak to the logging implementationBill Richardson2014-09-121-14/+18
* futility: preserve preamble flags when resigning BIOS imagesBill Richardson2014-09-121-6/+39
* futility: sign command works on unsigned imagesBill Richardson2014-09-052-1/+36
* futility: add load_fmap command, useful for testsBill Richardson2014-09-052-0/+44
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-052-13/+24
* futility: Add a test for the resign_firmwarefd.sh scriptBill Richardson2014-09-0512-3/+8136
* vboot2: Move vb2_verify_fw inside of futilityRandall Spangler2014-08-251-16/+0
* futility: Add remaining vboot binary utilitiesBill Richardson2014-07-315-77/+282
* futility: add vbutil_keyblock into the built-in featuresBill Richardson2014-07-171-1/+1
* futility: add vbutil_key into the built-in featuresBill Richardson2014-07-171-1/+1
* Increase test coverage for dump_fmapBill Richardson2014-07-176-15/+100
* Cleanup futility test coverage framework a bitBill Richardson2014-07-163-5/+60
* Build dump_fmap into futility.Bill Richardson2013-04-097-15/+124
* Add framework for testing builtin futility functions.Bill Richardson2013-04-054-0/+200