1. f2ff9c8 Keystore 2.0 engine: Handle legacy PEM certificates. by Janis Danisevskis · 3 years ago
  2. 1efb666 Merge "Keystore 2.0: Small performance gain" by Treehugger Robot · 3 years ago
  3. 0d61dd6 Remove ndk_platform backend. Use the ndk backend. by Jiyong Park · 3 years, 2 months ago
  4. 811b97c Merge "Keystore 2.0: Remove Keystore 1.0 and remaining references" by Janis Danisevskis · 3 years, 6 months ago
  5. f985e43 Keystore 2.0: Update service name to canonical name. by Janis Danisevskis · 3 years, 6 months ago
  6. 2437fde Keystore 2.0: Remove Keystore 1.0 and remaining references by Janis Danisevskis · 3 years, 7 months ago
  7. 33bdf3b Keystore 2.0: Small performance gain by Greg Kaiser · 3 years, 7 months ago
  8. 670122f Keystore 2.0: Add keystore2 support to the keystore-engine. by Janis Danisevskis · 3 years, 8 months ago
  9. 4c7858c [LSC] Add LOCAL_LICENSE_KINDS to system/security by Bob Badour · 3 years, 7 months ago
  10. 3af223f Allow for input_data on finish. by Rob Barnes · 4 years, 10 months ago
  11. de99a52 Remove libhwbinder/libhidltransport deps by Steven Moreland · 5 years ago
  12. dc4d142 Replace custom BoringSSL scopers with bssl::UniquePtr. by David Benjamin · 5 years ago
  13. 61aea51 keystore_backend_binder: fix misinterpretation of getKeyCharacteristics return value. by Janis Danisevskis · 6 years ago
  14. 538a4e7 Merge "C++17 is now the default." by Treehugger Robot · 6 years ago
  15. 9db4be1 C++17 is now the default. by Elliott Hughes · 6 years ago
  16. 7cb02e3 Use stream operator to report result code by Branden Archer · 6 years ago
  17. 8bb8464 Convert keystore-engine to Android.bp by Dan Willemsen · 6 years ago
  18. ba2985a Fix keystore_backend_binder by Janis Danisevskis · 6 years ago
  19. bb6cabd Multi-threaded keystore by Rob Barnes · 6 years ago
  20. e5a09aa Remove legacy functions from IKeystoreService.aidl by Janis Danisevskis · 6 years ago
  21. cdc813f Deprecate <cutils/log.h> and <utils/Log.h> by Logan Chien · 6 years ago
  22. e353f25 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  23. 8bc0be0 Merge "Remove RSA_FLAG_CACHE_PUBLIC." am: 6ec80146e5 am: de77a0910b by David Benjamin · 7 years ago
  24. 48d2ea9 Remove RSA_FLAG_CACHE_PUBLIC. by David Benjamin · 7 years ago
  25. ab8aa1c Make libkeystore_aidl shared and export to PDK. by Dmitry Dementyev · 7 years ago
  26. a447b3c Get rid of manually created IKeystoreService. by Dmitry Dementyev · 7 years ago
  27. a786d0b Merge "Switch *_METHOD to a more future-proof pattern." am: f3147f209c by Robert Sloan · 7 years ago
  28. 29f72ec Switch *_METHOD to a more future-proof pattern. by Robert Sloan · 7 years ago
  29. 472d59a Switch *_METHOD to a more future-proof pattern. by Robert Sloan · 7 years ago
  30. ae9fa42 Merge "Update BoringSSL structs in keystore-engine." am: 975e1aae69 am: 78505bae4c by Rob Sloan · 7 years ago
  31. 78505ba Merge "Update BoringSSL structs in keystore-engine." am: 975e1aae69 by Rob Sloan · 7 years ago
  32. 0a7e807 Update BoringSSL structs in keystore-engine. by Robert Sloan · 7 years ago
  33. ccfff10 Remove use of UniquePtr from keystore by Janis Danisevskis · 7 years ago
  34. ecb258e fix: wifi doesn't work on the generic system image by Jiyong Park · 7 years ago
  35. 4cb6f38 Fix transitive include. by Steven Moreland · 7 years ago
  36. 30b220e keystore-engine: Couple of bug fixes for HIDL keystore by Roshan Pius · 7 years ago
  37. e653c93 keystore: Run Wifi keystore HAL in keystore daemon by Roshan Pius · 7 years ago
  38. bf7fc8d Add a HIDL-based keystore_get variant by Paul Stewart · 8 years ago
  39. 657356c Add HIDL backend to keystore service by Paul Stewart · 8 years ago
  40. ac0ffbf Separate the binder backend from android_engine by Paul Stewart · 8 years ago
  41. c7a9fa2 Port to binderized keymaster HAL by Janis Danisevskis · 8 years ago
  42. ddf4742 Remove OpenSSL support by Kenny Root · 8 years ago
  43. 26275ad Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 8 years ago
  44. 30c7752 Remove RSA_FLAG_EXT_PKEY from android_engine.cpp. by David Benjamin · 8 years ago
  45. 862cf6a system/security: remove BORINGSSL_201509 support. by Adam Langley · 9 years ago
  46. 9eb9295 Prepare for BoringSSL update. by Adam Langley · 9 years ago
  47. dcca051 keystore-engine: comment out unused args by Kenny Root · 9 years ago
  48. de7d734 keystore-engine: Restore module path by Kenny Root · 10 years ago
  49. 4e28857 Merge "Remove superfluous OpenSSL include paths." by Kenny Root · 10 years ago
  50. 72b2bfb Remove superfluous OpenSSL include paths. by Adam Langley · 10 years ago
  51. a045ed6 Add missing include. by Elliott Hughes · 10 years ago
  52. b2747fe system/security: sync with latest BoringSSL. by Adam Langley · 10 years ago
  53. 1fb0583 Add ENGINE for BoringSSL. by Adam Langley · 10 years ago
  54. 20e90ad keystore: fix errors inside ALOGV by Colin Cross · 11 years ago
  55. 3d2f4fd system/security: convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH by Colin Cross · 11 years ago
  56. 26cfc08 Use canonical UniquePtr.h header by Kenny Root · 11 years ago
  57. 77acaa0 Revert to old-style API for EC_KEY handling by Kenny Root · 11 years ago
  58. 6071179 Add support for DSA and ECDSA key types by Kenny Root · 11 years ago
  59. 9d422a5 Revert "Revert "Split up main engine from methods"" by Kenny Root · 11 years ago
  60. 1fcabcd Revert "Split up main engine from methods" by Kenny Root · 11 years ago
  61. 2715806 Split up main engine from methods by Kenny Root · 11 years ago
  62. b51c47d Add wrapping capability to keystore engine by Kenny Root · 12 years ago
  63. 6a9cafc Add Android.mk as a dependency as well by Kenny Root · 12 years ago
  64. 07438c8 Switch keystore to binder by Kenny Root · 12 years ago
  65. 938a991 Clear out ENGINE flags when initializing by Kenny Root · 12 years ago
  66. a8c703d Handle keynames with special characters such as - and . by Brian Carlstrom · 12 years ago
  67. bef8083 Only initialize ex_data if not already by Kenny Root · 12 years ago
  68. 98c2f8f use UniquePtr.h from frameworks/native by Colin Cross · 12 years ago
  69. 70e3a86 Add keymaster to keystore with soft implementation by Kenny Root · 13 years ago