aboutsummaryrefslogtreecommitdiffstats
path: root/tools/releasetools/verity_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Calculate the vbmeta digest when building imagesTianjie2021-05-051-0/+25
* verity_utils.py is a standalone binaryJiyong Park2021-03-171-0/+61
* Add options to sign the prebuilt custom images.Hongguang Chen2020-05-201-0/+19
* releasetools: Make verity_utils Python 3 compatible.Tao Bao2019-06-241-22/+26
* Update the references to verity tools.Tao Bao2019-05-021-2/+2
* Merge "releasetools: Add tests for VerityImageBuilder."Tao Bao2018-11-071-1/+1
|\
| * releasetools: Add tests for VerityImageBuilder.Tao Bao2018-11-061-1/+1
* | Merge "releasetools: Create VerityImageBuilder."Tao Bao2018-11-061-215/+358
|\|
| * releasetools: Create VerityImageBuilder.Tao Bao2018-11-061-215/+358
* | releasetools: Log the exceptions before rethrowing.Tao Bao2018-11-061-0/+2
|/
* releasetools: Switch to Python logging.Tao Bao2018-10-171-10/+13
* releasetools: Move verity related functions into verity_utils.py.Tao Bao2018-10-121-2/+343
* releasetools: Rename test names in test_verity_utils.py.Tao Bao2018-10-111-4/+0
* releasetools: build_image.BuildVerityTree() returns a tuple.Tao Bao2018-10-031-8/+12
* Generate the compute_hash_tree commandTianjie Xu2018-10-031-0/+204