1. e18cc13 Move dice_driver to libs/dice/driver by Nikita Ioffe · 1 year, 5 months ago
  2. 8704861 Simplify test ownership. by Alan Stokes · 1 year, 6 months ago
  3. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 6 months ago
  4. e763ce1 Microdroid: Use libdice_policy_builder by Shikha Panwar · 1 year, 7 months ago
  5. 6b17832 VmSecret::V2 use OwnedDiceArtifactsWithExplicitKey by Shikha Panwar · 1 year, 8 months ago
  6. 5d6a675 Revert^2 "pVM to use Secretkeeper protected secrets" by Shikha Panwar · 1 year, 8 months ago
  7. 9f145f2 Revert "pVM to use Secretkeeper protected secrets" by Trevor Black · 1 year, 8 months ago
  8. bf3711e pVM to use Secretkeeper protected secrets by Treehugger Robot · 1 year, 8 months ago
  9. de6bee5 [service-vm] Deserialize CBOR-encoded CSR byte array into struct by Alice Wang · 1 year, 9 months ago
  10. 4e3015d [client-vm] Build client VM CSR and sign the CSR with two keys by Alice Wang · 1 year, 10 months ago
  11. 9b8b8ec Add APK details to the DICE chain by Alan Stokes · 1 year, 10 months ago
  12. 068f6d4 Parse APK manifest to extract version etc by Alan Stokes · 1 year, 10 months ago
  13. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 1 year, 11 months ago
  14. 1294f94 Run app payloads as non-root. by Alan Stokes · 2 years ago
  15. d7bd2f2 Rename avfutil to avflog by Jiyong Park · 2 years ago
  16. f4883fc Add libavfutil by Jiyong Park · 2 years ago
  17. 2b6346d Stop using kernel logger by Jiyong Park · 2 years, 2 months ago
  18. a04890b [cbor] Refactor payload config descriptor building with ciborium by Alice Wang · 2 years, 5 months ago
  19. 437a88f Drop unnecessary dependencies to libbinder_rpc_unstable by Jiyong Park · 2 years, 6 months ago
  20. f4b8b00 [dice] Use retry_bcc_main_flow from the library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
  21. 3452ee2 Drop inheritable caps and caps bounding set before executing payload by Nikita Ioffe · 2 years, 8 months ago
  22. 566c967 Microdroid: Map a dm-crypt dev on (virtio-blk)disk by Shikha Panwar · 2 years, 9 months ago
  23. 46fc8ba Decrease RAM usage by status collection in microdroid_manager by Seungjae Yoo · 2 years, 10 months ago
  24. fd9a062 Implement collecting VmStatus in microdroid_manager by Seungjae Yoo · 2 years, 10 months ago
  25. d64ae7d Migrate DICE access to IVmPayloadService by Andrew Scull · 2 years, 10 months ago
  26. 59a9e56 [API] Add new service to notify host from microdroid manager by Alice Wang · 2 years, 10 months ago
  27. 1bf3d78 [apkverify] Merge idsig into apkverify package by Alice Wang · 2 years, 11 months ago
  28. 2bead0d Make ErrorCode an enum by Alan Stokes · 3 years ago
  29. 6472ccd Migrate to Rust 2021 edition by Alan Stokes · 3 years ago
  30. 7eb5ca4 Moved binder_common to rpcbinder package under binder directory. by Andrew Walbran · 3 years ago
  31. c4ce787 Use safe wrapper from binder_common rather than bindgen directly. by Andrew Walbran · 3 years ago
  32. 437f105 Shutdown VM once payload finishes by Inseob Kim · 3 years, 2 months ago
  33. a0d1b1a microdroid_manager: Migate from ring to the openssl crate by Andrew Scull · 3 years, 3 months ago
  34. 1163879 Move APEX handling to a library by Andrew Scull · 3 years, 4 months ago
  35. 5c71cac Put all our tests to general-tests by Jiyong Park · 3 years, 6 months ago
  36. b2f4447 Do a DICE derivation for the payload by Andrew Scull · 3 years, 7 months ago
  37. c96b72e Encrypt instance.img data with key from sealing CDI by Andrew Scull · 3 years, 7 months ago
  38. 197748b Verify and mount extra apks by Inseob Kim · 3 years, 8 months ago
  39. 9f72ea6 bootconfig is part of VM identity by Jiyong Park · 3 years, 8 months ago
  40. dd0a173 Add notifyError/onError notification for VM errors by Jooyung Han · 3 years, 9 months ago
  41. c8deb47 Store/Pass root digests of APEX payload by Jooyung Han · 4 years ago
  42. 7a343f9 Microdroid stores APEX pubkeys in instance.img by Jooyung Han · 4 years ago
  43. f7dea25 Data written to instance.img has schema by Jiyong Park · 4 years ago
  44. 21ce2c5 Store apk root hash to the instance disk by Jiyong Park · 4 years ago
  45. 7f61fe7 Refactor callback and make payload stream duplex by Inseob Kim · 4 years ago
  46. 1b95f2e Add VirtualMachineService skeleton code by Inseob Kim · 4 years ago
  47. 19c1d6c microdroid_manager: verify APK/APEXes by Jooyung Han · 4 years ago
  48. 2693882 Merge "Migrate to the librustutils system property bindings." by Joel Galenson · 4 years ago
  49. 482704c Migrate to the librustutils system property bindings. by Joel Galenson · 4 years ago
  50. e706c9f Microdroid_manager starts before apexd by Jooyung Han · 4 years ago
  51. 729a9a0 Migrate keystore2's Rust system library bindings to bionic. by Joel Galenson · 4 years, 1 month ago
  52. 6f3e5fe Pass a VM secret to KeyMint from microdroid_manager by Andrew Scull · 4 years, 1 month ago
  53. 8611a6c Add the onPayloadStarted callback API by Jiyong Park · 4 years, 1 month ago
  54. 3f62aae Merge changes I393abe14,Ifd7d2ef6 by Jooyung Han · 4 years, 1 month ago
  55. f1e0086 Extract libmicrodroid_metadata (rust_library) by Jooyung Han · 4 years, 2 months ago
  56. 79b8801 microdroid_manager uses kernlog by Jiyong Park · 4 years, 2 months ago
  57. 607191c microdroid_manager prints to kmsg by Jooyung Han · 4 years, 2 months ago
  58. 634e2d7 microdroid_manager executes a task via microdroid_launcher by Jooyung Han · 4 years, 2 months ago
  59. 7457348 Rename "signature" to "metadata" by Jooyung Han · 4 years, 2 months ago
  60. f48ceb4 microdroid_manager: waits for a config file by Jooyung Han · 4 years, 2 months ago
  61. 347d9f2 microdroid_manager: initial impl by Jooyung Han · 4 years, 2 months ago