summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* bdb: Make 'futility show' support BDBDaisuke Nojiri2016-10-043-0/+73
* bdb: Add 'bdb --verify' to futilityDaisuke Nojiri2016-10-041-4/+53
* bdb: Add 'bdb --resign' to futilityDaisuke Nojiri2016-10-041-8/+232
* bdb: Add 'bdb --add' to futilityDaisuke Nojiri2016-10-041-6/+70
* bdb: add bdb --create command to futilityDaisuke Nojiri2016-10-041-0/+334
* Fix more coverity warningsRandall Spangler2016-10-012-1/+5
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-153-5/+13
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-148-44/+81
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-066-184/+186
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-061-23/+20
* futility: Fix lookup of invalid algorithm namesRandall Spangler2016-09-063-17/+8
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-0210-95/+98
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-109-113/+82
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-1010-107/+154
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-036-37/+62
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-033-62/+52
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-268-207/+270
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-268-72/+71
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-226-67/+75
* include sys/sysmacros.h for major()Mike Frysinger2016-04-201-0/+1
* Include <fcntl.h> instead of <sys/fcntl.h>.Doug Evans2016-01-061-1/+1
* futility: add support for .pem with public keystabilize-smaug-7566.BVincent Palatin2015-10-172-21/+42
* futility: fix segfault on short filesVincent Palatin2015-10-171-1/+2
* futility: Revised support for RO+RW firmwareBill Richardson2015-10-156-179/+223
* futility: Support for signing RO+RW firmwarestabilize-smaug-7547.BBill Richardson2015-10-135-4/+280
* futility: Add show capability for usbpd1 imagesBill Richardson2015-09-252-34/+295
* futility: Compute / verify root key hashRandall Spangler2015-07-213-1/+188
* vboot_reference: fix several syntax warnings found by clang.stabilize-6996.BYunlian Jiang2015-04-151-1/+1
* futility: improve help message for show commandBill Richardson2015-04-151-17/+19
* futility: Initialize stack variablesAnatol Pomazau2015-04-131-1/+1
* vboot: fix name-collision with OpenSSL.stabilize-6946.55.Bstabilize-6937.Brelease-R43-6946.BAdam Langley2015-04-021-1/+0
* futility: add support for usbpd1 imagesBill Richardson2015-03-316-49/+402
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-318-598/+573
* futility: cleanup help functions for sign commandBill Richardson2015-03-311-33/+49
* futility: export options for the sign and show commandsBill Richardson2015-03-313-232/+277
* futility: add --type arg to show and sign commandsBill Richardson2015-03-314-17/+53
* futility: refactor to handle each file type individuallyBill Richardson2015-03-318-644/+466
* futility: put the recognizer functions in file_type.incBill Richardson2015-03-317-89/+126
* futility: send debug messages to stdout, not stderrstabilize-6919.BBill Richardson2015-03-271-2/+2
* futility: Split help for "sign" command into partsBill Richardson2015-03-205-71/+170
* futility: Let each command provide its own helpBill Richardson2015-03-1814-93/+171
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-1814-76/+73
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-125-9/+8
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-125-8/+9
* futility: Make --debug a global optionBill Richardson2015-03-115-9/+8
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-102-22/+21
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-102-50/+60
* futility: show some information about .pem filesBill Richardson2015-03-105-0/+80
* futility: show sha1sums for private keys tooBill Richardson2015-03-102-2/+40
* futility: Display public and private keys for both formatsBill Richardson2015-03-107-8/+154