Gitiles
Code Review
Sign In
review.coreboot.org
/
vboot
/
8eaf239a0484a91785464a08224abd2521135929
8eaf239
support 'cgpt repair'
by Louis Yung-Chieh Lo
· 13 years ago
b31ddce
add cgpt framework and attribute support.
by Louis Yung-Chieh Lo
· 13 years ago
0dce41c
rename cgpt files with cgptlib prefix (to avoid conflicts to cgpt utility)
by Louis Yung-Chieh Lo
· 13 years ago
b17db3c
cgpt supports GptNextKernelEntry() and GptUpdateKernelEntry()
by Louis Yung-Chieh Lo
· 13 years ago
49fa8e5
Add more test cases for GptInit() and fixed some bugs
by Louis Yung-Chieh Lo
· 13 years ago
bd52fc7
VBoot Reference: Make kernel_config a 4K byte block, and move it after the verified boot block.
by Gaurav Shah
· 13 years ago
887e3d4
Vboot Reference: Remove dependency on TrouSers by not including tss/tcs.h
by Gaurav Shah
· 13 years ago
2480a18
Vboot Reference: Make kernel signing utility more flexible.
by Gaurav Shah
· 13 years ago
37f6b55
Add helper functions and files for gpt tests.
by Louis Yung-Chieh Lo
· 13 years ago
4bbf21e
A simple test infrastructure -- idea stolen from Gaurav.
by Louis Yung-Chieh Lo
· 13 years ago
e1a25ab
cgptlib stub for verified boot development.
by Louis Yung-Chieh Lo
· 13 years ago
065d360
Fix bug in GetLogicalFirmwareVersion().
by Gaurav Shah
· 13 years ago
0265882
Change VerifyFirmware() to take separate pointers to firmware verification header and firmware data.
by Gaurav Shah
· 13 years ago
65127cc
Add a --vblock option to firmware_utility to only output the verification block.
by Gaurav Shah
· 13 years ago
c768647
Remove big_[firmware|kernel]_tests from the script used in the autotest.
by Gaurav Shah
· 13 years ago
f3dd1a6
VBoot Reference: Output debug information using debug() instead of fprintf().
by Gaurav Shah
· 13 years ago
ef7510f
Updated README
by Gaurav Shah
· 13 years ago
fc70d72
VBoot Reference: Refactoring Part 3
by Gaurav Shah
· 13 years ago
5411c7a
combined patch for:
by Gaurav Shah
· 13 years ago
21c3f7f
Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"
by David Garcia
· 13 years ago
d46c347
VBoot Reference: Refactor Part 2 - Crypto Libraries
by Gaurav Shah
· 13 years ago
ed9c96a
VBoot Reference: Refactor Pass 1: Split {firmware|kernel}_image
by Gaurav Shah
· 13 years ago
091dfdf
Make image verification test script call big_{firmware|kernel} tests.
by Gaurav Shah
· 13 years ago
7982ed3
Use UINT64_C macros from stdint.h.
by Gaurav Shah
· 13 years ago
d0f3298
Explicitly use the ULL suffix to specify a large constant.
by Gaurav Shah
· 13 years ago
e450be4
Propagate use of uint64_t to more functions that may need to deal with arbitrary length data.
by Gaurav Shah
· 13 years ago
463be3f
VBoot Reference: Fix splicing bugs in Firmware and Kernel verification.
by Gaurav Shah
· 13 years ago
5b730c4
VBoot ReferenceL Add instructions to generate (self-)signed firmware images.
by Gaurav Shah
· 13 years ago
f37ae21
Fix benchmark output label.
by Gaurav Shah
· 13 years ago
a82bf26
VBoot Reference: Add kernel rollback prevention and choosing logic.
by Gaurav Shah
· 13 years ago
3199eed
Move test utility functions to a common place.
by Gaurav Shah
· 13 years ago
7853971
Add another missing header to remove compile time error.
by Gaurav Shah
· 13 years ago
0df0837
Add missing header.
by Gaurav Shah
· 13 years ago
ce0cc30
VBoot Reference: Add version checking to for preventing rollbacks.
by Gaurav Shah
· 13 years ago
1e56693
Fix test return values (otherwise, autotest mistakenly thinks it failed).
by Gaurav Shah
· 13 years ago
1393711
Vboot Reference: Add kernel image verification benchmark.
by Gaurav Shah
· 13 years ago
e268eef
Vboot Reference: Add a firmware verification benchmark.
by Gaurav Shah
· 13 years ago
445925f
Vboot Reference: Spring cleaning of test scripts.
by Gaurav Shah
· 13 years ago
528a2c1
Add --describe flag to {firmware|kernel}_utility.
by Gaurav Shah
· 13 years ago
ccaa90f
Add fuzz testing driver programs for kernel and firmware verification.
by Gaurav Shah
· 13 years ago
4f39386
Add a command line string field to verified boot kernel config image.
by Gaurav Shah
· 13 years ago
259de40
VBoot Reference: Fix many memory leaks.
by Gaurav Shah
· 13 years ago
48ed9b8
Vboot Reference: Initialize local pointers with NULL.
by Gaurav Shah
· 13 years ago
16ca324
Check return value on write() to fix warning.
by Gaurav Shah
· 13 years ago
0a8864f
Enable SHA1 optimizations (faster bit twiddling) and SHA2 optimizations (loop unroll).
by Gaurav Shah
· 13 years ago
456678b
Vboot Reference: Make length types explicitly sized.
by Gaurav Shah
· 13 years ago
a6fb7a6
Include missing header.
by Gaurav Shah
· 13 years ago
cb3d22e
Fix RSA verification test.
by Gaurav Shah
· 13 years ago
80d129b
Vboot Reference: Kernel Boot signing utility.
by Gaurav Shah
· 13 years ago
56c9f4d
Add a README and turn-on optimizations.
by Gaurav Shah
· 13 years ago
f5564fa
Vboot Reference: Refactor Code.
by Gaurav Shah
· 13 years ago
444e1e1
Make SHA benchmark output follow convention.
by Gaurav Shah
· 13 years ago
c7daf38
Fix a typo in the RSA benchmark.
by Gaurav Shah
· 13 years ago
cae5fa6
Refactor siglen_map[] to store key size in bytes instead of 32-bit words.
by Gaurav Shah
· 13 years ago
f67bcaa
Vboot Reference: Add functions to verify signed kernel images.
by Gaurav Shah
· 13 years ago
8b95c70
Make crypto benchmark output compatible with autotest.
by Gaurav Shah
· 13 years ago
3d4cb84
use uint16_max.
by Gaurav Shah
· 13 years ago
23a2f3a
Vboot reference: A basic user-land verified boot firmware signing and verification utility.
by Gaurav Shah
· 13 years ago
7d122e2
Add a test for RSA PKCS #1 v1.5 signature verification.
by Gaurav Shah
· 13 years ago
08df9b8
Vboot Reference: Add the "real" reference firmware verification function (VerifyFirmware).
by Gaurav Shah
· 13 years ago
4a3189f
Vboot Reference: Make firmware image verification test handle errors gracefully.
by Gaurav Shah
· 13 years ago
52898d3
Vboot Reference: Add a RSA verify benchmark.
by Gaurav Shah
· 13 years ago
27bfc8b
Vboot Reference: Conditionally set Makefile CC variable so that it cross-compiles.
by Gaurav Shah
· 13 years ago
7ca31f3
Vboot Reference: Misc style fixes to Makefile and fix testing script.
by Gaurav Shah
· 13 years ago
431b988
Data structure and interface for manipulating and handing firmware images for verified boot.
by Gaurav Shah
· 13 years ago
1a055ad
VBoot Reference: Make RSA verification test script return the right error code.
by Gaurav Shah
· 13 years ago
cc1dd99
SHA* digest function speed test.
by Gaurav Shah
· 13 years ago
6f55539
Make verify_data return the correct error code.
by Gaurav Shah
· 13 years ago
e3ef9c9
Vboot Reference: Move test key generation to a separate script and add sample test keys.
by Gaurav Shah
· 13 years ago
1f81a6f
Refactor code from test/ to utils/ since they are not just used by tests.
by Gaurav Shah
· 13 years ago
355031b
Fix lost variable declarations due to a botched merge on the previous push.
by Gaurav Shah
· 13 years ago
290e078
Add generic wrappers for performing message digest operations.
by Gaurav Shah
· 13 years ago
e178fd9
Add some convenience/helper functions for RSA. Modify test utility to use the new function.
by Gaurav Shah
· 13 years ago
d067712
Add a StatefulMemcpy which can be used to safely and iteratively copy blocks of memory.
by Gaurav Shah
· 13 years ago
73bfa07
Make SHA* function prototypes consistent.
by Gaurav Shah
· 13 years ago
3a87852
Fix copyright header on padding.h.
by Gaurav Shah
· 13 years ago
d857f2a
Minor fix to the "clean" Makefile target.
by Gaurav Shah
· 13 years ago
8bf29d8
Utility to output digests in format suitable for RSA signatures.
by Gaurav Shah
· 13 years ago
321f310
Refactor SHA*_file functions into a separate file. Generate them using a C macro.
by Gaurav Shah
· 13 years ago
322536d
RSA signature verification and SHA-1/256/512 reference implementation for verified boot.
by Gaurav Shah
· 13 years ago