summaryrefslogtreecommitdiff
path: root/tests/test_common.c
Commit message (Expand)AuthorAgeFilesLines
* 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