Vboot reference:  A basic user-land verified boot firmware signing and verification utility.

This is a first cut at what I envision as a utility we can use to manage our firmware/kernel signing needs. Currently, it implements firmware signing (given a binary image, create a verified boot header) and verification (given a verified boot image, verify it using the given public root key).

This CL also fixes the ReadFirmwareImage function from firmware_image to make it more consistent and fixes some bugs.

Review URL: http://codereview.chromium.org/652216
10 files changed
tree: 20f49ccaf80c7ed051878082e03cd857337e6a92
  1. common/
  2. crypto/
  3. include/
  4. tests/
  5. utils/
  6. Makefile