|
Switch to using .vbprivk for signing everything now.
This makes it much simpler to keep track of what we're doing.
vbutil_key can now wrap both .keyb and .pem keys. It figures out which is
which by trying both and just using the one that works.
vbutil_keyblock and vbutil_kernel now use .vbprivk files for signing.
replace debug() with VBDEBUG(()) in host-side sources, too.
rename PrivateKeyRead to PrivateKeyReadPem
Add real PrivateKeyRead and PrivateKeyWrite for .vbprivk files.
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+288 lines, -174 lines) |
Patch |
 |
M |
firmware/version.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
host/include/host_key.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
host/lib/file_keys.c
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
host/lib/host_key.c
|
View
|
|
6 chunks |
+89 lines, -11 lines |
0 comments
|
Download
|
 |
M |
host/lib/host_keyblock.c
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
host/lib/host_misc.c
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
host/lib/host_signature.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
host/lib/signature_digest.c
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tests/big_firmware_tests.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/big_kernel_tests.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/firmware_verify_benchmark.c
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/kernel_rollback_tests.c
|
View
|
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
tests/kernel_verify_benchmark.c
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/rollback_index_mock.c
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/rsa_verify_benchmark.c
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
tests/run_vbutil_tests.sh
|
View
|
|
3 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
 |
M |
utility/dump_kernel_config.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utility/vbutil_kernel.c
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
utility/vbutil_key.c
|
View
|
|
6 chunks |
+91 lines, -61 lines |
2 comments
|
Download
|
 |
M |
utility/vbutil_keyblock.c
|
View
|
|
7 chunks |
+31 lines, -45 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|