1. e2a0bb0 libfdt: Add next_node_skip_subnodes() by Jaewan Kim · 2 years ago
  2. 244efea libfdt: Make Fdt::root{,_mut}() infallible by Pierre-Clément Tosi · 2 years ago
  3. 1bf3c09 Merge "[vm tool] Introduce check-feature-enabled" into main by Shikha Panwar · 2 years ago
  4. 45e1f46 Merge "libfdt: Fix bug in delete_and_next_node()" into main by Treehugger Robot · 2 years ago
  5. 6d30641 [vm tool] Introduce check-feature-enabled by Shikha Panwar · 2 years ago
  6. a5bc892 libfdt: Fix bug in delete_and_next_node() by Jaewan Kim · 2 years ago
  7. ca0bb7f Merge "libfdt: Use zerocopy for safe fdt_header wrapper" into main by Treehugger Robot · 2 years ago
  8. b13e366 Merge "libfdt: Introduce PropOffset & StringOffset" into main by Treehugger Robot · 2 years ago
  9. 3e7e52c Merge changes I1bcdc9f7,I458c578a into main by Treehugger Robot · 2 years ago
  10. b1c3460 Merge changes I54ee0330,I26e77cc1,Ib9515431 into main by Treehugger Robot · 2 years ago
  11. 566723a libfdt: Use zerocopy for safe fdt_header wrapper by Pierre-Clément Tosi · 2 years ago
  12. 0606f70 libfdt: Introduce PropOffset & StringOffset by Pierre-Clément Tosi · 2 years ago
  13. 7f2658d libfdt: Simplify locating nodes at the root by Pierre-Clément Tosi · 2 years ago
  14. 91be190 libfdt: Replace helper functions with FdtRawResult by Pierre-Clément Tosi · 2 years ago
  15. ee0a1eb libfdt: Introduce abstraction type NodeOffset by Pierre-Clément Tosi · 2 years ago
  16. 38304eb libfdt: Introduce FdtRawResult abstraction type by Pierre-Clément Tosi · 2 years, 1 month ago
  17. e21ed3f libfdt: Move pack(), unpack(), apply_overlay() by Pierre-Clément Tosi · 2 years ago
  18. a3c4ec3 libfdt: Change FdtNodeMut::add_subnode*(self, ...) by Pierre-Clément Tosi · 2 years ago
  19. 973dda3 libfdt: Change to FdtNodeMut::first_subnode(self) by Pierre-Clément Tosi · 2 years ago
  20. 948ae2b Merge "Simplify test ownership." into main by Ronish Kalia · 2 years ago
  21. e9c36fb Merge changes from topic "libmemoffset_nostd" into main by Treehugger Robot · 2 years ago
  22. 8704861 Simplify test ownership. by Alan Stokes · 2 years ago
  23. 68c7b8f Merge "Introduce avf_build_flags_cc cc_defaults" into main by Nikita Ioffe · 2 years ago
  24. ea9f649 Merge "libfdt: Move FdtNodeMut::next_node_skip_subnodes()" into main by Treehugger Robot · 2 years ago
  25. afe87c0 Merge "libfdt: Introduce Libfdt traits & Move node funcs" into main by Treehugger Robot · 2 years ago
  26. eabe1f5 libfdt: Make get_property_by_offset() less unsafe by Pierre-Clément Tosi · 2 years ago
  27. 81c5bc7 libfdt: Move FdtNodeMut::next_node_skip_subnodes() by Pierre-Clément Tosi · 2 years ago
  28. d83741d libfdt: Introduce Libfdt traits & Move node funcs by Pierre-Clément Tosi · 2 years ago
  29. 410e46a libfdt: Move FFI for DT properties to Libfdt* by Pierre-Clément Tosi · 2 years, 1 month ago
  30. 843845d libfdt: Add setprop_placeholder & Improve trimprop by Pierre-Clément Tosi · 2 years ago
  31. a4eaba9 libfdt: Make Libfdt::string() actually safe by Pierre-Clément Tosi · 2 years ago
  32. 60282ae libfdt: Move string functions to Libfdt by Pierre-Clément Tosi · 2 years, 1 month ago
  33. ecd5bbc libfdt: Move phandle functions and 0-cost Phandle by Pierre-Clément Tosi · 2 years, 1 month ago
  34. 9e34e6a Merge changes Ic5efebce,I597a6ba5,I4575b41e,I714a95d9,I7d2d8ecb, ... into main by Treehugger Robot · 2 years ago
  35. 38b9e71 Introduce avf_build_flags_cc cc_defaults by Nikita Ioffe · 2 years ago
  36. d9dda0c Replace use of deprecated logging functions by Jeff Vander Stoep · 2 years ago
  37. fbb5ee2 libfdt: Move funcs for non-DT buffers out of Fdt by Pierre-Clément Tosi · 2 years, 1 month ago
  38. 99a7690 libfdt: Move FdtError, Result to dedicated module by Pierre-Clément Tosi · 2 years, 1 month ago
  39. cb92b51 libfdt: Clean up the code before moving FFI calls by Pierre-Clément Tosi · 2 years ago
  40. c01fd0d libfdt: Remove duplicate FdtNode::from_mut() by Pierre-Clément Tosi · 2 years ago
  41. ce0b36d libfdt: Make unsafe API for DT cloning safe by Pierre-Clément Tosi · 2 years ago
  42. df3037f libfdt: Make ref casts & transmutes less unsafe by Pierre-Clément Tosi · 2 years ago
  43. 5369617 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 2 years ago
  44. e636342 libfdt: Add FdtNodeMut::add_subnodes() by Jaewan Kim · 2 years ago
  45. 4a34b0d libfdt: Fix subnodes() lifetime by Jaewan Kim · 2 years ago
  46. a99b1ce Use rdroidtest proc macro. by Andrew Walbran · 2 years ago
  47. c8ba73c libdiced_open_dice: Visibility to Secretkeeper VTS by Shikha Panwar · 2 years, 1 month ago
  48. 0ebd67e Open visibility of diced_open_dice to secretkeeper by Shikha Panwar · 2 years, 1 month ago
  49. 8579756 Merge "[bssl] Improve error processing when BoringSSL API fails" into main by Alice Wang · 2 years, 1 month ago
  50. f54aea9 [bssl] Improve error processing when BoringSSL API fails by Alice Wang · 2 years, 2 months ago
  51. 89d77ce Merge changes Id1b32a49,I230bee75 into main by Treehugger Robot · 2 years, 1 month ago
  52. 1eab723 libfdt: Make properties of FdtNode outlive by Jaewan Kim · 2 years, 1 month ago
  53. 28a13ea libfdt: Add APIs around FdtNodeMut::delete_and_next_node() by Jaewan Kim · 2 years, 1 month ago
  54. 5fb76c5 [cbor] Add parse_value_array func for slice to value array conversion by Alice Wang · 2 years, 1 month ago
  55. 0322b8c Rename bssl-ffi to bssl-sys by Maurice Lam · 2 years, 1 month ago
  56. 411ca27 Merge "[pvmfw] Use AEAD wrapper from libbssl_avf" into main by Alice Wang · 2 years, 1 month ago
  57. 748b19e Merge "Update for new version of der and friends." into main by Andrew Walbran · 2 years, 1 month ago
  58. 5f1a603 libfdt: Add APIs for iterating and deleting subnodes by Jaewan Kim · 2 years, 1 month ago
  59. 5b879eb Update for new version of der and friends. by Andrew Walbran · 2 years, 1 month ago
  60. 5202601 libfdt: Rework APIs for getting subnode by Jaewan Kim · 2 years, 2 months ago
  61. b39fc15 Add host_supported: true by Hasini Gunasinghe · 2 years, 2 months ago
  62. 19234c4 Make open_dice usable in system/authgraph/tests. by Hasini Gunasinghe · 2 years, 2 months ago
  63. 3397b36 [attestation] Validate DICE chain signatures and CSR signature by Alice Wang · 2 years, 2 months ago
  64. ee07f72 [pvmfw] Use AEAD wrapper from libbssl_avf by Alice Wang · 2 years, 4 months ago
  65. e8dc69e Merge "[refactoring] Group all the CBOR util functions in cbor_util" into main by Alice Wang · 2 years, 2 months ago
  66. dd29c5d [refactoring] Group all the CBOR util functions in cbor_util by Alice Wang · 2 years, 2 months ago
  67. c09010a Merge "[dm][refactoring] Use hex crate to encode/decode hex string" into main by Alice Wang · 2 years, 2 months ago
  68. 8ed29ce [dm][refactoring] Use hex crate to encode/decode hex string by Alice Wang · 2 years, 2 months ago
  69. e734a4f Merge "libfdt: Add FdtNode::descendants()" into main by Treehugger Robot · 2 years, 2 months ago
  70. c9e1411 libfdt: Add FdtNode::descendants() by Jaewan Kim · 2 years, 2 months ago
  71. ce81f1a Merge "Use cert hash not public key for APK authority" into main by Alan Stokes · 2 years, 2 months ago
  72. 1508df2 Use cert hash not public key for APK authority by Alan Stokes · 2 years, 2 months ago
  73. be7a4b1 [bssl] Support conversion from COSE_Key to EVP_PKEY by Alice Wang · 2 years, 2 months ago
  74. 884648d [bssl] Support ECDSA P-384 signature verification by Alice Wang · 2 years, 2 months ago
  75. 7468ae4 [bssl] Support ED25519/X25519 public key types for EVP_PKEY by Alice Wang · 2 years, 2 months ago
  76. eb77f7d [bssl] Rename EvpPKey to PKey for better readability by Alice Wang · 2 years, 2 months ago
  77. 306c8e2 [bssl] Support EC P-384 key in libbssl_avf_nostd by Alice Wang · 2 years, 2 months ago
  78. fe7c4ae Merge changes I7d25f88d,Ie71a8f57 into main by Treehugger Robot · 2 years, 2 months ago
  79. d8ecced Merge changes from topics "b/308759880", "b/313042092" into main by Alan Stokes · 2 years, 2 months ago
  80. e395fc0 Merge "[bssl] Check the public EC_KEY built from COSE_Key" into main by Treehugger Robot · 2 years, 2 months ago
  81. 185e34c Get apexd to verify manifest data by Alan Stokes · 2 years, 2 months ago
  82. a5fc4d4 Test improvements. by Alan Stokes · 2 years, 2 months ago
  83. ba6606d Parse APEX manifest by Alan Stokes · 2 years, 3 months ago
  84. fb24bdd libhyp: Make DeviceAssigningHypervisor pub by Jaewan Kim · 2 years, 2 months ago
  85. a639b58 Add RKP VM marker if booting RKP VM by Alan Stokes · 2 years, 2 months ago
  86. 44ff84b Merge "Remove host_supported" into main by Treehugger Robot · 2 years, 2 months ago
  87. a9b2d25 Remove host_supported by Alan Stokes · 2 years, 2 months ago
  88. 600ea5b [x509] Encode EC_KEY as SubjectPublicKeyInfo by Alice Wang · 2 years, 2 months ago
  89. 432cb34 Merge "libhyp: Add DeviceAssigningHypervisor" into main by Treehugger Robot · 2 years, 2 months ago
  90. d9095f8 libhyp: Add DeviceAssigningHypervisor by Jaewan Kim · 2 years, 3 months ago
  91. f061e47 [bssl] Check the public EC_KEY built from COSE_Key by Alice Wang · 2 years, 2 months ago
  92. 4a627b1 Merge "Sandbox fdt genrules" into main by Treehugger Robot · 2 years, 2 months ago
  93. cad8d5e Sandbox fdt genrules by Cole Faust · 2 years, 2 months ago
  94. 0271ee0 [bssl] Implement nostd bssl wrapper for ECDSA sign/verify by Alice Wang · 2 years, 3 months ago
  95. 8ba3c99 [bssl] Map BoringSSL error code in EC/ECDSA libraries to Error type by Alice Wang · 2 years, 3 months ago
  96. 9bd9809 [attestation] Build the BoringSSL EcKey from the COSE public key by Alice Wang · 2 years, 3 months ago
  97. b56f2c8 Merge "libs: Move cstr!() into its own crate" into main by Pierre-Clément Tosi · 2 years, 2 months ago
  98. 17961b1 Merge "libfdt: Make Phandle Eq, PartialEq, Ord, PartialOrd" into main by Treehugger Robot · 2 years, 3 months ago
  99. 1bf532b libs: Move cstr!() into its own crate by Pierre-Clément Tosi · 2 years, 3 months ago
  100. 8416755 Merge "Make DTBO for VM containing vendor pubkey when vendor image exists" into main by Seungjae Yoo · 2 years, 3 months ago