- 789f5c6 Use read_u* for AftlIcpEntry parsing by Thiébaud Weksteen · 4 years, 7 months ago
- 702aab6 Define and use read_u{8,16,64} by Thiébaud Weksteen · 4 years, 7 months ago
- c348533 Unpack AftlIcpEntry structure by Thiébaud Weksteen · 4 years, 7 months ago
- 6259714 Merge "Fix preload partition failure behavior" by Varun Sharma · 4 years, 7 months ago
- 2cb9f9c Fix preload partition failure behavior by Varun Sharma · 4 years, 7 months ago
- 57769d6 Add METADATA to avb: Apache2+MIT+BSD=NOTICE by Bob Badour · 4 years, 7 months ago
- 653bdd3 Changed avbtool to be run with the embedded launcher. by Jan Monsch · 4 years, 7 months ago
- 4e71bfd Added option to ImageHandler() to open file read-only. by Jan Monsch · 4 years, 7 months ago
- a12ac75 Writing temp files to temporary directory for best practices. by Jan Monsch · 4 years, 7 months ago
- e6dac43 Fixed type mixing issue when building with bazel. by Jan Monsch · 4 years, 7 months ago
- 5238ea7 Fix error type returned with invalid argument by Thiébaud Weksteen · 4 years, 7 months ago
- 60a0f36 Remove unused proto dependencies by Thiébaud Weksteen · 4 years, 7 months ago
- 803d760 Merge changes I3cb77b0c,I4a93a644 by Jan Monsch · 4 years, 7 months ago
- 25040d9 Replaced binascii.hexlify(x).decode('ascii') with x.hex(). by Jan Monsch · 4 years, 7 months ago
- 13efb5f Final switch from Python 2 to Python 3 for avbtool. by Jan Monsch · 4 years, 7 months ago
- e515a21 Reading from /dev/urandom in binary instead of text mode. by Jan Monsch · 4 years, 7 months ago
- a18b2ec Fixing pylint for avbtool. by Jan Monsch · 4 years, 7 months ago
- 5bf051e Removing avbtool.py symlink as step towards fixing pylint. by Jan Monsch · 4 years, 7 months ago
- 7b881ec Adding aftltool symlink back and further py3 clean up. by Jan Monsch · 4 years, 7 months ago
- fd21e7b Fixing pylint for aftltool and moving aftltool_test to presubmit. by Jan Monsch · 4 years, 7 months ago
- 6a9ec5a Fixing aftltool_test breakage that was introduced by aosp/1284715. by Jan Monsch · 4 years, 7 months ago
- 9e6b77c Removing avbtool_test.py since it is not used. by Jan Monsch · 4 years, 7 months ago
- a1e99aa Removing aftltool.py symlink as step towards fixing pylint. by Jan Monsch · 4 years, 7 months ago
- 3c78ca1 Merge "Use log API key if provided" by Thiébaud Weksteen · 4 years, 7 months ago
- 808d255 Use log API key if provided by Thiébaud Weksteen · 4 years, 7 months ago
- b196a51 Merge "Merge transparency log arguments" by Thiébaud Weksteen · 4 years, 7 months ago
- ceca037 Merge transparency log arguments by Thiébaud Weksteen · 4 years, 7 months ago
- e3cbcb1 Merge "Add configuration for main rollback index location" by Varun Sharma · 4 years, 7 months ago
- 6243cfd Merge "Build libavb_aftl as a device side library" by Tianjie Xu · 4 years, 7 months ago
- f7853e3 Merge "Fixed behavior when tools are called without arguments under py3." by Jan Monsch · 4 years, 7 months ago
- cc9939a Fixed behavior when tools are called without arguments under py3. by Jan Monsch · 4 years, 7 months ago
- 420842a Merge "Increasing timeout for libavb_host_unittest from 3 to 7 min." by Jan Monsch · 4 years, 7 months ago
- cb5089f Increasing timeout for libavb_host_unittest from 3 to 7 min. by Jan Monsch · 4 years, 7 months ago
- 81173ed Merge "Replacing danielaustin with tweek in the OWNERS file." by Treehugger Robot · 4 years, 7 months ago
- de53827 Add configuration for main rollback index location by Varun Sharma · 4 years, 7 months ago
- 9796a8b Merge "avbtool: Add "print_partition_digests" sub-command." by Treehugger Robot · 4 years, 7 months ago
- 91c97a0 Replacing danielaustin with tweek in the OWNERS file. by Jan Monsch · 4 years, 7 months ago
- 34b6b49 avbtool: Add "print_partition_digests" sub-command. by David Zeuthen · 4 years, 7 months ago
- 7ec4182 Porting aftltool and its test suites to Python 3. by Jan Monsch · 4 years, 7 months ago
- 9c13012 Integrated encode_rsa_key/raw_sign into RSAPublicKey. by Jan Monsch · 4 years, 7 months ago
- 7f4e000 Build libavb_aftl as a device side library by Tianjie · 4 years, 7 months ago
- 452992a Merge "Fixed up the last pieces to make avbtool work with py3." by Treehugger Robot · 4 years, 7 months ago
- 67329a6 Merge "Removing unused save() methods as part of py3 migration." by Jan Monsch · 4 years, 7 months ago
- ee6fccd Fixed up the last pieces to make avbtool work with py3. by Jan Monsch · 4 years, 7 months ago
- 498615a Merge "Fixed Avb class to be Python 3 compatible." by Jan Monsch · 4 years, 7 months ago
- cfb669e Removing unused save() methods as part of py3 migration. by Jan Monsch · 4 years, 7 months ago
- b1d920f Fixed Avb class to be Python 3 compatible. by Jan Monsch · 4 years, 7 months ago
- cc6a15c Removed use of long literal 'L' for py3 compatibility. by Jan Monsch · 4 years, 7 months ago
- 2fd2612 Merge "Specify Pixel support for avb_custom_key" by Thiébaud Weksteen · 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
- 254f5e0 Merge "Define and use AftlSlotVerifyResult enum" by Thiébaud Weksteen · 4 years, 7 months ago
- e544341 Specify Pixel support for avb_custom_key by Thiébaud Weksteen · 4 years, 7 months ago
- f50fa2f Define and use AftlSlotVerifyResult enum by Thiébaud Weksteen · 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
- 70b82b8 Merge "Renamed AftlIcpHeader to AftlImageHeader." by Jan Monsch · 4 years, 8 months ago
- 5c9b702 Renamed AftlIcpHeader to AftlImageHeader. by Jan Monsch · 4 years, 8 months ago
- a58dda8 Merge "Renamed AftlDescriptor to AftlImage following changes in aosp/1277501." by Jan Monsch · 4 years, 8 months ago
- d3b69d4 Renamed AftlDescriptor to AftlImage following changes in aosp/1277501. by Jan Monsch · 4 years, 8 months ago
- 2d1553d Rename AftlDescriptor to AftlImage by Thiébaud Weksteen · 4 years, 8 months ago
- 5631a9b Remove redundant NOTICE copied from LICENSE. by Bob Badour · 4 years, 8 months ago
- d714594 avbtool info_image: output public key sha1 by Bowgo Tsai · 4 years, 8 months ago
- 7560b4f Export uint64_to_base10 function by Thiébaud Weksteen · 4 years, 8 months ago
- b09b12a Pack AftlIcpEntry and fix parse_icp_entry by Thiébaud Weksteen · 4 years, 8 months ago
- 22f18b5 Merge "Fix endianness conversion in headers parsing" by Treehugger Robot · 4 years, 8 months ago
- e2f4cc3 Merge "Fix lookup of AftlDescriptor before validation" by Treehugger Robot · 4 years, 8 months ago
- ae5f53a avb_str_concat: Fail if 0 is passed for buf_size. by David Zeuthen · 4 years, 9 months ago
- 3038c01 Fix lookup of AftlDescriptor before validation by Thiébaud Weksteen · 4 years, 9 months ago
- 5a3868e Fix endianness conversion in headers parsing by Thiébaud Weksteen · 4 years, 9 months ago
- 1412e97 avbtool: avoid repeated string concatentations am: 388338af96 by Automerger Merge Worker · 4 years, 9 months ago
- 388338a avbtool: avoid repeated string concatentations by Colin Cross · 4 years, 9 months ago
- 1144577 Added tests for the verify_image_icp & info_image_icp subcommands. am: 59a6370da8 by Automerger Merge Worker · 4 years, 9 months ago
- 3dce4ee Improved unit test coverage for verifying vbmeta images with ICPs. am: 682c27ea02 by Automerger Merge Worker · 4 years, 9 months ago
- 59a6370 Added tests for the verify_image_icp & info_image_icp subcommands. by Jan Monsch · 4 years, 9 months ago
- 682c27e Improved unit test coverage for verifying vbmeta images with ICPs. by Jan Monsch · 4 years, 9 months ago
- 9ea358e Renamed aftl_integration_test.py to aftltool_integration_test.py. am: 7258a79a5d by Automerger Merge Worker · 4 years, 9 months ago
- d976b49 Adding a check that manufacturer key size is 4096 before using it. am: 2da1c27f51 by Automerger Merge Worker · 4 years, 9 months ago
- 7258a79 Renamed aftl_integration_test.py to aftltool_integration_test.py. by Jan Monsch · 4 years, 9 months ago
- d1eca57 Made integration tests work as unit tests as well. am: 5714985806 by Automerger Merge Worker · 4 years, 9 months ago
- 2da1c27 Adding a check that manufacturer key size is 4096 before using it. by Jan Monsch · 4 years, 9 months ago
- 20c425e Added missing tests for the verify_vbmeta_image methods & fixed bugs. am: 443bf320de by Automerger Merge Worker · 4 years, 9 months ago
- 5714985 Made integration tests work as unit tests as well. by Jan Monsch · 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
- 8ce90d2 Cleaning up error messages formats to have consistent ending. am: 47edd96c43 by Automerger Merge Worker · 4 years, 9 months ago
- 47edd96 Cleaning up error messages formats to have consistent ending. by Jan Monsch · 4 years, 9 months ago
- 180a04f Merge "Adds slot_verify functions to libavb_aftl" am: d7224de9bb by Automerger Merge Worker · 4 years, 9 months ago
- d7224de Merge "Adds slot_verify functions to libavb_aftl" by Treehugger Robot · 4 years, 9 months ago
- a4fc595 Adds slot_verify functions to libavb_aftl by Dan Austin · 4 years, 9 months ago
- 844944c Implemented cmd line param for defining a timeout for GRPC requests. am: 6439f99c2b by Jan Monsch · 4 years, 9 months ago
- 6439f99 Implemented cmd line param for defining a timeout for GRPC requests. by Jan Monsch · 4 years, 9 months ago
- c858576 Merge changes I332edb27,I44818bc3 am: c29b3ea950 by Treehugger Robot · 4 years, 9 months ago
- c29b3ea Merge changes I332edb27,I44818bc3 by Treehugger Robot · 4 years, 9 months ago
- ca5e6a1 Merge "Fixed redefined-outer-name lint warning as follow up to aosp/1219749." am: aebb7d133a by Treehugger Robot · 4 years, 9 months ago