1. 2e6cdc1 [rialto] Log request and response type for debugging by Alice Wang · 1 year, 6 months ago
  2. 30908a5 Merge "[attestation] Add the first version of DeviceInfo" into main by Alice Wang · 1 year, 6 months ago
  3. b5d9a46 [attestation] Enable remote attestation for pVM by Alice Wang · 1 year, 6 months ago
  4. 68d1140 [attestation] Add the first version of DeviceInfo by Alice Wang · 1 year, 7 months ago
  5. d9dda0c Replace use of deprecated logging functions by Jeff Vander Stoep · 1 year, 6 months ago
  6. 54caa85 Merge "Rename bssl-ffi to bssl-sys" into main by Treehugger Robot · 1 year, 8 months ago
  7. 6a504ef [test][refactoring] Use libx509_cert_nostd in rialto_test by Alice Wang · 1 year, 8 months ago
  8. 0322b8c Rename bssl-ffi to bssl-sys by Maurice Lam · 1 year, 8 months ago
  9. 12e4c86 [rkpvm] Implement RKP VM rollback protection in pvmfw by Alice Wang · 1 year, 8 months ago
  10. 1cc1350 [x509] Include Apk/Apex info in attestation certificate extension by Alice Wang · 1 year, 8 months ago
  11. 4ac9c8b [dice] Create fake DICE chain used in non-protected rialto by Alice Wang · 1 year, 8 months ago
  12. be7a4b1 [bssl] Support conversion from COSE_Key to EVP_PKEY by Alice Wang · 1 year, 8 months ago
  13. eb77f7d [bssl] Rename EvpPKey to PKey for better readability by Alice Wang · 1 year, 8 months ago
  14. d3a9640 [attestation] Verify client VM's DICE chain up to pvmfw payload by Alice Wang · 1 year, 9 months ago
  15. 20b8ebc [attestation] Build the certificate output for attestation by Alice Wang · 1 year, 9 months ago
  16. b56f2c8 Merge "libs: Move cstr!() into its own crate" into main by Pierre-Clément Tosi · 1 year, 9 months ago
  17. 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 1 year, 9 months ago
  18. de6bee5 [service-vm] Deserialize CBOR-encoded CSR byte array into struct by Alice Wang · 1 year, 9 months ago
  19. 74eb78b [test] Test attestation request in e2e test rialto_test by Alice Wang · 1 year, 9 months ago
  20. 0486e25 [rialto] Enable rialto to receive messages longer than recv buffer by Alice Wang · 1 year, 10 months ago
  21. 8b8e6e6 [rkp] Encrypt/decrypt the private key with AES-256-GCM by Alice Wang · 1 year, 10 months ago
  22. 7b4b613 [rkpvm] Move requests module to a separate library by Alice Wang · 1 year, 10 months ago
  23. 83c974d [rialto] Refactor process_request API return type by Alice Wang · 1 year, 10 months ago
  24. 3f5d2af Move away from mod.rs by Alan Stokes · 1 year, 10 months ago
  25. 0161bb0 Merge "[rkp] Derive HMAC key from DICE sealing CDI" into main by Alice Wang · 1 year, 11 months ago
  26. 709cce9 [bssl] Add digest and hmac modules to libbssl by Alice Wang · 1 year, 11 months ago
  27. 881d14e Merge "[rkp-hal] Add DICE chain to the CSR in service VM" into main by Treehugger Robot · 1 year, 11 months ago
  28. d29036f Merge "[rkp] Sign the generated CSR with CDI_Leaf_Priv" into main by Alice Wang · 1 year, 11 months ago
  29. b3fcf63 [bssl] Move ec_key module from rialto to libbssl by Alice Wang · 1 year, 11 months ago
  30. c8f88f5 [bssl] Add no_std compatible BoringSSL wrapper library for AVF by Alice Wang · 1 year, 11 months ago
  31. d7097e4 Make CbbFixed safer (again) by Alan Stokes · 1 year, 11 months ago
  32. 4ca86b6 [rkp] Derive HMAC key from DICE sealing CDI by Alice Wang · 1 year, 11 months ago
  33. a2738b7 [rkp-hal] Add DICE chain to the CSR in service VM by Alice Wang · 1 year, 11 months ago
  34. 6bc2a70 [rkp] Sign the generated CSR with CDI_Leaf_Priv by Alice Wang · 1 year, 11 months ago
  35. b1f64ee Extract a CBB helper by Alan Stokes · 1 year, 11 months ago
  36. f7c0f94 [rkp] Implement main steps to generate certificate request by Alice Wang · 1 year, 11 months ago
  37. ff5592d [rkp] Verify the MAC of the public keys to sign in RKP HAL by Alice Wang · 1 year, 11 months ago
  38. a78d3f0 [rkp] Build MACed public key from boringssl EC_KEY by Alice Wang · 1 year, 11 months ago
  39. 7b2ab94 [rkp] Generate EC P-256 key pair for the RKP HAL by Alice Wang · 1 year, 11 months ago
  40. 77639bf [dice] Pass DICE data to process_request API in service VM by Alice Wang · 1 year, 11 months ago
  41. 9f3ca83 [dice] Map and read the DICE data in service VM by Alice Wang · 1 year, 11 months ago
  42. d80e99e [rkp] Report request processing error from service VM to host by Alice Wang · 1 year, 11 months ago
  43. 474c0ee [dice] Retrieve the DICE data range from FDT in service VM by Alice Wang · 1 year, 11 months ago
  44. 9646fb3 [test] Test processing other types of requests in service VM by Alice Wang · 1 year, 11 months ago
  45. fbdc85b [service-vm] Send shutdown request to exit rialto by Alice Wang · 1 year, 11 months ago
  46. a635769 [test] Refactor rialto_test to check all the service_vm_manager by Alice Wang · 1 year, 11 months ago
  47. 977b64b [service-vm] Print log from the service VM by Alice Wang · 1 year, 11 months ago
  48. e910b90 [test] Refactor rialto test to check more request types by Alice Wang · 1 year, 11 months ago
  49. 17dc76e [service-vm] Test service_vm_manager in rialto_test by Alice Wang · 1 year, 11 months ago
  50. 1d9a587 [refactoring] Add VmType enum to service_vm_comm by Alice Wang · 1 year, 11 months ago
  51. 464e473 [rkp] Add request/response for certificate request generation by Alice Wang · 1 year, 11 months ago
  52. 33f4cae [rkp] Add request/response for ECDSA P256 key pair generation by Alice Wang · 1 year, 11 months ago
  53. da1b273 Add avf_build_flags_rust defaults to all rust_ modules by Nikita Ioffe · 1 year, 11 months ago
  54. d158e39 [rialto] Move connection port numbers to communication protocol lib by Alice Wang · 2 years ago
  55. 953a657 [rialto][vsock] Buffer the write from rialto to the host by Alice Wang · 2 years ago
  56. 76a36a2 [rialto] Move request processing to a separate module by Alice Wang · 2 years ago
  57. 748b032 [rialto] Add communication protocol library for host and rialto by Alice Wang · 2 years, 1 month ago
  58. 1294f94 Run app payloads as non-root. by Alan Stokes · 2 years ago
  59. 6ef8097 Implement platform API to assign devices by Inseob Kim · 2 years, 1 month ago
  60. e37425e Merge "[rialto] Enable the host and service VM vsock connection" into main by Alice Wang · 2 years, 1 month ago
  61. 4e082c3 [rialto] Enable the host and service VM vsock connection by Alice Wang · 2 years, 1 month ago
  62. ae3350d Standardise and add safety comments. by Andrew Walbran · 2 years, 1 month ago
  63. 6218335 [rialto] Find virtio socket device through PCI bus by Alice Wang · 2 years, 1 month ago
  64. f1d5efd [rialto] Handle page table exceptions in rialto by Alice Wang · 2 years, 1 month ago
  65. 9a7328e vmbase/rialto: Read ESR_EL1 with read_sysreg!() by Pierre-Clément Tosi · 2 years, 1 month ago
  66. d330548 vmbase: Initialize logger before calling main() by Pierre-Clément Tosi · 2 years, 1 month ago
  67. 910a72d rialto: Clean up code handling non-protected KVM by Pierre-Clément Tosi · 2 years, 1 month ago
  68. d643cfe hyp: Refactor HypervisorCap to harden backends by Pierre-Clément Tosi · 2 years, 1 month ago
  69. 5ad1e8c hyp: Introduce HypervisorCap::MMIO_GUARD by Pierre-Clément Tosi · 2 years, 1 month ago
  70. 8937cb8 vmbase: Use heap for non-protected SHARED_POOL by Pierre-Clément Tosi · 2 years, 1 month ago
  71. a3931aa Update layout/PageTable memory range to Range<VirtualAddress> by Alice Wang · 2 years, 1 month ago
  72. a04c2f1 Merge "[virt] Adjust spelling of initialise in code and comments" by Alice Wang · 2 years, 1 month ago
  73. cc0c625 Merge "[rialto][MMIO] Remove redundant memory mapping for MMIO range" by Alice Wang · 2 years, 1 month ago
  74. eff5839 [virt] Adjust spelling of initialise in code and comments by Alice Wang · 2 years, 1 month ago
  75. 37cb07c [rialto][MMIO] Remove redundant memory mapping for MMIO range by Alice Wang · 2 years, 1 month ago
  76. d36c711 [rialto] Initialize CAM and BAR ranges for PCI bus by Alice Wang · 2 years, 1 month ago
  77. 46d77fc Merge changes from topic "microdroid_log" by Jiyong Park · 2 years, 1 month ago
  78. 17e2032 Merge changes Iae7130f2,Ibe6629a2,If39f46d9 by Treehugger Robot · 2 years, 1 month ago
  79. 6a4808c vmbase: Rename configure_global_allocator_size by Pierre-Clément Tosi · 2 years, 1 month ago
  80. e0bc174 Android.bp: Remove apex_avaiable from guest libs by Pierre-Clément Tosi · 2 years, 1 month ago
  81. 4894b43 Android.bp: Clean up vmbase_*_defaults by Pierre-Clément Tosi · 2 years, 1 month ago
  82. 8ca7a44 vmbase: Initialize heap in rust_entry by Pierre-Clément Tosi · 2 years, 2 months ago
  83. c332fae vmbase: Move heap.rs out of pvmfw by Pierre-Clément Tosi · 2 years, 2 months ago
  84. e6fb167 Support console input to VM by Jiyong Park · 2 years, 1 month ago
  85. b6d2c64 [rialto] Initialize the shared memory pool by Alice Wang · 2 years, 2 months ago
  86. 674257a [rialto] Shrink the memory range to the memory range in DT by Alice Wang · 2 years, 2 months ago
  87. 74f7f4b [rialto][fdt] Map and validate FDT range in memory before parsing by Alice Wang · 2 years, 2 months ago
  88. 959f551 Add a comment in TEST_MAPPING that ath_config has to be updated by Jiyong Park · 2 years, 2 months ago
  89. b70bdb5 [rialto] Set up and tear down the global memory tracker in rialto by Alice Wang · 2 years, 2 months ago
  90. e9ae5c4 [rialto] Adjust FDT size in initialization by Alice Wang · 2 years, 2 months ago
  91. 89d2959 [rialto] Adjust the MMIO range mapped in page table by Alice Wang · 2 years, 2 months ago
  92. 77d9dd3 [rialto] Unmap UART in the end of main() execution by Alice Wang · 2 years, 2 months ago
  93. ee5b180 [vmbase] Add page table parameters to vmbase for reuse by Alice Wang · 2 years, 2 months ago
  94. 4b3cc11 [pvmfw][vmbase] Add constant PAGE_SIZE to vmbase by Alice Wang · 2 years, 2 months ago
  95. 807fa59 [pvmfw][rialto] Refactor and reuse console_uart_range() by Alice Wang · 2 years, 2 months ago
  96. 3d4c5c3 rialto: Use PageTable from pvmfw through vmbase by Pierre-Clément Tosi · 2 years, 2 months ago
  97. 920a490 Merge "[service-vm] Identitfy service VM in pvmfw with avb property" by Alice Wang · 2 years, 2 months ago
  98. dda3ba9 [rialto] Parse the PCI info from rialto's device tree by Alice Wang · 2 years, 3 months ago
  99. ab0d020 [service-vm] Identitfy service VM in pvmfw with avb property by Alice Wang · 2 years, 3 months ago
  100. 50559df vmbase: Explicitly map valid memory ranges by Jakob Vukalovic · 2 years, 4 months ago