1. 2bb328e Fixed attestation properties reading. by Prashant Patil · 8 months ago
  2. 411f1de Revert "Fixed attestation properties reading." by Liana Kazanova (xWF) · 8 months ago
  3. 93cd95a Fixed attestation properties reading. by Prashant Patil · 8 months ago
  4. c1bf5f8 Read Verified Boot key from system property in default KeyMint implementation. by Catherine Vlasov · 10 months ago
  5. 7dcdd5b Add manifest fragments for all KeyMint versions by David Drysdale · 9 months ago
  6. fd051de Add an explicitly v4 manifest fragment by Todd Frederick · 9 months ago
  7. af23f37 Add an explicitly v3 manifest fragment by David Drysdale · 10 months ago
  8. 866d275 Add module info AIDL changes and bump the KeyMint version by Karuna Wadhera · 10 months ago
  9. db67f30 Do not install android.hardware.hardware_keystore.xml outside apex by Spandan Das · 10 months ago
  10. abed683 Reapply "Use platform security domains in keymint/gatekeeper sepolicy" by A. Cody Schuffelen · 10 months ago
  11. 82e13c4 Revert "Use platform security domains in keymint/gatekeeper sepolicy" by Priyanka Advani (xWF) · 11 months ago
  12. 580ae4e Use platform security domains in keymint/gatekeeper sepolicy by A. Cody Schuffelen · 11 months ago
  13. 4a518d2 Reapply "Define vintf_fragments as modules" by Kiyoung Kim · 1 year ago
  14. 3892274 Revert "Define vintf_fragments as modules" by Greg Kaiser · 1 year ago
  15. cf0a2dd Define vintf_fragments as modules by Kiyoung Kim · 1 year, 1 month ago
  16. fbc3089 insecure keymint: in-process initialization ordering by A. Cody Schuffelen · 1 year, 4 months ago
  17. 33a132f KeyMint: more warnings around non-secure test impl by David Drysdale · 1 year, 6 months ago
  18. 097e625 C++ AIDL on-device GateKeeper / SharedSecret impl by A. Cody Schuffelen · 1 year, 5 months ago
  19. 61c9ab4 Merge "Make batch attestation keys/certs optional" into main by David Drysdale · 1 year, 5 months ago
  20. fe5f33a Make batch attestation keys/certs optional by David Drysdale · 1 year, 6 months ago
  21. 5fc736d Update needed for Rust v1.77.1 by Charisee · 1 year, 5 months ago
  22. d741ab8 Merge "Package the rust_nonsecure keymint default HAL in an APEX" into main by Treehugger Robot · 1 year, 5 months ago
  23. 895ba8b Package the rust_nonsecure keymint default HAL in an APEX by A. Cody Schuffelen · 1 year, 5 months ago
  24. 9812592 Remove unnecessary "_external" suffix from libcppbor by Shawn Willden · 1 year, 5 months ago
  25. ddc6a8d Fix `.rc` file for keymint-service.nonsecure by A. Cody Schuffelen · 1 year, 5 months ago
  26. 764199f Reinstate C++ KeyMint impl as default by David Drysdale · 1 year, 6 months ago
  27. 30196cf KeyMint: default to Rust reference implementation by David Drysdale · 1 year, 9 months ago
  28. 8f28f8b Enable the keymaster logger in the default Keymint by Istvan Nador · 2 years ago
  29. 8417708 Update default KeyMint version to 3 by Eran Messeri · 2 years, 3 months ago
  30. d5d9b02 Remove KM dependency on RemoteProvisioner by Tri Vo · 2 years, 6 months ago
  31. b0f54da Update the KeyMint feature version to 300 by Eran Messeri · 2 years, 9 months ago
  32. 41e97f0 Update the RKP aidl dependency by Seth Moore · 2 years, 10 months ago
  33. bf89c79 Update the default KeyMint version by Eran Messeri · 3 years, 6 months ago
  34. ef8bdc4 Update KeyMint VINTF fragment to version 2 by Shawn Willden · 3 years, 6 months ago
  35. ffb0399 CHECK -> CHECK_EQ copy pasta by Steven Moreland · 3 years, 9 months ago
  36. 4925534 Use defaults to reference current keymint version by David Drysdale · 3 years, 10 months ago
  37. 27f77fe Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 4 years, 1 month ago
  38. 261a049 Porting the client <-> HAL service interface by Max Bires · 4 years, 5 months ago
  39. ed54acf Merge "Adding getHardwareInfo to IRPC" by Treehugger Robot · 4 years, 5 months ago
  40. 9704ff6 Porting IRPC functionality. by Max Bires · 4 years, 5 months ago
  41. 4190509 Adding getHardwareInfo to IRPC by Max Bires · 4 years, 5 months ago
  42. f6fc5a6 Fix DeviceInfo encoding and checks by David Drysdale · 4 years, 5 months ago
  43. cceca9f Add more EEK variant tests and related fixes by David Drysdale · 4 years, 6 months ago
  44. 7f8ccb5 KeyMint + KeyMaster: Include permissions for FEATURE_HARDWARE_KEYSTORE. by David Zeuthen · 4 years, 6 months ago
  45. 127b72a Merge "Require RemoteProvisioner app for HAL service" by Max Bires · 4 years, 5 months ago
  46. 501dcde Require RemoteProvisioner app for HAL service by Max Bires · 4 years, 5 months ago
  47. fdbb904 IRemotelyProvisionedComponent returns DeviceInfo by Max Bires · 4 years, 5 months ago
  48. 31a2b56 COSE unprotected parameters are a map not a bstr by David Drysdale · 4 years, 6 months ago
  49. 8bfd260 Merge "Fixing VTS tests after IKeyMint breakage" by Treehugger Robot · 4 years, 6 months ago
  50. b224b36 [LSC] Add LOCAL_LICENSE_KINDS to hardware/interfaces by Bob Badour · 4 years, 7 months ago
  51. 126869a Fixing VTS tests after IKeyMint breakage by Max Bires · 4 years, 6 months ago
  52. 95dbe44 Specify version for aidl_interface explicitly by Jeongik Cha · 4 years, 7 months ago
  53. 274bb55 Add RemotelyProvisionedComponent HAL. by Shawn Willden · 5 years ago
  54. 8960aae The implementation of vts and default implementation to support ISecureClock and ISharedSecret AIDLs. by Chirag Pathak · 4 years, 7 months ago
  55. 1674c13 Specify version for aidl_interface explicitly by Jeongik Cha · 4 years, 7 months ago
  56. 24c0470 Keymint: Use ndk_platform. by Janis Danisevskis · 4 years, 9 months ago
  57. 08a7e43 Revert^2 "Move keymint to android.hardware.security." by Shawn Willden · 4 years, 9 months ago
  58. 1ffcdeb Revert "Move keymint to android.hardware.security." by Orion Hodson · 4 years, 9 months ago
  59. f73e952 Move keymint to android.hardware.security. by Shawn Willden · 4 years, 9 months ago