summaryrefslogtreecommitdiff
path: root/tests/vboot_common2_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-303/+0
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-9/+9
* Fix more coverity warningsRandall Spangler2016-10-011-1/+5
* tests: Fix coverity warningsRandall Spangler2016-09-151-6/+10
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-061-1/+1
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-061-3/+4
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-2/+4
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-11/+14
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-6/+11
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-1/+1
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-1/+1
* Add memory leak checkingSimon Glass2013-09-171-1/+4
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Add more vboot common testsRandall Spangler2013-01-251-0/+5
* Convert common tests from shell scripts to running directlyRandall Spangler2013-01-231-201/+232
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-11/+10
* Added size param to VerifyData()Randall Spangler2010-07-191-29/+35
* Adding --repack and --headeronly options to vbutil_kernelBill Richardson2010-06-301-1/+1
* Add a script to generate test vboot-format public keys.Gaurav Shah2010-06-291-1/+1
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-4/+5
* Remove old firmware verification code, now that firmware build has switched t...Randall Spangler2010-06-161-1/+0
* Implemented pipelined hash calculation in LoadFirmware()Randall Spangler2010-06-151-2/+29
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-101-4/+6
* Major refactoring of structures, with unit tests. This matches the doc I sen...Randall Spangler2010-06-101-0/+210