summaryrefslogtreecommitdiff
path: root/firmware/lib20
Commit message (Expand)AuthorAgeFilesLines
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-1/+2
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-153-256/+1
* vboot/vboot_kernel: return value from failed functionsJoel Kitching2021-03-301-1/+1
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-202-108/+0
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-201-237/+0
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-091-2/+2
* COIL: Change sane to inclusive wordsDaisuke Nojiri2020-09-112-2/+2
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-262-0/+7
* inclusive: change usage of sanityDaisuke Nojiri2020-08-193-4/+4
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-314-113/+47
* vboot: create 2kernel.c for kernel-related functionsJoel Kitching2020-03-091-97/+0
* vboot: Add mockable attribute to some overridden functionsManoj Gupta2020-02-262-0/+3
* vboot: use vboot2 for storing kernel rollback versionsJoel Kitching2020-02-191-2/+1
* 2lib: Add vb2api_is_developer_signed() to replace old dev key checkJulius Werner2020-02-132-54/+29
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-66/+36
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-242-304/+0
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-104-191/+2
* lib20/misc: Small robustness improvements to vb2_load_fw_keyblock()Julius Werner2019-11-131-19/+17
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-133-7/+4
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-292-7/+3
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-233-109/+2
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-234-41/+41
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-216/+0
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-212-22/+8
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-023-8/+8
* firmware/lib20: Annotate sanitizing function for CoverityPatrick Georgi2019-09-261-0/+4
* vboot: fix up some more includesJoel Kitching2019-09-236-9/+9
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-313-12/+13
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-0/+1
* Makefile: Enable linker garbage collectionJulius Werner2019-08-161-1/+0
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-164-61/+59
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-137-96/+87
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-0/+3
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-075-120/+2
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-282-4/+8
* firmware: Align workbuf used sizeRandall Spangler2018-01-054-12/+14
* 2lib: Add test_mockable attributeRandall Spangler2017-06-201-0/+1
* vboot: Add multiboot kernel typeDuncan Laurie2017-05-081-3/+4
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-066-13/+39
* vboot: use vb2 verification functions for kernel verificationRandall Spangler2016-10-291-1/+1
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-023-4/+13
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-2/+2
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-033-7/+65
* vb20: add vb2api_check_hash_get_digest() for retrieving hash resultAaron Durbin2016-01-261-1/+13
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-092-0/+283
* vboot2: Add routines to load kernel preambleRandall Spangler2015-06-042-9/+128
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-222-0/+235
* vboot2: Split keyblock checking and signature validationRandall Spangler2015-05-225-25/+85
* vboot2: Add routine to verify kernel preambleRandall Spangler2015-05-213-3/+213
* vboot2: Support VB2_GBB_FLAG_DISABLE_FW_ROLLBACK_CHECKJulius Werner2015-05-161-4/+12