1. e431d96 Revert^2 "dice: add sign and encode with CoseSign1" by Gil Cukierman · 7 months ago
  2. b765e00 Revert "dice: add sign and encode with CoseSign1" by Gil Cukierman · 7 months ago
  3. 392be49 dice: add sign and encode with CoseSign1 by Gil Cukierman · 7 months ago
  4. 73a1eb7 Update Android for Rust 1.83.0 by Chris Wailes · 7 months ago
  5. 438f527 dice: support fallible allocation for retry by Gil Cukierman · 7 months ago
  6. f96915b dice: add trusty build rules by Gil Cukierman · 8 months ago
  7. 6ec70fc [test][dice] Add security_version to sample VM DICE chain by Alice Wang · 8 months ago
  8. ce6cbd7 [dice] Update DICE_PRIVATE_KEY_SIZE to DICE_PRIVATE_KEY_BUFFER_SIZE by Alice Wang · 9 months ago
  9. 87fbc4b [dice] Support multi key algorithm switch in pvmfw by Alice Wang · 9 months ago
  10. 5ab9e58 Merge "Make open-dice rust wrapper compatible with upstream code" into main by Alice Wang · 9 months ago
  11. 6203d67 vmbase: Provide baremetal DiceClearMemory() as lib by Pierre-Clément Tosi · 9 months ago
  12. e5fffd8 tests: Use libopen_dice_clear_memory by Pierre-Clément Tosi · 9 months ago
  13. 9427f01 [dice] Move open-dice Rust wrapper tests to presubmit by Alice Wang · 9 months ago
  14. 14ca76a Make open-dice rust wrapper compatible with upstream code by Alice Wang · 9 months ago
  15. 40648a4 Merge changes Ib471476c,I0999284c,I273df743 into main by Alice Wang · 9 months ago
  16. 89f05f8 [dice] Migrate from fixed public key/signature sizes to dynamic length by Alice Wang · 9 months ago
  17. 0b587bf [dice] Remove redundant feature flag alloc by Alice Wang · 9 months ago
  18. b1ed084 [dice] Migrate from DICE_COSE_KEY_ALG_VALUE to VM_KEY_ALGORITHM by Alice Wang · 9 months ago
  19. 56bfd1a Remove unnecessary OWNERS file in libs/dice by Alice Wang · 9 months ago
  20. 5363743 Remove dependency on once_cell where it isn't actually used. by Andrew Walbran · 11 months ago
  21. 766a535 Merge "Remove lib_open_dice_cbor dependency from nostd open-dice library" into main by Alice Wang · 11 months ago
  22. 8f2ab79 Make libdiced_open_dice visible to internal SDV packages by Istvan Nador · 11 months ago
  23. 3ee72c7 Remove lib_open_dice_cbor dependency from nostd open-dice library by Alice Wang · 1 year, 1 month ago
  24. 6561e34 Disable dylib variants of nostd bindgen modules by Ivan Lozano · 1 year ago
  25. e6f2a14 Merge "[dice] Clean up redundant open-dice libs in libdiced_open_dice" into main by Treehugger Robot · 1 year, 1 month ago
  26. 7769d4b Stop exposing libdiced_open_dice_nostd to //system/authgraph/tests by Alice Wang · 1 year, 1 month ago
  27. febea7f [dice] Clean up redundant open-dice libs in libdiced_open_dice by Alice Wang · 1 year, 1 month ago
  28. ff38111 [dice] Read the COSE key algorithm from DICE library by Alice Wang · 1 year, 3 months ago
  29. abb6d8a Actually derive microdroid vendor dice node by Nikita Ioffe · 1 year, 5 months ago
  30. d7aea45 Don't use *.rs for srcs by Alan Stokes · 1 year, 5 months ago
  31. ab035a5 Add DiceDrive::from_file factory method by Nikita Ioffe · 1 year, 5 months ago
  32. e18cc13 Move dice_driver to libs/dice/driver by Nikita Ioffe · 1 year, 5 months ago
  33. 8704861 Simplify test ownership. by Alan Stokes · 1 year, 6 months ago
  34. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 1 year, 6 months ago
  35. c8ba73c libdiced_open_dice: Visibility to Secretkeeper VTS by Shikha Panwar · 1 year, 7 months ago
  36. 0ebd67e Open visibility of diced_open_dice to secretkeeper by Shikha Panwar · 1 year, 8 months ago
  37. b39fc15 Add host_supported: true by Hasini Gunasinghe · 1 year, 8 months ago
  38. 19234c4 Make open_dice usable in system/authgraph/tests. by Hasini Gunasinghe · 1 year, 8 months ago
  39. a639b58 Add RKP VM marker if booting RKP VM by Alan Stokes · 1 year, 9 months ago
  40. 9b8b8ec Add APK details to the DICE chain by Alan Stokes · 1 year, 10 months ago
  41. eff8cff [doc] Add RKP link to derive_cdi_leaf_priv documentation by Alice Wang · 1 year, 10 months ago
  42. 94a0635 [dice] Move open-dice Rust wrapper libraries to virt by Alice Wang · 1 year, 10 months ago
  43. 843d831 [dice] Use libdice_open_dice_nostd for DICE functions in pvmfw by Alice Wang · 2 years, 6 months ago
  44. f2479c1 libs/dice: Only depend on rust bindgens by Pierre-Clément Tosi · 2 years, 6 months ago
  45. cb9d2f9 [dice] Move hash function to the library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
  46. 54511fd [dice] Move format_condig_descriptor to diced_open_dice by Alice Wang · 2 years, 6 months ago
  47. 93375b5 [dice] Move CDI_SIZE to upstream library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
  48. a777366 [dice] Use dice::InputValues instead of InputValuesOwned by Alice Wang · 2 years, 6 months ago
  49. a7e4ce0 [dice] Move error type to upstream library libdiced_open_dice by Alice Wang · 2 years, 6 months ago
  50. 5aeed33 [dice] Use libdiced_open_dice_nostd for dice input and config by Alice Wang · 2 years, 6 months ago
  51. 3122613 [dice] Remove unnecessary conversion for DiceMode by Alice Wang · 2 years, 6 months ago
  52. 4f4f5eb pvmfw: Perform DICE derivation by Pierre-Clément Tosi · 2 years, 8 months ago
  53. 8edf72e pvmfw: Validate input BCC handover by Pierre-Clément Tosi · 2 years, 8 months ago
  54. db14ada libs/dice: Introduce dice::Result by Pierre-Clément Tosi · 2 years, 8 months ago
  55. c3b6173 libs/dice: Refactor imports by Pierre-Clément Tosi · 2 years, 8 months ago
  56. 65d443d Use bindgen_nostd targets in libdice_nostd by David Brazdil · 2 years, 10 months ago
  57. 9a83e61 Add libopen_dice nostd wrapper and test it in vmbase_example by David Brazdil · 2 years, 11 months ago