summaryrefslogtreecommitdiff
path: root/tests
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
* TestBmpBlock: use real tempdirs instead of $PWDMike Frysinger2015-03-131-76/+64
* vb21 tests: use the build dir for temp filesMike Frysinger2015-03-133-17/+43
* futility: add tests for futil_file_type(), correctly this timeBill Richardson2015-03-128-0/+96
* 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-128-96/+0
* futility: add tests for futil_file_type()Bill Richardson2015-03-118-0/+96
* futility: Make --debug a global optionBill Richardson2015-03-113-17/+17
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-104-30/+30
* cleanup: Fix some typos in commentsBill Richardson2015-03-101-1/+1
* 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
* Use /usr/bin/python2 in shebangsAnatol Pomazau2015-02-191-1/+1
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-122-2/+2
* vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner2015-02-041-7/+10
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-0/+3
* vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner2015-01-312-2/+4
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+50
* futility: extract vb2_verify_fw to an external testBill Richardson2015-01-282-2/+213
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-2817-32/+50
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-232-2/+2
* futility: remove obsolete dev_sign_file commandBill Richardson2015-01-221-14/+0
* futility: extract verify_kernel command to an external testBill Richardson2015-01-222-1/+138
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-062-18/+180
* nand: vboot support for small GPTsDan Ehrenberg2015-01-052-2/+7
* cgpt: Rework number of entries calculationNam T. Nguyen2014-12-161-0/+6
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-152-3/+32
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-123-4/+15
* vboot: GPT interface cleanupDan Ehrenberg2014-12-112-76/+78
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-059-259/+258
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-0411-451/+562
* 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
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-0411-741/+848
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-041-6/+1
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-045-136/+48
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-033-8/+4
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-011-0/+120
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-014-70/+161
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-013-226/+90
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-275-32/+214
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-272-26/+71
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-0/+257