Hello build bot (Jenkins), Frans Hendriks, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43483
to look at the new patch set (#2).
Change subject: Documentation/vendorcode/eltan/security.md: Fix bugs in the guide ......................................................................
Documentation/vendorcode/eltan/security.md: Fix bugs in the guide
ELTAN verified boot seems to be using vboot 2.1 key format not vboot 1.0. Generating vboot 1.0 keys results in public key of incorrect size (according to the verified boot implementation in vendorcode) which results in errors when booting.
Fix the cbfstool extraction command to take the stage file into account, which may have certain sections removed.
Add note about endianess of digest generated by OpenSSL.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I27cf8e3f8e22876f671092fe4d3265a98564d996 --- M Documentation/vendorcode/eltan/security.md 1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/43483/2