1. 82fe259 KeyMint: make tags keymint-enforced by David Drysdale · 4 years, 2 months ago
  2. 94247b3 Merge "Fixing up reference impl to match new CDDL" by Treehugger Robot · 4 years, 2 months ago
  3. d356e2a Fixing up reference impl to match new CDDL by Max Bires · 4 years, 2 months ago
  4. 736e826 Merge "Use accessors for setting X509 signature and algorithm." by David Benjamin · 4 years, 2 months ago
  5. 240c690 Correct handling of notBefore and notAfter for KM4 by Shawn Willden · 4 years, 3 months ago
  6. 202b915 Merge "KeyMint: implement getKeyCharacteristics()" by Treehugger Robot · 4 years, 2 months ago
  7. 2359068 Delegate some MAC operations to the provisioning context by Seth Moore · 4 years, 3 months ago
  8. a49f3fd KeyMint: implement getKeyCharacteristics() by David Drysdale · 4 years, 3 months ago
  9. 4d2dbc8 Merge "Key{Master,Mint}: stricter parameter checking" by David Drysdale · 4 years, 3 months ago
  10. 48a6ec2 Merge "Fix EarlyBoot & DeviceUnlocked." by Treehugger Robot · 4 years, 3 months ago
  11. b90937d Key{Master,Mint}: stricter parameter checking by David Drysdale · 4 years, 5 months ago
  12. f747e92 Merge changes from topic "keymint_utils" by Treehugger Robot · 4 years, 3 months ago
  13. 1e4630d Merge "keymaster: avoid deref'ing nullptr" by Treehugger Robot · 4 years, 3 months ago
  14. 1ae6d2b Use accessors for setting X509 signature and algorithm. by David Benjamin · 4 years, 3 months ago
  15. acd145c Fix EarlyBoot & DeviceUnlocked. by Shawn Willden · 4 years, 3 months ago
  16. f76e760 Fix certificate notBefore and notAfter by Shawn Willden · 4 years, 3 months ago
  17. 00b78c1 Make KmVersion modifiable by subclasses. by Shawn Willden · 4 years, 4 months ago
  18. 19d8dd2 Move keymint utils to a library. by Shawn Willden · 4 years, 4 months ago
  19. 11b5760 Add AES-GCM key blob encryption. by Shawn Willden · 4 years, 4 months ago
  20. 9a3792e Enable clang-tidy (and fix warnings) by Shawn Willden · 4 years, 4 months ago
  21. c0f1efe Enable STL in system/keymaster. by Shawn Willden · 4 years, 4 months ago
  22. 01f31fc Merge changes from topic "cf-message-versioning" by Seth Moore · 4 years, 3 months ago
  23. e50e545 Merge "Add getKeyCharacteristics stub to KeyMint" by Paul Crowley · 4 years, 3 months ago
  24. 08641bf Add getKeyCharacteristics stub to KeyMint by Paul Crowley · 4 years, 3 months ago
  25. 08394bd Merge "Make operator bool() explicit" by Treehugger Robot · 4 years, 3 months ago
  26. 6a19fb8 Make MessageVersion constexpr by Seth Moore · 4 years, 3 months ago
  27. fcba597 Allow setting AndroidKeymaster message version by Seth Moore · 4 years, 3 months ago
  28. ba3f766 Merge "Fixing up the encoding of the BCC" by Treehugger Robot · 4 years, 3 months ago
  29. 446e1af Fixing up the encoding of the BCC by Max Bires · 4 years, 3 months ago
  30. c1bcbf4 Merge "Fix GetVersion2 bugs" by Treehugger Robot · 4 years, 3 months ago
  31. 33a10f6 Merge "Change KeyMint attestation version to 100" by Treehugger Robot · 4 years, 3 months ago
  32. a049f2e Make operator bool() explicit by David Drysdale · 4 years, 4 months ago
  33. f3f465d Merge "Align KeyMint AIDL with usage" by David Drysdale · 4 years, 3 months ago
  34. 8259b5a Fix GetVersion2 bugs by Shawn Willden · 4 years, 4 months ago
  35. a8b0f90 Change KeyMint attestation version to 100 by Shawn Willden · 4 years, 4 months ago
  36. 448141b Check for empty vectors in RKP COSE code by Seth Moore · 4 years, 4 months ago
  37. 1fb0546 Merge "Bug fix setting of certificate serial on BIGNUM." by Treehugger Robot · 4 years, 4 months ago
  38. eb35596 Merge "Ensure that the device key is deterministic" by Treehugger Robot · 4 years, 4 months ago
  39. f79e0b4 Make GetRemoteProvisioningContext const by Seth Moore · 4 years, 4 months ago
  40. 52ace6b Ensure that the device key is deterministic by Seth Moore · 4 years, 4 months ago
  41. 8181591 Align KeyMint AIDL with usage by David Drysdale · 4 years, 4 months ago
  42. 2287105 Bug fix setting of certificate serial on BIGNUM. by Selene Huang · 4 years, 4 months ago
  43. 40aa904 Merge "Porting the client <-> HAL interface layer for RPC" by Treehugger Robot · 4 years, 4 months ago
  44. bf4f401 Merge "Remove obsolete Makefile used for host testing" by Treehugger Robot · 4 years, 4 months ago
  45. 01799e0 Porting the client <-> HAL interface layer for RPC by Max Bires · 4 years, 4 months ago
  46. 3674a7b Remove obsolete Makefile used for host testing by Pirama Arumuga Nainar · 4 years, 4 months ago
  47. 3a6235a Add the GENERATE_TIMESTAMP_TOKEN type to the message enum by A. Cody Schuffelen · 4 years, 5 months ago
  48. 57c187a Migrating remote provisioning service functionality by Max Bires · 4 years, 5 months ago
  49. cccc4ca KeyMaster tests: Make dependency on libsoftkeymasterdevice static. by Janis Danisevskis · 4 years, 4 months ago
  50. 332cf44 Fixing authToken2AidlVec by Max Bires · 4 years, 4 months ago
  51. ed1ece6 Merge "Keystore 2.0: Implement convertStorageKeyToEphemeral() in AndroidKeyMintDevice" by Satya Tangirala · 4 years, 5 months ago
  52. 1755a6c Add support for TAG_TRUSTED_CONFIRMATION_REQUIRED. by David Zeuthen · 4 years, 5 months ago
  53. 86d2540 Keystore 2.0: Implement convertStorageKeyToEphemeral() in AndroidKeyMintDevice by Satya Tangirala · 4 years, 5 months ago
  54. 310cd8e Merge "Add performOperation stub." by Shawn Willden · 4 years, 5 months ago
  55. 5592969 Add performOperation stub. by Shawn Willden · 4 years, 6 months ago
  56. 77223ef The change fixes VtsHalKeymasterV4_1TargetTest vts failure for DeviceUniqueAttestationTest#NonStrongBoxOnly with default keymaster instance. am: 4f7f0890f7 by Chirag Pathak · 4 years, 5 months ago
  57. 4f7f089 The change fixes VtsHalKeymasterV4_1TargetTest vts failure for DeviceUniqueAttestationTest#NonStrongBoxOnly with default keymaster instance. by Chirag Pathak · 4 years, 5 months ago
  58. e6f92b0 Merge "Ignore MAX_BOOT_LEVEL tag" am: dd1a028e37 by Paul Crowley · 4 years, 5 months ago
  59. dd1a028 Merge "Ignore MAX_BOOT_LEVEL tag" by Paul Crowley · 4 years, 5 months ago
  60. e5bf14b Refactor AndroidKeyMintDevice::update. am: 2cb22a42d9 by Shawn Willden · 4 years, 5 months ago
  61. 2cb22a4 Refactor AndroidKeyMintDevice::update. by Shawn Willden · 4 years, 6 months ago
  62. 956d41a Merge "Add secure key storage api for keymaster and implement pure software secure key storage to mock secure hardware." am: f6775ab03c by Treehugger Robot · 4 years, 5 months ago
  63. e3b17cb Merge "Fix limited use key keymint vts test when using pure software keymaster context to pretend some sort of hardwares." am: e33695fc5c by Treehugger Robot · 4 years, 5 months ago
  64. f6775ab Merge "Add secure key storage api for keymaster and implement pure software secure key storage to mock secure hardware." by Treehugger Robot · 4 years, 5 months ago
  65. e33695f Merge "Fix limited use key keymint vts test when using pure software keymaster context to pretend some sort of hardwares." by Treehugger Robot · 4 years, 5 months ago
  66. 1ab98f5 Merge "Fix CERTIFICATE_* tags vts test failures" am: 20446f0f14 by Shawn Willden · 4 years, 5 months ago
  67. 20446f0 Merge "Fix CERTIFICATE_* tags vts test failures" by Shawn Willden · 4 years, 5 months ago
  68. de2dc0a Mark ab/7061308 as merged in stage. by Xin Li · 4 years, 6 months ago
  69. 8384653 Ignore MAX_BOOT_LEVEL tag by Paul Crowley · 4 years, 6 months ago
  70. 38c9fe7 Specify version for aidl_interface explicitly am: b40535e9d2 by Jeongik Cha · 4 years, 6 months ago
  71. b40535e Specify version for aidl_interface explicitly by Jeongik Cha · 4 years, 6 months ago
  72. 75d329f Add ATTEST_KEY support am: 44c388800b by Shawn Willden · 4 years, 6 months ago
  73. 44c3888 Add ATTEST_KEY support by Shawn Willden · 4 years, 8 months ago
  74. 0b826ee [LSC] Add LOCAL_LICENSE_KINDS to system/keymaster am: b655685e36 by Bob Badour · 4 years, 6 months ago
  75. b655685 [LSC] Add LOCAL_LICENSE_KINDS to system/keymaster by Bob Badour · 4 years, 6 months ago
  76. 663320f Implementation for supporting earlyBootEnded, deviceLocked and supporting timestampRequired flag in HardwareInfo. am: b292e9a62d by Chirag Pathak · 4 years, 6 months ago
  77. c7d9742 The implementation of AndroidSecureClock and AndroidSharedSecret to support corresponding ISharedSecret and ISecureClock AIDLs. am: 7a0799473e by Chirag Pathak · 4 years, 6 months ago
  78. d8b7921 Add secure key storage api for keymaster and implement by Qi Wu · 4 years, 6 months ago
  79. f7c8e9d Fix limited use key keymint vts test when using by Qi Wu · 4 years, 6 months ago
  80. b292e9a Implementation for supporting earlyBootEnded, deviceLocked and supporting timestampRequired flag in HardwareInfo. by Chirag Pathak · 4 years, 6 months ago
  81. 7a07994 The implementation of AndroidSecureClock and AndroidSharedSecret to support corresponding ISharedSecret and ISecureClock AIDLs. by Chirag Pathak · 4 years, 6 months ago
  82. 77f5fdf Fix CERTIFICATE_* tags vts test failures by Janis Danisevskis · 4 years, 6 months ago
  83. f83fb8d Remove Keymint Device from keymaster tests. am: 0245446304 by Janis Danisevskis · 4 years, 6 months ago
  84. 0245446 Remove Keymint Device from keymaster tests. by Janis Danisevskis · 4 years, 6 months ago
  85. a19c786 Keymint: Add support for CERTIFICATE_NOT_BEFORE/AFTER am: a5780e2e8e by Janis Danisevskis · 4 years, 6 months ago
  86. a5780e2 Keymint: Add support for CERTIFICATE_NOT_BEFORE/AFTER by Janis Danisevskis · 4 years, 6 months ago
  87. 3ba02dc Add new SecurityLevel::KEYSTORE am: 09f4710d96 by Shawn Willden · 4 years, 6 months ago
  88. 09f4710 Add new SecurityLevel::KEYSTORE by Shawn Willden · 4 years, 7 months ago
  89. c1cdf4c Add attestation key to generate/import messages. am: 6e20ea4592 by Shawn Willden · 4 years, 6 months ago
  90. 6e20ea4 Add attestation key to generate/import messages. by Shawn Willden · 4 years, 8 months ago
  91. 6d9a188 Merge "KeyMint: Fix timestamp token argument name." am: c76b9d9ffe by Treehugger Robot · 4 years, 6 months ago
  92. c76b9d9 Merge "KeyMint: Fix timestamp token argument name." by Treehugger Robot · 4 years, 6 months ago
  93. 0a664df Merge "Add limited usage key tag." am: de3f3921f6 by Treehugger Robot · 4 years, 6 months ago
  94. de3f392 Merge "Add limited usage key tag." by Treehugger Robot · 4 years, 6 months ago
  95. 57fa836 Merge "Specify version for aidl_interface explicitly" am: a242b4a952 by Treehugger Robot · 4 years, 6 months ago
  96. a242b4a Merge "Specify version for aidl_interface explicitly" by Treehugger Robot · 4 years, 6 months ago
  97. 63814cb Add support for ECDH. am: a843b3d504 by David Zeuthen · 4 years, 6 months ago
  98. a843b3d Add support for ECDH. by David Zeuthen · 4 years, 7 months ago
  99. a3202fa Specify version for aidl_interface explicitly by Jeongik Cha · 4 years, 6 months ago
  100. 5218bba Add limited usage key tag. by Qi Wu · 4 years, 7 months ago