summaryrefslogtreecommitdiff
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-1/+3
* vboot: use malloc and free directlyRandall Spangler2016-11-061-6/+0
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-0612-13/+0
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-063-9/+35
* host,test: Remove unneeded vb1 rsa functionsRandall Spangler2016-10-294-85/+3
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-2/+2
* Fix indentation in firmware and host libsRandall Spangler2016-10-135-860/+887
* Fix more coverity warningsRandall Spangler2016-10-013-17/+23
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-144-36/+46
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-5/+6
* vboot: Remove vboot1 host signature functionsRandall Spangler2016-09-063-185/+169
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-063-112/+99
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-025-127/+160
* crossystem: refactor VM detection to share across architecturesNicolas Norvez2016-08-151-0/+15
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-107-221/+127
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-106-176/+267
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-039-141/+383
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-032-9/+24
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-264-44/+62
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-262-3/+3
* vboot: Convert vboot1 SHA calls to use vboot2Randall Spangler2016-07-226-78/+95
* Support doing battery cut-off in firmware stage.Hung-Te Lin2016-04-121-0/+4
* crossystem: Move mosys based VbNv functions to shared codeDuncan Laurie2016-04-111-0/+122
* vboot2: Add try RO software sync flagMary Ruthven2016-01-061-0/+4
* Add NV flag to default boot legacy OSMary Ruthven2015-10-131-0/+15
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-0/+2
* VbNvStorage: Add flags for misc settingsFurquan Shaikh2015-08-011-3/+5
* fastboot: Add fastboot related flags to nvstorageFurquan Shaikh2015-05-291-0/+6
* nvstorage: Add new flag VBNV_DEV_BOOT_FASTBOOT_FULL_CAPFurquan Shaikh2015-05-161-0/+4
* crossystem: Deprecate ddr-typeDavid Hendricks2015-04-071-4/+0
* vboot: fix name-collision with OpenSSL.stabilize-6946.55.Bstabilize-6937.Brelease-R43-6946.BAdam Langley2015-04-024-4/+1
* crossystem: provide a way to clear wipeout requeststabilize-6915.BVadim Bendebury2015-03-261-0/+3
* vboot_reference: crossystem: add the "tpm_attack" commandLuigi Semenzato2015-03-211-2/+20
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-131-0/+2
* futility: show sha1sums for private keys tooBill Richardson2015-03-102-2/+25
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-105-16/+151
* vboot2: add library function for extracting vmlinuz from kernel partZach Reizner2015-02-231-0/+74
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-122-0/+3
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-1/+0
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-232-0/+6
* futility: Change find_fmap() to search larger alignments firstJulius Werner2015-01-141-12/+28
* vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler2014-12-049-1355/+0
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-034-16/+8
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-012-0/+117
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-012-0/+112
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-012-6/+4
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-274-0/+382
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-273-26/+145
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-272-0/+563
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-273-0/+126