1. b2cc3dc Adding KEY_PERMANENTLY_INVALIDATED int by Max Bires · 6 years ago
  2. 906147c Fix deleting legacy key blobs by Janis Danisevskis · 6 years ago
  3. 2b106ad Fix IllegalArgumentException in KeyChain by Janis Danisevskis · 6 years ago
  4. 73e9640 Merge "Added listUidsForAuthBoundKeys to KeyStore" by Rob Barnes · 6 years ago
  5. f1a678e Added listUidsForAuthBoundKeys to KeyStore by Rob Barnes · 6 years ago
  6. b0358e7 Multi-threaded keystore by Janis Danisevskis · 6 years ago
  7. d257538 Add return code KEY_ALREADY exists by Janis Danisevskis · 6 years ago
  8. 1864c95 Remove legacy functions form IKeystoreService.aidl by Janis Danisevskis · 6 years ago
  9. 4dbdcf4 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  10. 02763a1 Merge "Code reformatting for upcoming annotations." am: 60c8cfdd0f by Mathew Inwood · 6 years ago
  11. efb4816 Code reformatting for upcoming annotations. by Mathew Inwood · 6 years ago
  12. f5f6bb2 Remove getCurrentUser call to find an alternative by Brian C. Young · 6 years ago
  13. 0186b42 Merge changes from topics "niap-asym-write-pi-dev", "niap-asym-write-api-pi-dev" into pi-dev by Brian Young · 6 years ago
  14. 9272dab Restore "Add "Unlocked device required" parameter to keys" by Brian Young · 7 years ago
  15. 6169239 Utilize verbose KeyChain errors by Eran Messeri · 6 years ago
  16. 36716eb Add "Unlocked device required" key API by Brian Young · 7 years ago
  17. bbb7f65 ConfirmationDialog: Pass accessibility options and implement isSupported(). by David Zeuthen · 7 years ago
  18. da82e2c Revert "Add "Unlocked device required" parameter to keys" by Brian Young · 7 years ago
  19. efc3f16 Add "Unlocked device required" parameter to keys by Brian C. Young · 7 years ago
  20. 3a28570 Revert "Add "Unlocked device required" parameter to keys" by Brian Young · 7 years ago
  21. 55fff3a Add "Unlocked device required" parameter to keys by Brian C. Young · 7 years ago
  22. 4dadff8 Merge "Add confirmation UI protocol to Keystore AIDL definition" by TreeHugger Robot · 7 years ago
  23. ea5e038 Generating StrongBox backed keys by Frank Salim · 7 years ago
  24. 7dacad8 Add confirmation UI protocol to Keystore AIDL definition by Janis Danisevskis · 7 years ago
  25. 21d9c1d Keystore APIs for Import Wrapped Key, Strongbox, 3DES by Frank Salim · 7 years ago
  26. eab6256 KeyStore: Remove duplicate method by Eran Messeri · 7 years ago
  27. 0aadf93 Keystore: Use security levels by Janis Danisevskis · 7 years ago
  28. efc4311 Get rid of manually created IKeystoreService. by Dmitry Dementyev · 7 years ago
  29. 5596642 Check FEATURE_FINGERPRINT before trying to getSystemService by Kevin Chyn · 7 years ago
  30. da5dae2 Fix use of auth-bound keys after screen lock removal by Janis Danisevskis · 7 years ago
  31. d07d338 Fix use of auth-bound keys after screen lock removal by Janis Danisevskis · 7 years ago
  32. b50e9f6 Refurbish granting mechanism by Janis Danisevskis · 7 years ago
  33. 237f4b36 Add device ID attestation method to keymaster by Bartosz Fabianowski · 7 years ago
  34. 12b644d Introduce KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTION by Rubin Xu · 7 years ago
  35. b32aae2 Add the onDeviceOffBody API method to KeyStore by Tucker Sylvestro · 8 years ago
  36. e4487ea More sensible return code for Credentials.deleteAll by Robin Lee · 9 years ago
  37. 8d8c747 Add attestation API to Android KeyStore. by Shawn Willden · 9 years ago
  38. 2cea8d4 Merge "Allow uid to be passed for more operations" by Alex Klyubin · 9 years ago
  39. 3876b1b Support cross-UID access from AndroidKeyStore. by Alex Klyubin · 9 years ago
  40. 5bbf048 Allow uid to be passed for more operations by Chad Brubaker · 9 years ago
  41. ae6cb7a Keymaster INT, LONG and DATE tag values are unsigned. by Alex Klyubin · 9 years ago
  42. a99b8b5 Do not require USE_FINGERPRINT for getAuthenticatorId. by Alex Klyubin · 9 years ago
  43. 4a0ff7c Android Keystore keys are no longer backed by Conscrypt. by Alex Klyubin · 9 years ago
  44. 3ceb1a0 Switch Android Keystore key gen and import to new KeyStore API. by Alex Klyubin · 9 years ago
  45. 469cbf5 Deprecate KeyChain.isBoundKeyAlgorithm. by Alex Klyubin · 9 years ago
  46. 4350bab Remove deprecated android.security.KeyStore methods. by Alex Klyubin · 9 years ago
  47. 8a07701 Add optional additional entropy to finish by Chad Brubaker · 9 years ago
  48. 966486e Track changes to the keystore binder API by Chad Brubaker · 9 years ago
  49. e35d49f Cleanup Keystore API by Chad Brubaker · 9 years ago
  50. dcdaf87 Move Android Keystore impl to android.security.keystore. by Alex Klyubin · 9 years ago
  51. 3f8d4d8 New AndroidKeyStore API in android.security.keystore. by Alex Klyubin · 9 years ago
  52. 83ce095 Add keystore onUserAdded/Removed methods by Chad Brubaker · 9 years ago
  53. 622fd93 Flatten KeyStoreKeyProperties constants. by Alex Klyubin · 9 years ago
  54. 5418393 Document when encrypted AndroidKeyStore keys are wiped. by Alex Klyubin · 9 years ago
  55. f8a96d1 Merge "Cleanup keystore password changing and unlocking" into mnc-dev by Chad Brubaker · 9 years ago
  56. a91a850 Cleanup keystore password changing and unlocking by Chad Brubaker · 9 years ago
  57. 4d5443f Define String constants for AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  58. 2d7a85c Switch from FingerprintService to FingerprintManager. by Alex Klyubin · 9 years ago
  59. 2dac95d Fix the build by Svetoslav · 9 years ago
  60. 058de02 Enable per-use user authenticated keys to be used. by Alex Klyubin · 9 years ago
  61. 708fc940 Add KeyPermanentlyInvalidatedException. by Alex Klyubin · 9 years ago
  62. 560d653 Add OP_AUTH_NEEDED KeyStore result code by Chad Brubaker · 9 years ago
  63. 22335a9 am 6c1af7ea: am 8652bce1: am c71f2648: Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 9 years ago
  64. c71f264 Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 9 years ago
  65. 40485f5 resolved conflicts for merge of f9c14b7d to master by Alex Klyubin · 9 years ago
  66. ad9ba10 No runtime exceptions during normal use of AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  67. 6bf52c4 frameworks/base: switch to using NativeConstants. by Adam Langley · 9 years ago
  68. dbcec13 resolved conflicts for merge of b068f162 to master by Alex Klyubin · 9 years ago
  69. b4834ae Rename KeymasterException to KeyStoreException. by Alex Klyubin · 9 years ago
  70. f603e28 Merge "Add authorization binder methods" by Chad Brubaker · 9 years ago
  71. dae79e5 Allow entropy to be provided to some operations by Chad Brubaker · 9 years ago
  72. 5e73c0e Make application/client id an object by Chad Brubaker · 10 years ago
  73. 5654b36 Add authorization binder methods by Chad Brubaker · 10 years ago
  74. e6a46134 Add new IKeystoreService methods to KeyStore by Chad Brubaker · 10 years ago
  75. 590c068 Merge "Add KeyPairGenerator.EC backed by Android KeyStore." by Alex Klyubin · 10 years ago
  76. 21a76df Add KeyPairGenerator.EC backed by Android KeyStore. by Alex Klyubin · 10 years ago
  77. 7a2c973 Generate IKeystoreService using aidl by Chad Brubaker · 10 years ago
  78. 9d2d6b6 Track change to Conscrypt by Kenny Root · 10 years ago
  79. f0246a8 Keep managed profile keystores in sync with owner by Robin Lee · 10 years ago
  80. b91773b Add argument to binder call to check key types by Kenny Root · 11 years ago
  81. a398598 Add support for DSA and ECDSA key types by Kenny Root · 11 years ago
  82. e7cf8c2 keystore: remove old APIs by Kenny Root · 11 years ago
  83. 2eeda72 AndroidKeyStore: Add encrypted flag by Kenny Root · 11 years ago
  84. a3788b0 keystore: Add flag for blobs to be unencrypted by Kenny Root · 11 years ago
  85. d72317a Remove keystore entries when package removed by Kenny Root · 11 years ago
  86. 5cb5cec KeyStore: add API to query storage type by Kenny Root · 11 years ago
  87. 5f1d965 KeyStore: change migrate to duplicate by Kenny Root · 12 years ago
  88. bd79419 KeyStore: add "migrate" command by Kenny Root · 12 years ago
  89. 78ad849 KeyStore: add API to uid versions by Kenny Root · 12 years ago
  90. b9594ce KeyStore: stop using state() by Kenny Root · 12 years ago
  91. e151f28 Track keystore binder changes by Kenny Root · 12 years ago
  92. e66769a AndroidKeyStore: return error code on error by Kenny Root · 12 years ago
  93. 8b58c52 AndroidKeyStore: fix tests by Kenny Root · 12 years ago
  94. 6b77645 Switch keystore to binder by Kenny Root · 12 years ago
  95. 473c712 Add getmtime to Android KeyStore API by Kenny Root · 12 years ago
  96. 5b1f037 Change KeyStore to use Modified UTF-8 to match NativeCrypto by Brian Carlstrom · 12 years ago
  97. 5423e68 Add signing to keystore by Kenny Root · 13 years ago
  98. 7e4b1a4 Restore ResponseCodes for use with getLastError by Brian Carlstrom · 13 years ago
  99. 5cfee3f Integrating keystore with keyguard (Part 1 of 4) by Brian Carlstrom · 13 years ago
  100. 46703b0 Tolerate missing AccountManager resource, not just missing resource name by Brian Carlstrom · 13 years ago