summaryrefslogtreecommitdiff
path: root/futility/file_type_rwsig.c
Commit message (Expand)AuthorAgeFilesLines
* futility/file_type_*: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-251-16/+14
* futility/file_type*: Minor cleanups for maintainabilityEdward O'Callaghan2023-03-251-19/+13
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-9/+1
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-25/+47
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-111-3/+3
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-2/+2
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+1
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-7/+7
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-5/+2
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-28/+26
* EC-EFS: Fix in-place signature replacementDaisuke Nojiri2017-11-141-5/+6
* futility: Make rwsig sign command produce EC_RW imageDaisuke Nojiri2017-09-091-10/+33
* futility: rwsig: Add support for images with FMAPNicolas Boichat2017-02-251-29/+221
* cmd_sign/rwsig: Free sign_option.prikey in the main functionNicolas Boichat2017-02-251-2/+0
* futility: Fix lookup of invalid algorithm namesRandall Spangler2016-09-061-5/+2
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-24/+24
* futility: fix segfault on short filesVincent Palatin2015-10-171-1/+2
* futility: Revised support for RO+RW firmwareBill Richardson2015-10-151-112/+162
* futility: Support for signing RO+RW firmwarestabilize-smaug-7547.BBill Richardson2015-10-131-0/+185