|
Changes to allow user-signed kernels to be generated.
Make vbutil_keyblock handle unsigned blocks. Also enable --unpack option and
add tests for it.
Modify vbutil_kernel to allow unsigned keyblocks, correct usage message,
and fix the --debug option which was somehow disabled.
Update load_kernel_test to accept /dev/null for the public key, to test
non-signed kernel keyblocks.
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+277 lines, -83 lines) |
Patch |
 |
M |
firmware/lib/vboot_common.c
|
View
|
|
3 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
firmware/version.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
host/lib/host_keyblock.c
|
View
|
|
3 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
tests/run_vbutil_tests.sh
|
View
|
|
2 chunks |
+28 lines, -3 lines |
0 comments
|
Download
|
 |
M |
utility/Makefile
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
A |
utility/dev_make_keypair
|
View
|
1
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
M |
utility/load_kernel_test.c
|
View
|
1
|
3 chunks |
+57 lines, -18 lines |
0 comments
|
Download
|
 |
M |
utility/vbutil_kernel.c
|
View
|
|
7 chunks |
+22 lines, -13 lines |
0 comments
|
Download
|
 |
M |
utility/vbutil_keyblock.c
|
View
|
|
5 chunks |
+61 lines, -39 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|