1. 905e0e1 Merge "Fixing up interactions with subprocess.Popen to be py3 compatible." by Jan Monsch · 4 years, 6 months ago
  2. 38865f2 Fixing up interactions with subprocess.Popen to be py3 compatible. by Jan Monsch · 4 years, 6 months ago
  3. 8347da9 Fixed ImageHandler to be compatible with python3. by Jan Monsch · 4 years, 6 months ago
  4. 1fa4f59 Changed mode open() calls to be compatible with py3. by Jan Monsch · 4 years, 6 months ago
  5. 6f27bb1 Updated calls to hashlib.new() to be py3 compatible. by Jan Monsch · 4 years, 6 months ago
  6. 254f5e0 Merge "Define and use AftlSlotVerifyResult enum" by Thiébaud Weksteen · 4 years, 6 months ago
  7. f50fa2f Define and use AftlSlotVerifyResult enum by Thiébaud Weksteen · 4 years, 6 months ago
  8. 14ce8c8 Merge "Preparatory step for migrating avbtool and aftltool to python3." by Treehugger Robot · 4 years, 6 months ago
  9. f9edc0f Removed unused AvbVBMetaHeader.save() method. by Jan Monsch · 4 years, 6 months ago
  10. 2c7be99 Preparatory step for migrating avbtool and aftltool to python3. by Jan Monsch · 4 years, 6 months ago
  11. 70b82b8 Merge "Renamed AftlIcpHeader to AftlImageHeader." by Jan Monsch · 4 years, 6 months ago
  12. 5c9b702 Renamed AftlIcpHeader to AftlImageHeader. by Jan Monsch · 4 years, 6 months ago
  13. a58dda8 Merge "Renamed AftlDescriptor to AftlImage following changes in aosp/1277501." by Jan Monsch · 4 years, 6 months ago
  14. d3b69d4 Renamed AftlDescriptor to AftlImage following changes in aosp/1277501. by Jan Monsch · 4 years, 6 months ago
  15. 2d1553d Rename AftlDescriptor to AftlImage by Thiébaud Weksteen · 4 years, 6 months ago
  16. 5631a9b Remove redundant NOTICE copied from LICENSE. by Bob Badour · 4 years, 6 months ago
  17. d714594 avbtool info_image: output public key sha1 by Bowgo Tsai · 4 years, 7 months ago
  18. 7560b4f Export uint64_to_base10 function by Thiébaud Weksteen · 4 years, 7 months ago
  19. b09b12a Pack AftlIcpEntry and fix parse_icp_entry by Thiébaud Weksteen · 4 years, 7 months ago
  20. 22f18b5 Merge "Fix endianness conversion in headers parsing" by Treehugger Robot · 4 years, 7 months ago
  21. e2f4cc3 Merge "Fix lookup of AftlDescriptor before validation" by Treehugger Robot · 4 years, 7 months ago
  22. ae5f53a avb_str_concat: Fail if 0 is passed for buf_size. by David Zeuthen · 4 years, 7 months ago
  23. 3038c01 Fix lookup of AftlDescriptor before validation by Thiébaud Weksteen · 4 years, 7 months ago
  24. 5a3868e Fix endianness conversion in headers parsing by Thiébaud Weksteen · 4 years, 7 months ago
  25. 1412e97 avbtool: avoid repeated string concatentations am: 388338af96 by Automerger Merge Worker · 4 years, 7 months ago
  26. 388338a avbtool: avoid repeated string concatentations by Colin Cross · 4 years, 7 months ago
  27. 1144577 Added tests for the verify_image_icp & info_image_icp subcommands. am: 59a6370da8 by Automerger Merge Worker · 4 years, 7 months ago
  28. 3dce4ee Improved unit test coverage for verifying vbmeta images with ICPs. am: 682c27ea02 by Automerger Merge Worker · 4 years, 7 months ago
  29. 59a6370 Added tests for the verify_image_icp & info_image_icp subcommands. by Jan Monsch · 4 years, 7 months ago
  30. 682c27e Improved unit test coverage for verifying vbmeta images with ICPs. by Jan Monsch · 4 years, 8 months ago
  31. 9ea358e Renamed aftl_integration_test.py to aftltool_integration_test.py. am: 7258a79a5d by Automerger Merge Worker · 4 years, 8 months ago
  32. d976b49 Adding a check that manufacturer key size is 4096 before using it. am: 2da1c27f51 by Automerger Merge Worker · 4 years, 8 months ago
  33. 7258a79 Renamed aftl_integration_test.py to aftltool_integration_test.py. by Jan Monsch · 4 years, 8 months ago
  34. d1eca57 Made integration tests work as unit tests as well. am: 5714985806 by Automerger Merge Worker · 4 years, 8 months ago
  35. 2da1c27 Adding a check that manufacturer key size is 4096 before using it. by Jan Monsch · 4 years, 8 months ago
  36. 20c425e Added missing tests for the verify_vbmeta_image methods & fixed bugs. am: 443bf320de by Automerger Merge Worker · 4 years, 8 months ago
  37. 5714985 Made integration tests work as unit tests as well. by Jan Monsch · 4 years, 8 months ago
  38. 443bf32 Added missing tests for the verify_vbmeta_image methods & fixed bugs. by Jan Monsch · 4 years, 8 months ago
  39. 8ce90d2 Cleaning up error messages formats to have consistent ending. am: 47edd96c43 by Automerger Merge Worker · 4 years, 8 months ago
  40. 47edd96 Cleaning up error messages formats to have consistent ending. by Jan Monsch · 4 years, 8 months ago
  41. 180a04f Merge "Adds slot_verify functions to libavb_aftl" am: d7224de9bb by Automerger Merge Worker · 4 years, 8 months ago
  42. d7224de Merge "Adds slot_verify functions to libavb_aftl" by Treehugger Robot · 4 years, 8 months ago
  43. a4fc595 Adds slot_verify functions to libavb_aftl by Dan Austin · 4 years, 8 months ago
  44. 844944c Implemented cmd line param for defining a timeout for GRPC requests. am: 6439f99c2b by Jan Monsch · 4 years, 8 months ago
  45. 6439f99 Implemented cmd line param for defining a timeout for GRPC requests. by Jan Monsch · 4 years, 8 months ago
  46. c858576 Merge changes I332edb27,I44818bc3 am: c29b3ea950 by Treehugger Robot · 4 years, 8 months ago
  47. c29b3ea Merge changes I332edb27,I44818bc3 by Treehugger Robot · 4 years, 8 months ago
  48. ca5e6a1 Merge "Fixed redefined-outer-name lint warning as follow up to aosp/1219749." am: aebb7d133a by Treehugger Robot · 4 years, 8 months ago
  49. aebb7d1 Merge "Fixed redefined-outer-name lint warning as follow up to aosp/1219749." by Treehugger Robot · 4 years, 8 months ago
  50. 28faf7a Added integration test for load_test_aftl & test for connection failures. am: a86b614c66 by Jan Monsch · 4 years, 8 months ago
  51. 7a07abe Fixed redefined-outer-name lint warning as follow up to aosp/1219749. by Jan Monsch · 4 years, 8 months ago
  52. 1b47ade Implemented workaround for b/149307145. by Jan Monsch · 4 years, 8 months ago
  53. 2bf03b0 Removing duplicate and out-of-date integration test suite. by Jan Monsch · 4 years, 8 months ago
  54. a86b614 Added integration test for load_test_aftl & test for connection failures. by Jan Monsch · 4 years, 8 months ago
  55. c15262e Merge "Parsing code for AftlDescriptor" am: 7856b0a99c by Dan Austin · 4 years, 8 months ago
  56. 7856b0a Merge "Parsing code for AftlDescriptor" by Dan Austin · 4 years, 8 months ago
  57. 8ca1c36 Parsing code for AftlDescriptor by Dan Austin · 4 years, 8 months ago
  58. 3c7ab93 Added verify_image_icp subcommand and refactored integration test. am: 6a5f6b63b8 by Jan Monsch · 4 years, 8 months ago
  59. 6a5f6b6 Added verify_image_icp subcommand and refactored integration test. by Jan Monsch · 4 years, 8 months ago
  60. fd9fb9d Merge "Added unit test for AftlIcpEntry.verify_icp()." am: b18bb2f4f2 by Automerger Merge Worker · 4 years, 8 months ago
  61. b18bb2f Merge "Added unit test for AftlIcpEntry.verify_icp()." by Treehugger Robot · 4 years, 8 months ago
  62. 304d5e2 Merge "Fixed propagation of errors in subcommand to exit codes." am: 14392488ac by Automerger Merge Worker · 4 years, 8 months ago
  63. 90c7e58 Added unit test for AftlIcpEntry.verify_icp(). by Jan Monsch · 4 years, 8 months ago
  64. 1439248 Merge "Fixed propagation of errors in subcommand to exit codes." by Jan Monsch · 4 years, 8 months ago
  65. 83a8641 Merge "Add upper and lower bounds for structure sizes." am: dc22f02f19 by Automerger Merge Worker · 4 years, 8 months ago
  66. dc22f02 Merge "Add upper and lower bounds for structure sizes." by Dan Austin · 4 years, 8 months ago
  67. 553eeeb Fixed propagation of errors in subcommand to exit codes. by Jan Monsch · 4 years, 8 months ago
  68. af47d6f Fixed the bug that prevented the aftl_integration_test.py from working. am: 6990f5d39d by Automerger Merge Worker · 4 years, 8 months ago
  69. 6990f5d Fixed the bug that prevented the aftl_integration_test.py from working. by Jan Monsch · 4 years, 8 months ago
  70. b242a1a Add upper and lower bounds for structure sizes. by Dan Austin · 4 years, 8 months ago
  71. b7fbb17 Merge "Initialize bool and simplify integer overflow logic." am: 532af08390 by Automerger Merge Worker · 4 years, 8 months ago
  72. 532af08 Merge "Initialize bool and simplify integer overflow logic." by Treehugger Robot · 4 years, 8 months ago
  73. fcdc7b7 Refactored AftlIcpEntry tests and changes size attributes to properties. am: 27905077b5 by Automerger Merge Worker · 4 years, 8 months ago
  74. 51f1758 Initialize bool and simplify integer overflow logic. by Dan Austin · 4 years, 8 months ago
  75. 2790507 Refactored AftlIcpEntry tests and changes size attributes to properties. by Jan Monsch · 4 years, 8 months ago
  76. da58a84 Merge "Refactored AftlDescriptor unit test and extended tests." am: 66c62ceb97 by Automerger Merge Worker · 4 years, 8 months ago
  77. 66c62ce Merge "Refactored AftlDescriptor unit test and extended tests." by Treehugger Robot · 4 years, 8 months ago
  78. e09a95b AFTL: Initial implementation of libavb_aftl am: 6bda987b1f by Automerger Merge Worker · 4 years, 8 months ago
  79. 1f58eec Refactored AftlDescriptor unit test and extended tests. by Jan Monsch · 4 years, 8 months ago
  80. 6bda987 AFTL: Initial implementation of libavb_aftl by Dan Austin · 4 years, 8 months ago
  81. c0406c4 Merge "Refactored to use argsparse to enforce command-lined option requirements." am: e5de87b674 by Automerger Merge Worker · 4 years, 8 months ago
  82. e5de87b Merge "Refactored to use argsparse to enforce command-lined option requirements." by Treehugger Robot · 4 years, 8 months ago
  83. 7bd2197 Refactored TrillianLogRootDescriptor unit tests and fixed 2 bugs. am: d4515eb9c3 by Jan Monsch · 4 years, 8 months ago
  84. cd0d0fb Refactored AftlIcpHeader unit tests. am: 58be6b3186 by Jan Monsch · 4 years, 8 months ago
  85. d4515eb Refactored TrillianLogRootDescriptor unit tests and fixed 2 bugs. by Jan Monsch · 4 years, 8 months ago
  86. 58be6b3 Refactored AftlIcpHeader unit tests. by Jan Monsch · 4 years, 8 months ago
  87. 8fa9897 Merge "Added unittest for Aftl.request_inclusion_proof() method." am: 85a0563552 by Jan Monsch · 4 years, 8 months ago
  88. 85a0563 Merge "Added unittest for Aftl.request_inclusion_proof() method." by Treehugger Robot · 4 years, 8 months ago
  89. c44b0c0 Removing obsolete avbtool_test.py file. am: b2840c89de by Jan Monsch · 4 years, 8 months ago
  90. 0ec6b9a Added unittest for Aftl.request_inclusion_proof() method. by Jan Monsch · 4 years, 8 months ago
  91. 37ea662 Refactored to use argsparse to enforce command-lined option requirements. by Jan Monsch · 4 years, 8 months ago
  92. b2840c8 Removing obsolete avbtool_test.py file. by Jan Monsch · 4 years, 8 months ago
  93. c70c408 Add signing_helper support to AFTL. am: e5eeed56c0 by Automerger Merge Worker · 4 years, 8 months ago
  94. 1e3354d Update structures to match libavb_aftl. am: a9c4bc709d by Automerger Merge Worker · 4 years, 8 months ago
  95. e5eeed5 Add signing_helper support to AFTL. by Dan Austin · 4 years, 8 months ago
  96. a9c4bc7 Update structures to match libavb_aftl. by Dan Austin · 4 years, 8 months ago
  97. 69283b6 Updated Trillian link since they moved the code around. am: c92964a2ca by Jan Monsch · 4 years, 8 months ago
  98. f885ca7 Merge "Added option to pick stats file name and preserve final ICP images." by Jan Monsch · 4 years, 8 months ago
  99. c92964a Updated Trillian link since they moved the code around. by Jan Monsch · 4 years, 8 months ago
  100. 5c15dea Merge "Added option to pick stats file name and preserve final ICP images." by Jan Monsch · 4 years, 8 months ago