summaryrefslogtreecommitdiff
path: root/host/lib/host_key.c
Commit message (Expand)AuthorAgeFilesLines
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-1/+1
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+3
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-061-2/+0
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-291-18/+0
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-101/+21
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-124/+0
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-37/+38
* vboot: fix name-collision with OpenSSL.stabilize-6946.55.Bstabilize-6937.Brelease-R43-6946.BAdam Langley2015-04-021-1/+0
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-101-3/+0
* futility: add separate check function for VPbublicKeyBill Richardson2014-08-291-25/+31
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-29/+28
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-251-2/+2
* Add additional sanity checks to RSA verification code.Gaurav Shah2010-08-171-7/+7
* Switch to using .vbprivk for signing everything now.Bill Richardson2010-07-011-11/+89
* Adding --repack and --headeronly options to vbutil_kernelBill Richardson2010-06-301-4/+4
* Refactor LoadFirmware() to avoid global variables, which don't work when runn...Randall Spangler2010-06-151-23/+0
* Add vbutil_keyblockRandall Spangler2010-06-101-29/+12
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-101-8/+90
* Major refactoring of structures, with unit tests. This matches the doc I sen...Randall Spangler2010-06-101-0/+141