aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-03-10futility: Add create command to make keypairs from RSA filesBill Richardson
2015-02-28futility: Add global args to specify vboot API and formatBill Richardson
2015-02-19Use /usr/bin/python2 in shebangsAnatol Pomazau
2015-02-12kernel flags: Add flags field to kernel preamble.Furquan Shaikh
2015-02-04vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner
2015-02-03futility: handle truncated BIOS images without segfaultBill Richardson
2015-01-31vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner
2015-01-31add vb2api_get_pcr_digestDaisuke Nojiri
2015-01-28futility: extract vb2_verify_fw to an external testBill Richardson
2015-01-28vboot2: fix alignment issues on 32-bit architecturesBill Richardson
2015-01-23vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen
2015-01-22futility: remove obsolete dev_sign_file commandBill Richardson
2015-01-22futility: extract verify_kernel command to an external testBill Richardson
2015-01-06vboot2: Introduce vb2ex_hwcrypto APIJulius Werner
2015-01-05nand: vboot support for small GPTsDan Ehrenberg
2014-12-16cgpt: Rework number of entries calculationNam T. Nguyen
2014-12-15vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg
2014-12-12cgpt: Support non-standard (smaller) entries tableNam T. Nguyen
2014-12-11vboot: GPT interface cleanupDan Ehrenberg
2014-12-05vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler
2014-12-04vboot2: Move old struct handling to lib20/Randall Spangler
2014-12-04futility: Don't copy the entire kernel partition just to sign a blobBill Richardson
2014-12-04futility: return the correct size of kernel blob within partitionBill Richardson
2014-12-04futility: fix segfault when displaying truncated kernelsBill Richardson
2014-12-04vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler
2014-12-04vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer
2014-12-04vboot2: Clean up signing data for unit testsRandall Spangler
2014-12-03vboot2: Use calloc() in host lib and unit testsRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler
2014-12-01vboot2: Use new hostlib functions in unit testsRandall Spangler
2014-11-27vboot2: Add host library functions for signing to new struct formatRandall Spangler
2014-11-27vboot2: Add host lib support for bare hash keysRandall Spangler
2014-11-27vboot2: Add host library functions to read/write new-format key objectsRandall Spangler
2014-11-27vboot2: Add host library functions to read/write files and objectsRandall Spangler
2014-11-26vboot: Remove FTS codeNam T. Nguyen
2014-11-15Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"Julius Werner
2014-11-15vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg
2014-11-14vboot: Fix load_kernel_tests to call the right cgptNam T. Nguyen
2014-11-14vboot2: Add api-level functions to use new data structuresRandall Spangler
2014-11-14vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen
2014-11-14vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg
2014-11-14vboot2: load keyblock and preamble from new-style structsRandall Spangler
2014-11-13vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen
2014-11-12vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler
2014-11-06vboot2: Change preamble to contain a list of signaturesRandall Spangler
2014-11-06vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler
2014-11-06vboot2: add code to verify vb2_keyblock2Randall Spangler
2014-11-05vboot2: add support for verify data / digest using new signature structRandall Spangler
2014-11-05vboot2: add support for new vb2_signature2 structRandall Spangler