summaryrefslogtreecommitdiff
path: root/futility/vb2_helper.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-12/+4
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-19/+19
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-8/+44
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-061-27/+0
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-111-3/+3
* vboot: fix up some more includesJoel Kitching2019-09-231-9/+7
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-0/+1
* Update for openssl 1.1Daniel Kurtz2017-07-071-2/+5
* Drop pre-vboot2 safe guardsStefan Reinauer2017-06-271-1/+0
* futility: Fix lookup of invalid algorithm namesRandall Spangler2016-09-061-10/+4
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-12/+12
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-27/+25
* futility: add support for .pem with public keystabilize-smaug-7566.BVincent Palatin2015-10-171-2/+9
* futility: add support for usbpd1 imagesBill Richardson2015-03-311-0/+27
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-1/+0
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-11/+10
* futility: put the recognizer functions in file_type.incBill Richardson2015-03-311-3/+3
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-7/+7
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-101-39/+38
* futility: show some information about .pem filesBill Richardson2015-03-101-0/+70
* futility: show sha1sums for private keys tooBill Richardson2015-03-101-1/+23
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-0/+125