- b1d920f Fixed Avb class to be Python 3 compatible. by Jan Monsch · 4 years, 7 months ago
- ad0efa3 Merge "Fixed all descriptor classes to be compatible with Python 3." by Jan Monsch · 4 years, 7 months ago
- 905e0e1 Merge "Fixing up interactions with subprocess.Popen to be py3 compatible." by Jan Monsch · 4 years, 7 months ago
- fbd9f0d Fixed all descriptor classes to be compatible with Python 3. by Jan Monsch · 4 years, 7 months ago
- 38865f2 Fixing up interactions with subprocess.Popen to be py3 compatible. by Jan Monsch · 4 years, 7 months ago
- 8347da9 Fixed ImageHandler to be compatible with python3. by Jan Monsch · 4 years, 7 months ago
- 1fa4f59 Changed mode open() calls to be compatible with py3. by Jan Monsch · 4 years, 8 months ago
- 6f27bb1 Updated calls to hashlib.new() to be py3 compatible. by Jan Monsch · 4 years, 8 months ago
- 14ce8c8 Merge "Preparatory step for migrating avbtool and aftltool to python3." by Treehugger Robot · 4 years, 8 months ago
- f9edc0f Removed unused AvbVBMetaHeader.save() method. by Jan Monsch · 4 years, 8 months ago
- 2c7be99 Preparatory step for migrating avbtool and aftltool to python3. by Jan Monsch · 4 years, 8 months ago
- d714594 avbtool info_image: output public key sha1 by Bowgo Tsai · 4 years, 8 months ago
- 388338a avbtool: avoid repeated string concatentations by Colin Cross · 4 years, 9 months ago
- 443bf32 Added missing tests for the verify_vbmeta_image methods & fixed bugs. by Jan Monsch · 4 years, 9 months ago
- 715f503 Split AFTL functionality out of avbtool. by Dan Austin · 4 years, 10 months ago
- 914da18 Remove algorithm field from AvbIcpHeader by Thiébaud Weksteen · 4 years, 11 months ago
- f91639c Added and wired parsing the Trillian log_root structure. by Jan Monsch · 4 years, 10 months ago
- 92c2ea9 Adding info_image_icp command to inspect ICPs in vbmeta images. by Jan Monsch · 5 years ago
- 063b3f5 Fixing style issues. No change in functionality. by Jan Monsch · 5 years ago
- b12b2c1 Combine outbound CLs to avoid merge conflicts. by Dan Austin · 5 years ago
- 5ac429e Adding avbtool python unit tests and refactoring ICP tests. by Jan Monsch · 5 years ago
- 4e6615a AFTL ICP entry data blob generator. by Dan Austin · 5 years ago
- 23e0c62 Adding support for pylint to the project and fixing up further lint errors. by Jan Monsch · 5 years ago
- fe00c0a Another round of lint fixes. No functional changes. by Jan Monsch · 5 years ago
- 77cd202 Fixing further linter warnings. No functional changes. by Jan Monsch · 5 years ago
- ddf2f25 Merge "First round of clean up of lint warnings for avbtool. In particular, addressing line-to-long, misaligned wrapped lines. There are no functional changes to the code." by Jan Monsch · 5 years ago
- eeb28b6 First round of clean up of lint warnings for avbtool. In particular, by Jan Monsch · 5 years ago
- a7bc496 AFTL structure definitions and tests. by Dan Austin · 5 years ago
- 2df1f1d Merge "Add subject key version check against 0." by Treehugger Robot · 5 years ago
- 558bd75 Fix the UnboundLocalError when verifying images. by Tao Bao · 5 years ago
- 868db2a Don't call generate_fec_data when the result is not used. by Tao Bao · 5 years ago
- d722194 Add "--no_hashtree" to omit hashtree entirely by Jooyung Han · 5 years ago
- c854081 Add subject key version check against 0. by Yu Shan · 5 years ago
- 9d36465 Fix AvbToolTest.VerifyImageChainPartitionWithFollow failures. by David Zeuthen · 6 years ago
- 1394f76 avbtool: Add 'zero_hashtree' command. by David Zeuthen · 6 years ago
- e947cb6 avbtool: verify_image: Add --follow_chain_partitions option. by David Zeuthen · 6 years ago
- ddd7d6f avbtool: verify_image: Use openssl command instead of PyCrypto. by David Zeuthen · 6 years ago
- 4535428 avbtool: Use no salt instead of random salt for persistent digest descriptors by Bryan Henry · 6 years ago
- f4f51eb avbtool: add_hashtree_footer: Allow omitting partition name and size. by David Zeuthen · 6 years ago
- f7d2e75 avbtool: Add 'calculate_kernel_cmdline' command. by David Zeuthen · 6 years ago
- 8e306ae Optimize `avbtool add_hashtree_footer` by Dan Willemsen · 6 years ago
- 49936b4 libavb: Support vbmeta blobs in beginning of partition. by David Zeuthen · 6 years ago
- 80418a5 avbtool: Fix the comments that refer to 'avb_vbmeta_header.h'. by Tao Bao · 6 years ago
- 2367b46 Implement initialization of new persistent digest values by Darren Krahn · 6 years ago
- b8643c0 avbtool: Add 'calculate_vbmeta_digest' command. by David Zeuthen · 7 years ago
- fccd64e libavb_atx: Implement authenticated unlock by Darren Krahn · 7 years ago
- 2a3d6bc Override descriptors of the same partition. by Sen Jiang · 7 years ago
- fd0ba0d Implement support for on-device persistent digests. by Darren Krahn · 7 years ago
- 6b5a33e Do not modify the image when --do_not_append_vbmeta_image is specified. by Lonnie Liu · 7 years ago
- 1b2f7a6 Revert "avbtool: Avoid using $(ANDROID_VERITY_MODE) for now." by David Zeuthen · 7 years ago
- 95cf718 avbtool: make_vbmeta_image: Add --padding_size option. am: 97cb5801c7 am: 60155b223e am: d17c9047a9 by David Zeuthen · 7 years ago
- beaa634 avbtool: Add --signing_helper_with_files option. am: a156d3d631 am: c01faa14ad am: 29ff85df13 by David Zeuthen · 7 years ago
- 97cb580 avbtool: make_vbmeta_image: Add --padding_size option. by David Zeuthen · 7 years ago
- a156d3d avbtool: Add --signing_helper_with_files option. by David Zeuthen · 7 years ago
- 613b6f3 avbtool: Add --print_required_libavb_version option. am: 1097a78e50 am: 62768ff810 am: f917f7ebb2 by David Zeuthen · 7 years ago
- 1097a78 avbtool: Add --print_required_libavb_version option. by David Zeuthen · 7 years ago
- 8794414 avbtool: verify_image: Verify hash-, hashtree, and chain-descriptors. am: 5dfb4e9999 am: 4c3125a6ea am: 8aef401cdd by David Zeuthen · 7 years ago
- 5dfb4e9 avbtool: verify_image: Verify hash-, hashtree, and chain-descriptors. by David Zeuthen · 7 years ago
- 420b491 avbtool: add_hash_footer: Add --calc_max_image_size option. am: bf56245c7a am: e8b1ab9613 am: 375f564096 by David Zeuthen · 8 years ago
- f7b56f7 avbtool: add_hashtree_footer: Add --setup_as_rootfs_from_kernel option. am: 73f2afadf9 am: 9f4dcb1a42 am: 34f7437b23 by David Zeuthen · 8 years ago
- bf56245 avbtool: add_hash_footer: Add --calc_max_image_size option. by David Zeuthen · 8 years ago
- 73f2afa avbtool: add_hashtree_footer: Add --setup_as_rootfs_from_kernel option. by David Zeuthen · 8 years ago
- d3201be avbtool: Avoid using $(ANDROID_VERITY_MODE) for now. by David Zeuthen · 8 years ago
- bce9a29 avbtool: Generate forward-error-correcting codes for hashtree by default. by David Zeuthen · 8 years ago
- 2f81222 libavb: Allow specifying dm-verity error handling. by David Zeuthen · 8 years ago
- a9efb21 Revert "libavb: Allow specifying dm-verity error handling." by Vineeta Srivastava · 8 years ago
- 4bb7e9a Revert "avbtool: Generate forward-error-correcting codes for hashtree by default." by Vineeta Srivastava · 8 years ago
- 02c550f avbtool: Generate forward-error-correcting codes for hashtree by default. by David Zeuthen · 8 years ago
- 8221811 libavb: Allow specifying dm-verity error handling. by David Zeuthen · 8 years ago
- d8e4858 avbtool: Bail if the same rollback index location is used multiple times. by David Zeuthen · 8 years ago
- 2bc232b avbtool: Add 'resize_image' command. by David Zeuthen · 8 years ago
- b623d8b avbtool: Add new verify_image command. by David Zeuthen · 8 years ago
- c68f082 avbtool: Drop dependency on Crypto.PublicKey.RSA. by David Zeuthen · 8 years ago
- ff44f23 avbtool: Make raw_sign check the length of signature. by Esun Kim · 8 years ago
- fd9c18d avbtool: Use root=/dev/dm-0 instead of root=0xfd00. by David Zeuthen · 8 years ago
- b1b994d avbtool: Add 'append_vbmeta_image' command. by David Zeuthen · 8 years ago
- 43e12d8 libavb_atx: Remove GSK rollback index and increase key size. by Darren Krahn · 8 years ago
- a5fd3a4 Allow top-level vbmeta struct to be in 'boot' partition. by David Zeuthen · 8 years ago
- e3cadca Rework how versioning work. by David Zeuthen · 8 years ago
- d247fcb avbtool: Make it possible to save vbmeta structs to a separate file. by David Zeuthen · 8 years ago
- fbb61fa avbtool: Keep FEC data around when using --keep_hashtree with erase_footer. by David Zeuthen · 8 years ago
- a01e32f avbtool: Use 'restart_on_corruption' when setting up dm-verity. by David Zeuthen · 8 years ago
- d5db21d avbtool: Fix overallocation for Authentication Data block. by David Zeuthen · 8 years ago
- 147b08d Implement AVB Android Things eXtension (ATX) by Darren Krahn · 8 years ago
- 5830552 avbtool: add --set_hashtree_disabled_flag option to make_vbmeta_image command. by David Zeuthen · 8 years ago
- 5d4f4f2 Rename --generate_dm_verity_cmdline_from_hashtree to --setup_rootfs_from_kernel by David Zeuthen · 8 years ago
- 57ac06e Set androidboot.vbmeta.device from libavb instead of descriptor. by David Zeuthen · 8 years ago
- 4e55279 avbtool: add support for signing helper. by Dzmitry Yatsushkevich · 8 years ago
- 40ee1da Rename "rollback index slot" to "rollback index location". by David Zeuthen · 8 years ago
- bc8f647 Pass androidboot.vbmeta.device option on the kernel cmdline. by David Zeuthen · 8 years ago
- fd41eb9 Add way to disable dm-verity allowing rootfs to be writable. by David Zeuthen · 8 years ago
- 18666ab Make it possible to include public key metadata. by David Zeuthen · 8 years ago
- 5cb2db9 Add room for expansion in descriptors. by David Zeuthen · 8 years ago
- 0b7f1d3 Add support for FEC in hashtrees. by David Zeuthen · 8 years ago
- 0969269 avbtool: add_hashtree_footer: Add --calc_max_image_size option. by David Zeuthen · 8 years ago
- 8b6973b Add A/B implementation. by David Zeuthen · 8 years ago
- c612e2e Switch to MIT license. by David Zeuthen · 8 years ago
- a4fee8b Add support for sparse image files. by David Zeuthen · 8 years ago
- 21e9526 Add common verified boot tools and library. by David Zeuthen · 8 years ago