1. 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 2 years, 9 months ago
  2. db14ada libs/dice: Introduce dice::Result by Pierre-Clément Tosi · 2 years, 9 months ago
  3. c3b6173 libs/dice: Refactor imports by Pierre-Clément Tosi · 2 years, 9 months ago
  4. 6cecfa4 Merge changes I2866f412,Ia99044e8 by Treehugger Robot · 2 years, 9 months ago
  5. b39e692 Add iterator over ranges property. by Andrew Walbran · 2 years, 9 months ago
  6. 55ad01b Move iterators to new module. by Andrew Walbran · 2 years, 9 months ago
  7. 9a9c61d Merge "Use libhex to encode hex string in libs/apkverify/" by Tanmoy Mollik · 2 years, 9 months ago
  8. 40ff803 Use libhex to encode hex string in libs/apkverify/ by Tanmoy Mollik · 2 years, 9 months ago
  9. 28cbcf1 [avb] Define rust API for image verification and connect pvmfw by Alice Wang · 2 years, 9 months ago
  10. b87e305 Merge "[vbmeta][test] Use testkeys from avb directly in tests" by Treehugger Robot · 2 years, 9 months ago
  11. 49bdf79 Merge changes from topic "encryptedstore_hctr2" by Shikha Panwar · 2 years, 9 months ago
  12. 8e48a17 dm_crypt: Extend unit tests to cover both ciphers by Shikha Panwar · 2 years, 9 months ago
  13. a3cc9a0 [vbmeta][test] Use testkeys from avb directly in tests by Alice Wang · 2 years, 9 months ago
  14. ef2030e libfdt: Rename Fdt::bytes to Fdt::buffer by Pierre-Clément Tosi · 2 years, 9 months ago
  15. b244d93 libfdt: Map FDT_ERR_NOTFOUND to Option::None by Pierre-Clément Tosi · 2 years, 10 months ago
  16. 195f89c Change block cipher mode from XTS -> HCTR2 by Shikha Panwar · 2 years, 10 months ago
  17. 1b0d890 libfdt: Extend Rust wrapper with write functions by Pierre-Clément Tosi · 2 years, 10 months ago
  18. 41c158e libfdt: Add CompatibleIterator by Pierre-Clément Tosi · 2 years, 10 months ago
  19. 1baa9a9 libfdt: Create Rust wrapper by David Brazdil · 3 years, 2 months ago
  20. 9b866f0 Fix warnings from rustc 1.65.0 by Chris Wailes · 2 years, 10 months ago
  21. 765fb54 Merge "Extend libdm_rust to build dm-crypt device" by Treehugger Robot · 2 years, 10 months ago
  22. 27cb7e7 Extend libdm_rust to build dm-crypt device by Shikha Panwar · 2 years, 11 months ago
  23. 59a0384 Merge "[libdm_rust] Enable writable loopdevice" by Treehugger Robot · 2 years, 11 months ago
  24. 743454c [libdm_rust] Enable writable loopdevice by Shikha Panwar · 2 years, 11 months ago
  25. e2ed52f Merge "Move loopdevice module to dm_rust lib" by Treehugger Robot · 2 years, 11 months ago
  26. b278b1c Move loopdevice module to dm_rust lib by Shikha Panwar · 2 years, 11 months ago
  27. 972b580 Merge "Use ro.product.vendor.device to determine if running on Cuttlefish" by Treehugger Robot · 2 years, 11 months ago
  28. 2091ae8 Use ro.product.vendor.device to determine if running on Cuttlefish by Jiyong Park · 2 years, 11 months ago
  29. 554fc5a [Hex] Use libhex to encode hex string in libs/apkverify/v4.rs by Tanmoy Mollik · 2 years, 11 months ago
  30. 4a27e38 Merge "Decouple apkdmverity from device mapper modules" by Treehugger Robot · 2 years, 11 months ago
  31. 65d443d Use bindgen_nostd targets in libdice_nostd by David Brazdil · 2 years, 11 months ago
  32. 414ea89 Decouple apkdmverity from device mapper modules by Shikha Panwar · 2 years, 11 months ago
  33. 80bceba Merge "Add libopen_dice nostd wrapper and test it in vmbase_example" by Treehugger Robot · 2 years, 11 months ago
  34. c276b80 [hex] Use libhex to encode hex string in avmd and apexutil by Alice Wang · 2 years, 11 months ago
  35. 9a83e61 Add libopen_dice nostd wrapper and test it in vmbase_example by David Brazdil · 3 years ago
  36. ab5231f [apkverify] Move HashAlgorithm to algorithms by Alice Wang · 3 years ago
  37. 1bf3d78 [apkverify] Merge idsig into apkverify package by Alice Wang · 3 years ago
  38. f27626a [apk_digest] Move the logic of extracting v4 digest to v4 module by Alice Wang · 3 years ago
  39. 4f4fd7e Merge "[idsig] Simplify building V4Signature from idsig" by Treehugger Robot · 3 years ago
  40. 89cff01 [idsig] Simplify building V4Signature from idsig by Alice Wang · 3 years ago
  41. f28a518 [apex][test] Rename apexutil tests to make the tests goal clear by Alice Wang · 3 years ago
  42. 0cafa14 [apkverify] Add API to compute v4 apk_digest by Alice Wang · 3 years ago
  43. 5070102 Reland "[apkverify] Skip DSA SHA256 during apk verification" by Alice Wang · 3 years ago
  44. 0a7858c [idsig][test] Update idsig test.apk to apk signed with ECDSA by Alice Wang · 3 years ago
  45. a09156e [idsig][apk] Change default signature algorithm to RSAPSS-SHA256 by Alice Wang · 3 years ago
  46. 46964b2 Add idsig test to presubmit by Andrew Scull · 3 years ago
  47. 3bae36c Revert "[apkverify] Skip DSA SHA256 during apk verification" by Andrew Scull · 3 years ago
  48. be9493c Merge "[apkverify] Skip DSA SHA256 during apk verification" by Treehugger Robot · 3 years ago
  49. 38afcb2 Merge "[apkverify] Refactor signer and apk section extraction for reuse" by Treehugger Robot · 3 years ago
  50. c68b95b [apkverify] Skip DSA SHA256 during apk verification by Alice Wang · 3 years ago
  51. 7170127 [apkverify] Refactor signer and apk section extraction for reuse by Alice Wang · 3 years ago
  52. cd0fa45 [apkverify] Refactor finding digest by algorithm by Alice Wang · 3 years ago
  53. a7cac42 [apkverify] Use PKey<Public> instead of raw bytes for public key by Alice Wang · 3 years ago
  54. d73d0ff [apkverify] Use SignatureAlgorithmID in Digest/Signature by Alice Wang · 3 years ago
  55. 676bb4a [apk_digest][test] Check v4 apk_digest is valid by Alice Wang · 3 years ago
  56. 2ef3074 [apk_digest] Return SignatureAlgorithmID when fetching apk digest by Alice Wang · 3 years ago
  57. f8f2011 Merge "[apkverify] Remove the Ord implementation for SignatureAlgorithmID" by Alice Wang · 3 years ago
  58. 62353c5 [apk_digest] Pass SignatureAlgorithmID to compute_digest by Alice Wang · 3 years ago
  59. b1e15ca [apkverify] Remove the Ord implementation for SignatureAlgorithmID by Alice Wang · 3 years ago
  60. 22b374c Merge "[apkverify][test] Check public key extracted from apk is valid" by Treehugger Robot · 3 years ago
  61. ee1cedc Merge "[idsig] Use SignatureAlgorithmID from apkverify" by Treehugger Robot · 3 years ago
  62. 3c01662 [apkverify][test] Check public key extracted from apk is valid by Alice Wang · 3 years ago
  63. 0a293bb [idsig] Use SignatureAlgorithmID from apkverify by Alice Wang · 3 years ago
  64. 67d3c00 [apkverify][test] Verify public key in apk verification tests by Alice Wang · 3 years ago
  65. bc4b9a9 [apkverify] Use ensure!() instead of bail!() in apk verification by Alice Wang · 3 years ago
  66. 1ffff62 [apkverify] Get message digest directly from signature algorithm by Alice Wang · 3 years ago
  67. 455b02b [apkverify] Enable apk verification with ECDSA with SHA2-512 digest by Alice Wang · 3 years ago
  68. 42e418e Merge "[apkverify] Refactor verify_signed_data to use SignatureAlgorithmID" by Alice Wang · 3 years ago
  69. 9288935 [apkverify] Point TODOs in comments to the correct bug ids by Alice Wang · 3 years ago
  70. a66b5c0 [apkverify] Refactor verify_signed_data to use SignatureAlgorithmID by Alice Wang · 3 years ago
  71. 5d0f89a [apkverify] Introduce enums for signature and content digest algorithms by Alice Wang · 3 years ago
  72. af1d15b apkverify:Raise NotFound error when searching for signature by Alice Wang · 3 years ago
  73. 9807322 apkverify:Test apk digest computation by Alice Wang · 3 years ago
  74. 25109dd Merge "Test V4 apk_digest computation in apkverify" by Alice Wang · 3 years ago
  75. a94ba17 Test V4 apk_digest computation in apkverify by Alice Wang · 3 years ago
  76. efe387f Merge "Test APK section zip methods with real APK files" by Treehugger Robot · 3 years ago
  77. ed79eab Test APK section zip methods with real APK files by Alice Wang · 3 years ago
  78. 4b7c0ba cleanup:Limit the scope of dead_code in v3 by Alice Wang · 3 years ago
  79. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
  80. 491382d Merge "Moved binder_common to rpcbinder package under binder directory." by Andrew Walbran · 3 years ago
  81. d1bd3c1 Merge changes I5e4db74f,I167148cd,I512a2cd0 by Treehugger Robot · 3 years ago
  82. 62085c0 Send UID and VM identifier to existing atoms by Seungjae Yoo · 3 years, 1 month ago
  83. 5f7c3c7 Move AVF tests to avf-pre/postsubmit test group by David Brazdil · 3 years, 1 month ago
  84. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years, 1 month ago
  85. 6f5a9b5 Update source for Rust 1.63.0 by Chris Wailes · 3 years, 1 month ago
  86. 46999c9 Moved LazyServiceGuard to binder crate. by Andrew Walbran · 3 years, 1 month ago
  87. dcf9d58 Use new binder exception constructors moved from binder_common. by Andrew Walbran · 3 years, 1 month ago
  88. 7e265dd Merge "Add safe wrapper for RpcPreconnectedClient." by Andrew Walbran · 3 years, 1 month ago
  89. c944fae Add safe wrapper for RpcPreconnectedClient. by Andrew Walbran · 3 years, 1 month ago
  90. 065145d Merge "Add safe wrapper for RunRpcServerWithFactory." by Andrew Walbran · 3 years, 1 month ago
  91. 634a871 Merge "Fix formatting of doc comment." by Treehugger Robot · 3 years, 1 month ago
  92. 0fd0ff0 Add safe wrapper for RunRpcServerWithFactory. by Andrew Walbran · 3 years, 1 month ago
  93. aa0ded5 Fix formatting of doc comment. by Andrew Walbran · 3 years, 1 month ago
  94. f73794d rust: Visibility exports for bindgen by Matthew Maurer · 3 years, 1 month ago
  95. 3356d6d Add util methods to get payload vbmeta image hash by Alice Wang · 3 years, 2 months ago
  96. 79713d9 Migrate from the x509-parser to the openssl crate by Alice Wang · 3 years, 2 months ago
  97. c44495d Merge "Extract library for VBMeta image handling" by Treehugger Robot · 3 years, 2 months ago
  98. 3812725 Extract library for VBMeta image handling by Andrew Scull · 3 years, 3 months ago
  99. c3f2ac2 Fix tests on aosp_cf_x86_64_only_phone by Alan Stokes · 3 years, 2 months ago
  100. 460cc83 Merge "Improve test coverage v3-only for apkverify" by Seungjae Yoo · 3 years, 3 months ago