summaryrefslogtreecommitdiff
path: root/futility/file_type_rwsig.c
Commit message (Expand)AuthorAgeFilesLines
* 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