summaryrefslogtreecommitdiff
path: root/tests/test_common.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-112/+115
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-061-5/+1
* test: Make TEST_EQ print either 'comment' or 'desc'stabilize-8872.70.Bstabilize-8872.6.Bstabilize-8872.40.Bstabilize-8872.15.Brelease-R55-8872.BDaisuke Nojiri2016-10-051-4/+4
* test: Print either 'comment' or 'desc'stabilize-8838.BDaisuke Nojiri2016-09-241-4/+4
* test: Print out actual result when test_succ failsstabilize-8350.68.Bstabilize-8350.21.Brelease-R52-8350.BDaisuke Nojiri2016-05-181-1/+1
* test: Make TEST_* report test locationstabilize-8337.BDaisuke Nojiri2016-05-101-48/+77
* test: Add TEST_STR_NEQDaisuke Nojiri2016-05-081-0/+20
* vboot2: Use more specific error codesstabilize-5944.Bstabilize-5943.Bstabilize-5942.Bfactory-samus-5939.BRandall Spangler2014-06-071-2/+15
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+1
* Enable (and test) custom dev-mode soundsBill Richardson2011-10-051-0/+22
* Add tests for vboot_firmware.cRandall Spangler2011-09-011-5/+5
* Add tests for rsa_utility.cRandall Spangler2011-09-011-0/+14
* Partial unit tests for rollback_indexRandall Spangler2011-08-261-6/+25
* Add tests for vboot_reference stateful_util.cRandall Spangler2011-08-241-1/+18
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-5/+0
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-171-111/+0
* Remove old firmware verification code, now that firmware build has switched t...Randall Spangler2010-06-161-104/+0
* Add a kernel subkey signing algorithm key and algorithm fields to firmware pr...Gaurav Shah2010-06-031-0/+6
* Make kernel signature a part of the kernel preamble.Gaurav Shah2010-05-261-0/+12
* Change kernel vboot header layout and add support for separate header verific...Gaurav Shah2010-05-261-1/+3
* VBoot Reference: Make kernel_config a 4K byte block, and move it after the ve...Gaurav Shah2010-04-291-7/+3
* Change VerifyFirmware() to take separate pointers to firmware verification he...Gaurav Shah2010-04-181-18/+12
* VBoot Reference: Output debug information using debug() instead of fprintf().Gaurav Shah2010-04-051-4/+4
* combined patch for:Gaurav Shah2010-03-311-1/+1
* Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"David Garcia2010-03-311-1/+1
* VBoot Reference: Refactor Part 2 - Crypto LibrariesGaurav Shah2010-03-301-1/+1
* Propagate use of uint64_t to more functions that may need to deal with arbitr...Gaurav Shah2010-03-291-4/+4
* VBoot Reference: Fix splicing bugs in Firmware and Kernel verification.Gaurav Shah2010-03-291-8/+14
* VBoot Reference: Add kernel rollback prevention and choosing logic.Gaurav Shah2010-03-261-5/+35
* Move test utility functions to a common place.Gaurav Shah2010-03-251-1/+186
* VBoot Reference: Add version checking to for preventing rollbacks.Gaurav Shah2010-03-241-0/+30