Hello Philipp Deppenwiese, build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30831
to look at the new patch set (#3).
Change subject: vendorcode/eltan/security/lib: Add hashing library used for measured and verified boot. ......................................................................
vendorcode/eltan/security/lib: Add hashing library used for measured and verified boot.
coreboot does not contains separate hashing support, beside in 3rdparty/vboot. Create library which is a 'wrapper' using only SHA-1, SHA-256 and SHA-512 support from 3rdparty/vboot/firmware.
Functions cb_sha1(), cb_sha256() and cb_sha512 can be used for hashing.
BUG=N/A TEST=Created binary and verify logging on Facebok FBG-1701
Change-Id: If828bde54c79e836a5b05ff0447645d7e06e819a Signed-off-by: Frans Hendriks fhendriks@eltan.com --- A src/vendorcode/eltan/security/include/cb_sha1.h A src/vendorcode/eltan/security/include/cb_sha256.h A src/vendorcode/eltan/security/include/cb_sha512.h A src/vendorcode/eltan/security/include/cryptolib.h A src/vendorcode/eltan/security/lib/Makefile.inc A src/vendorcode/eltan/security/lib/cb_sha1.c A src/vendorcode/eltan/security/lib/cb_sha256.c A src/vendorcode/eltan/security/lib/cb_sha512.c 8 files changed, 308 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/30831/3