summaryrefslogtreecommitdiff
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-1810-106/+164
* Add fuzz testing driver programs for kernel and firmware verification.Gaurav Shah2010-03-176-9/+203
* Add a command line string field to verified boot kernel config image.Gaurav Shah2010-03-125-36/+24
* VBoot Reference: Fix many memory leaks.Gaurav Shah2010-03-129-25/+59
* Vboot Reference: Initialize local pointers with NULL.Gaurav Shah2010-03-111-4/+4
* Check return value on write() to fix warning.Gaurav Shah2010-03-111-4/+10
* Enable SHA1 optimizations (faster bit twiddling) and SHA2 optimizations (loop...Gaurav Shah2010-03-112-4/+5
* Vboot Reference: Make length types explicitly sized.Gaurav Shah2010-03-1025-50/+50
* Include missing header.Gaurav Shah2010-03-042-0/+2
* Fix RSA verification test.Gaurav Shah2010-03-044-7/+65
* Vboot Reference: Kernel Boot signing utility.Gaurav Shah2010-03-039-27/+470
* Add a README and turn-on optimizations.Gaurav Shah2010-03-032-1/+59
* Vboot Reference: Refactor Code.Gaurav Shah2010-03-0221-464/+649
* Make SHA benchmark output follow convention.Gaurav Shah2010-03-011-4/+4
* Fix a typo in the RSA benchmark.Gaurav Shah2010-03-012-4/+5
* Refactor siglen_map[] to store key size in bytes instead of 32-bit words.Gaurav Shah2010-02-2810-56/+37
* Vboot Reference: Add functions to verify signed kernel images.Gaurav Shah2010-02-288-31/+1199
* Make crypto benchmark output compatible with autotest.Gaurav Shah2010-02-282-5/+15
* use uint16_max.Gaurav Shah2010-02-262-4/+6
* Vboot reference: A basic user-land verified boot firmware signing and verifi...Gaurav Shah2010-02-2610-119/+461
* 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-2315-187/+525
* 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: Conditionally set Makefile CC variable so that it cross-comp...Gaurav Shah2010-02-171-1/+1
* Vboot Reference: Misc style fixes to Makefile and fix testing script.Gaurav Shah2010-02-166-33/+34
* Data structure and interface for manipulating and handing firmware images for...Gaurav Shah2010-02-1210-41/+872
* 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
* Make verify_data return the correct error code.Gaurav Shah2010-02-111-3/+7
* 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-068-15/+31
* 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-058-154/+196
* Add some convenience/helper functions for RSA. Modify test utility to use the...Gaurav Shah2010-02-054-38/+89
* Add a StatefulMemcpy which can be used to safely and iteratively copy blocks ...Gaurav Shah2010-02-043-2/+41
* Make SHA* function prototypes consistent.Gaurav Shah2010-02-042-2/+2
* Fix copyright header on padding.h.Gaurav Shah2010-02-041-0/+5
* 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-287-22/+227
* Refactor SHA*_file functions into a separate file. Generate them using a C ma...Gaurav Shah2010-01-286-138/+163
* RSA signature verification and SHA-1/256/512 reference implementation for ver...Gaurav Shah2010-01-2821-0/+2479