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