summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cgpt repair: fix segfault which occurs when one of the headers is badstabilize-7202.Bstabilize-7199.Bstabilize-7173.BAndrey Ulanov2015-06-131-0/+16
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-091-0/+446
* vboot2: Add routines to load kernel preambleRandall Spangler2015-06-041-1/+88
* cgpt: Add a callback to allow override of GPT entry priorityFurquan Shaikh2015-06-041-0/+78
* vboot2: secdata: Check struct_version on initializationstabilize-7134.BJulius Werner2015-06-021-0/+4
* fastboot: Add routines for unlock and lock devicestabilize-7131.BFurquan Shaikh2015-05-291-0/+62
* fastboot: Add fastboot related flags to vb2Furquan Shaikh2015-05-292-0/+8
* fastboot: Add fastboot related flags to nvstorageFurquan Shaikh2015-05-292-0/+13
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-282-0/+57
* fastboot: Add routine for verifying kernel image loaded in memoryFurquan Shaikh2015-05-271-0/+281
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-221-0/+394
* vboot2: Split keyblock checking and signature validationRandall Spangler2015-05-221-45/+90
* vboot2: Add routine to verify kernel preambleRandall Spangler2015-05-211-0/+182
* nvstorage: Add new flag VBNV_DEV_BOOT_FASTBOOT_FULL_CAPFurquan Shaikh2015-05-162-0/+13
* vboot2: Support VB2_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECKJulius Werner2015-05-162-0/+20
* Detect GBB 1.1 also as impcompatible versionDaisuke Nojiri2015-05-141-2/+2
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-131-0/+114
* vboot1: Condition default legacy boot on dev_boot_legacystabilize-7060.Bstabilize-7059.BJulius Werner2015-05-121-1/+2
* vboot1: Lock TPM physical presence (kernel rollback) on legacy bootJulius Werner2015-05-121-6/+6
* Make SHA library accessible to calling firmwareRandall Spangler2015-05-071-45/+33
* vboot_reference: remove dependency on trousersLuigi Semenzato2015-04-291-4/+0
* cgpt: Handle read errors gracefullystabilize-7019.Bstabilize-7018.BDan Ehrenberg2015-04-291-22/+34
* Report if firmware is signed by developer keyVadim Bendebury2015-04-101-0/+2
* 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