summaryrefslogtreecommitdiff
path: root/verity
AgeCommit message (Expand)Author
2024-02-02Migrate Test Targets to New Android Ownership ModelAditya Choudhary
2023-10-17destroy file handle in error caseGeQi
2022-04-14Fix more issues with python3 conversion of build_verity_metadata.pyCole Faust
2022-04-13Fix issue with python3 conversion of build_verity_metadata.pyCole Faust
2022-04-05Convert build_verify_metadata to python 3Cole Faust
2022-03-24Tweak linux_glibc properties for musl builds in system/extrasColin Cross
2021-11-16Only use integer sanitizer for 64-bit linux buildsColin Cross
2021-05-11Expose a static method for computing hash tree sizeKelvin Zhang
2021-02-24Support blake2b-256 in hashtree builderTianjie
2021-02-19[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-02-16Revert "[LSC] Add LOCAL_LICENSE_KINDS to system/extras"Bob Badour
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to system/extrasBob Badour
2021-01-20Switch required to data to be bundled in host-unit-testsJulien Desprez
2020-09-28Add WriteHashTree() to allow users process hashtree data themselvesKelvin Zhang
2020-03-09Allow building libfec without libavbTianjie Xu
2020-01-21Suport parsing hashtree and ecc data from avbTianjie Xu
2020-01-14fec: Add liblog as a dependency where libbase is usedTom Cherry
2020-01-10Merge "Add liblog as a dependency where libbase is used"Tom Cherry
2020-01-10Merge "Allow fec to be compiled with BUILD_HOST_static."Treehugger Robot
2020-01-09Add liblog as a dependency where libbase is usedTom Cherry
2020-01-09Allow fec to be compiled with BUILD_HOST_static.Dario Freni
2020-01-05Add utility to calculate digest from the root of verity treeNikita Ioffe
2019-09-09verity: Do not increment data when it is nullptr.MarijnS95
2019-05-02verity: Update the build rules for verity tools.Tao Bao
2019-03-29Merge "Fix incorrect error checking on unique_fd"Treehugger Robot
2019-03-28Convert more of system/extras to Android.bpDan Willemsen
2019-03-28Fix incorrect error checking on unique_fdBernie Innocenti
2019-02-23Fix build error of generating fec dataJinguang Dong
2019-01-24boot_signer should support boot header version 2Hridya Valsaraju
2018-11-14switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2018-10-23Mark libverity_tree as recovery_available for update_engine_sideloadDan Willemsen
2018-10-02verity: Support partial blocks in Update().Sen Jiang
2018-09-05verity: Add HashTreeBuilder::CheckHashTree().Sen Jiang
2018-08-05Merge "Make host targets use non-repackaged targets"Treehugger Robot
2018-08-02Change the interface parameter from off_t to uint64_tTianjie Xu
2018-07-25Export headers for libverity_treeTianjie Xu
2018-07-24Add support of more hash algorithms for verity tree builderTianjie Xu
2018-07-23[verity] Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-23Make host targets use non-repackaged targetsNeil Fuller
2018-07-19Add unit tests to build_verity_treeTianjie Xu
2018-07-18Move functions in build_verity_tree to a static libraryTianjie Xu
2018-07-03Convert the sparse_hash_ctx to the HashTreeBuilder classTianjie Xu
2018-05-09Convert more of system/extras to SoongDan Willemsen
2018-04-24verity: Track the libsparse API change.Tao Bao
2018-03-28Allow recovery-dtbo in recovery.img to be signedHridya Valsaraju
2018-03-20Remove verify_boot_signature.David Benjamin
2017-10-20Use -Werror in system/extrasChih-Hung Hsieh
2017-10-11build_verity_metadata.py: allow disabling verityBowgo Tsai
2017-09-22verity: Fix the broken 'build_verity_tree -A'.Tao Bao
2017-09-08Merge "<stdbool.h> not necessary in C++."Elliott Hughes