aboutsummaryrefslogtreecommitdiff
path: root/firmware/2lib
AgeCommit message (Expand)Author
2015-03-10futility: Add create command to make keypairs from RSA filesBill Richardson
2015-02-12vboot2: Add more precise recovery reasons to firmware verificationJulius Werner
2015-02-04vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner
2015-01-31vboot2: Add sd->fw_version_secdata field to communicate to crossystemJulius Werner
2015-01-31add vb2api_get_pcr_digestDaisuke Nojiri
2015-01-28vboot2: Add stub implementation for vb2ex_printf()Bill Richardson
2015-01-28vboot2: fix alignment issues on 32-bit architecturesBill Richardson
2015-01-14vboot2: Split NV storage field defintions into their own headerRandall Spangler
2015-01-06vboot2: Introduce vb2ex_hwcrypto APIJulius Werner
2014-12-05vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler
2014-12-04vboot2: Move old struct handling to lib20/Randall Spangler
2014-12-04vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler
2014-12-04vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer
2014-12-04vboot2: Move files which use new vboot 2.1 structs to their own directoriesRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler
2014-12-01vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler
2014-11-27vboot2: Add host library functions for signing to new struct formatRandall Spangler
2014-11-27vboot2: Add host lib support for bare hash keysRandall Spangler
2014-11-27vboot2: Add host library functions to read/write new-format key objectsRandall Spangler
2014-11-27vboot2: Add host library functions to read/write files and objectsRandall Spangler
2014-11-14vboot2: Add api-level functions to use new data structuresRandall Spangler
2014-11-14vboot2: Split vb2_guid into its own header fileRandall Spangler
2014-11-14vboot2: load keyblock and preamble from new-style structsRandall Spangler
2014-11-12vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler
2014-11-06vboot2: Change preamble to contain a list of signaturesRandall Spangler
2014-11-06vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler
2014-11-06vboot2: add code to verify vb2_keyblock2Randall Spangler
2014-11-05vboot2: add support for verify data / digest using new signature structRandall Spangler
2014-11-05vboot2: add support for new vb2_signature2 structRandall Spangler
2014-11-05vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler
2014-11-05vboot2: use common header size fieldsRandall Spangler
2014-11-03vb2: parse dev mode in phase1Aaron Durbin
2014-11-01vboot2: un-nest data structuresRandall Spangler
2014-10-31vboot2: Add GUIDs for VB2_SIG_NONE signature typesRandall Spangler
2014-10-29vboot2: Add vb2_unpack_key2() and unit testsRandall Spangler
2014-10-29vboot2: Add verification for common vb2 struct headerRandall Spangler
2014-10-28vboot2: Move and rename functionsRandall Spangler
2014-10-28vboot2: use enum signature algorithmRandall Spangler
2014-10-28vboot2: use enum hash algorithmRandall Spangler
2014-10-25vboot2: Log recovery reason and subcode to consoleJulius Werner
2014-10-24vboot2: new data structuresRandall Spangler
2014-10-23vboot2: Fix broken compatiblity check for gbb header 1.1Randall Spangler
2014-10-22vboot2: move verify digest to 2commonRandall Spangler
2014-10-21Add hwid digest field to GBB headerBill Richardson
2014-10-18vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler
2014-10-16vboot2: move firmware hash tags to their own header fileRandall Spangler
2014-10-16vboot2: Split crypto algorithms into their own header fileRandall Spangler
2014-10-04vboot2: Add previously tried slot and result to NV storageRandall Spangler
2014-10-04vboot2: Fix saving the slot we tried back to nv storageRandall Spangler
2014-09-24vboot2: Fix potential null pointer dereferenceRandall Spangler