summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* VBoot Reference: Refactoring Part 3Gaurav Shah2010-03-312-10/+13
* combined patch for:Gaurav Shah2010-03-3118-31/+22
* Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"David Garcia2010-03-3117-17/+26
* VBoot Reference: Refactor Part 2 - Crypto LibrariesGaurav Shah2010-03-3017-26/+17
* VBoot Reference: Refactor Pass 1: Split {firmware|kernel}_imageGaurav Shah2010-03-301-33/+23
* Make image verification test script call big_{firmware|kernel} tests.Gaurav Shah2010-03-301-2/+12
* Use UINT64_C macros from stdint.h.Gaurav Shah2010-03-302-2/+2
* Explicitly use the ULL suffix to specify a large constant.Gaurav Shah2010-03-302-2/+2
* Propagate use of uint64_t to more functions that may need to deal with arbitr...Gaurav Shah2010-03-299-35/+211
* VBoot Reference: Fix splicing bugs in Firmware and Kernel verification.Gaurav Shah2010-03-297-13/+191
* Fix benchmark output label.Gaurav Shah2010-03-261-1/+1
* VBoot Reference: Add kernel rollback prevention and choosing logic.Gaurav Shah2010-03-267-15/+210
* Move test utility functions to a common place.Gaurav Shah2010-03-259-442/+325
* VBoot Reference: Add version checking to for preventing rollbacks.Gaurav Shah2010-03-246-49/+319
* Fix test return values (otherwise, autotest mistakenly thinks it failed).Gaurav Shah2010-03-222-2/+2
* Vboot Reference: Add kernel image verification benchmark.Gaurav Shah2010-03-224-79/+269
* Vboot Reference: Add a firmware verification benchmark.Gaurav Shah2010-03-222-17/+235
* Vboot Reference: Spring cleaning of test scripts.Gaurav Shah2010-03-196-163/+101
* Add --describe flag to {firmware|kernel}_utility.Gaurav Shah2010-03-182-35/+2
* Add fuzz testing driver programs for kernel and firmware verification.Gaurav Shah2010-03-174-3/+192
* Add a command line string field to verified boot kernel config image.Gaurav Shah2010-03-122-13/+4
* VBoot Reference: Fix many memory leaks.Gaurav Shah2010-03-124-4/+6
* Vboot Reference: Make length types explicitly sized.Gaurav Shah2010-03-105-6/+6
* Fix RSA verification test.Gaurav Shah2010-03-042-3/+3
* Vboot Reference: Refactor Code.Gaurav Shah2010-03-025-66/+44
* Make SHA benchmark output follow convention.Gaurav Shah2010-03-011-4/+4
* Fix a typo in the RSA benchmark.Gaurav Shah2010-03-011-3/+4
* Refactor siglen_map[] to store key size in bytes instead of 32-bit words.Gaurav Shah2010-02-282-9/+1
* Vboot Reference: Add functions to verify signed kernel images.Gaurav Shah2010-02-285-29/+381
* Make crypto benchmark output compatible with autotest.Gaurav Shah2010-02-282-5/+15
* Vboot reference: A basic user-land verified boot firmware signing and verifi...Gaurav Shah2010-02-262-5/+4
* Add a test for RSA PKCS #1 v1.5 signature verification.Gaurav Shah2010-02-247-2/+1765
* Vboot Reference: Add the "real" reference firmware verification function (Ver...Gaurav Shah2010-02-232-44/+94
* Vboot Reference: Make firmware image verification test handle errors gracefully.Gaurav Shah2010-02-181-10/+17
* Vboot Reference: Add a RSA verify benchmark.Gaurav Shah2010-02-1720-7/+165
* Vboot Reference: Misc style fixes to Makefile and fix testing script.Gaurav Shah2010-02-162-4/+5
* Data structure and interface for manipulating and handing firmware images for...Gaurav Shah2010-02-123-5/+206
* VBoot Reference: Make RSA verification test script return the right error code.Gaurav Shah2010-02-121-5/+21
* SHA* digest function speed test.Gaurav Shah2010-02-124-4/+112
* Vboot Reference: Move test key generation to a separate script and add sample...Gaurav Shah2010-02-1015-23/+365
* Refactor code from test/ to utils/ since they are not just used by tests.Gaurav Shah2010-02-066-238/+8
* Fix lost variable declarations due to a botched merge on the previous push.Gaurav Shah2010-02-052-5/+7
* Add generic wrappers for performing message digest operations.Gaurav Shah2010-02-055-153/+9
* Add some convenience/helper functions for RSA. Modify test utility to use the...Gaurav Shah2010-02-051-37/+21
* Minor fix to the "clean" Makefile target.Gaurav Shah2010-02-011-1/+1
* Utility to output digests in format suitable for RSA signatures.Gaurav Shah2010-01-284-13/+100
* Refactor SHA*_file functions into a separate file. Generate them using a C ma...Gaurav Shah2010-01-285-132/+146
* RSA signature verification and SHA-1/256/512 reference implementation for ver...Gaurav Shah2010-01-286-0/+577