- 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
- aebb7d1 Merge "Fixed redefined-outer-name lint warning as follow up to aosp/1219749." by Treehugger Robot · 4 years, 9 months ago
- 28faf7a Added integration test for load_test_aftl & test for connection failures. am: a86b614c66 by Jan Monsch · 4 years, 9 months ago
- 7a07abe Fixed redefined-outer-name lint warning as follow up to aosp/1219749. by Jan Monsch · 4 years, 9 months ago
- 1b47ade Implemented workaround for b/149307145. by Jan Monsch · 4 years, 9 months ago
- 2bf03b0 Removing duplicate and out-of-date integration test suite. by Jan Monsch · 4 years, 9 months ago
- a86b614 Added integration test for load_test_aftl & test for connection failures. by Jan Monsch · 4 years, 9 months ago
- c15262e Merge "Parsing code for AftlDescriptor" am: 7856b0a99c by Dan Austin · 4 years, 9 months ago
- 7856b0a Merge "Parsing code for AftlDescriptor" by Dan Austin · 4 years, 9 months ago
- 8ca1c36 Parsing code for AftlDescriptor by Dan Austin · 4 years, 9 months ago
- 3c7ab93 Added verify_image_icp subcommand and refactored integration test. am: 6a5f6b63b8 by Jan Monsch · 4 years, 9 months ago
- 6a5f6b6 Added verify_image_icp subcommand and refactored integration test. by Jan Monsch · 4 years, 9 months ago
- fd9fb9d Merge "Added unit test for AftlIcpEntry.verify_icp()." am: b18bb2f4f2 by Automerger Merge Worker · 4 years, 9 months ago
- b18bb2f Merge "Added unit test for AftlIcpEntry.verify_icp()." by Treehugger Robot · 4 years, 9 months ago
- 304d5e2 Merge "Fixed propagation of errors in subcommand to exit codes." am: 14392488ac by Automerger Merge Worker · 4 years, 9 months ago
- 90c7e58 Added unit test for AftlIcpEntry.verify_icp(). by Jan Monsch · 4 years, 9 months ago
- 1439248 Merge "Fixed propagation of errors in subcommand to exit codes." by Jan Monsch · 4 years, 9 months ago
- 83a8641 Merge "Add upper and lower bounds for structure sizes." am: dc22f02f19 by Automerger Merge Worker · 4 years, 9 months ago
- dc22f02 Merge "Add upper and lower bounds for structure sizes." by Dan Austin · 4 years, 9 months ago
- 553eeeb Fixed propagation of errors in subcommand to exit codes. by Jan Monsch · 4 years, 9 months ago
- af47d6f Fixed the bug that prevented the aftl_integration_test.py from working. am: 6990f5d39d by Automerger Merge Worker · 4 years, 9 months ago
- 6990f5d Fixed the bug that prevented the aftl_integration_test.py from working. by Jan Monsch · 4 years, 9 months ago
- b242a1a Add upper and lower bounds for structure sizes. by Dan Austin · 4 years, 9 months ago
- b7fbb17 Merge "Initialize bool and simplify integer overflow logic." am: 532af08390 by Automerger Merge Worker · 4 years, 9 months ago
- 532af08 Merge "Initialize bool and simplify integer overflow logic." by Treehugger Robot · 4 years, 9 months ago
- fcdc7b7 Refactored AftlIcpEntry tests and changes size attributes to properties. am: 27905077b5 by Automerger Merge Worker · 4 years, 9 months ago
- 51f1758 Initialize bool and simplify integer overflow logic. by Dan Austin · 4 years, 9 months ago
- 2790507 Refactored AftlIcpEntry tests and changes size attributes to properties. by Jan Monsch · 4 years, 9 months ago
- da58a84 Merge "Refactored AftlDescriptor unit test and extended tests." am: 66c62ceb97 by Automerger Merge Worker · 4 years, 9 months ago
- 66c62ce Merge "Refactored AftlDescriptor unit test and extended tests." by Treehugger Robot · 4 years, 9 months ago
- e09a95b AFTL: Initial implementation of libavb_aftl am: 6bda987b1f by Automerger Merge Worker · 4 years, 9 months ago
- 1f58eec Refactored AftlDescriptor unit test and extended tests. by Jan Monsch · 4 years, 9 months ago
- 6bda987 AFTL: Initial implementation of libavb_aftl by Dan Austin · 4 years, 10 months ago
- c0406c4 Merge "Refactored to use argsparse to enforce command-lined option requirements." am: e5de87b674 by Automerger Merge Worker · 4 years, 10 months ago
- e5de87b Merge "Refactored to use argsparse to enforce command-lined option requirements." by Treehugger Robot · 4 years, 10 months ago
- 7bd2197 Refactored TrillianLogRootDescriptor unit tests and fixed 2 bugs. am: d4515eb9c3 by Jan Monsch · 4 years, 10 months ago
- cd0d0fb Refactored AftlIcpHeader unit tests. am: 58be6b3186 by Jan Monsch · 4 years, 10 months ago
- d4515eb Refactored TrillianLogRootDescriptor unit tests and fixed 2 bugs. by Jan Monsch · 4 years, 10 months ago
- 58be6b3 Refactored AftlIcpHeader unit tests. by Jan Monsch · 4 years, 10 months ago
- 8fa9897 Merge "Added unittest for Aftl.request_inclusion_proof() method." am: 85a0563552 by Jan Monsch · 4 years, 10 months ago
- 85a0563 Merge "Added unittest for Aftl.request_inclusion_proof() method." by Treehugger Robot · 4 years, 10 months ago