summaryrefslogtreecommitdiff
path: root/futility/cmd_create.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-2/+2
* Update for openssl 1.1Daniel Kurtz2017-07-071-1/+4
* futility: create: Output "wrote XX.vb[pub|pri]k" to stdoutNicolas Boichat2017-02-151-4/+4
* Fix more coverity warningsRandall Spangler2016-10-011-1/+4
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-141-1/+1
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-5/+7
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-14/+13
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-4/+3
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-221-4/+3
* futility: add support for .pem with public keystabilize-smaug-7566.BVincent Palatin2015-10-171-19/+33
* vboot: fix name-collision with OpenSSL.stabilize-6946.55.Bstabilize-6937.Brelease-R43-6946.BAdam Langley2015-04-021-1/+0
* futility: add support for usbpd1 imagesBill Richardson2015-03-311-18/+3
* futility: Let each command provide its own helpBill Richardson2015-03-181-4/+7
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-3/+3
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-15/+14
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-101-11/+22
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-101-0/+402