1. 4a0ff7c Android Keystore keys are no longer backed by Conscrypt. by Alex Klyubin · 9 years ago
  2. 6a0b8f4 Merge "Switch Android Keystore key gen and import to new KeyStore API." into mnc-dev by Alex Klyubin · 9 years ago
  3. 3ceb1a0 Switch Android Keystore key gen and import to new KeyStore API. by Alex Klyubin · 9 years ago
  4. 508e665 Support for Android Keystore Cipher.wrap and unwrap. by Alex Klyubin · 9 years ago
  5. 469cbf5 Deprecate KeyChain.isBoundKeyAlgorithm. by Alex Klyubin · 9 years ago
  6. 2668946 Merge "Remove deprecated android.security.KeyStore methods." into mnc-dev by Alex Klyubin · 9 years ago
  7. 2c50023 Merge "RSA encrypt with private key in Android Keystore." into mnc-dev by Alex Klyubin · 9 years ago
  8. 4350bab Remove deprecated android.security.KeyStore methods. by Alex Klyubin · 9 years ago
  9. 5552c89 RSA encrypt with private key in Android Keystore. by Alex Klyubin · 9 years ago
  10. 2c37807 Merge "Export KeyFactory backed by Android Keystore." into mnc-dev by Alex Klyubin · 9 years ago
  11. cb94dd1 Merge "Expose RSA and ECDSA Signature from Android Keystore Provider." into mnc-dev by Alex Klyubin · 9 years ago
  12. df6c670 Merge "Streamline Android Keystore delete entry operation." into mnc-dev by Alex Klyubin · 9 years ago
  13. b070e48 Merge "Reliably delete keys if key generation fails." into mnc-dev by Alex Klyubin · 9 years ago
  14. ccbe88a Expose RSA and ECDSA Signature from Android Keystore Provider. by Alex Klyubin · 9 years ago
  15. 97a27a7 Export KeyFactory backed by Android Keystore. by Alex Klyubin · 9 years ago
  16. 43e77bf Merge "Add optional additional entropy to finish" into mnc-dev by Chad Brubaker · 9 years ago
  17. 6c03bf5 Streamline Android Keystore delete entry operation. by Alex Klyubin · 9 years ago
  18. 4bbfeb4 Reliably delete keys if key generation fails. by Alex Klyubin · 9 years ago
  19. 8a07701 Add optional additional entropy to finish by Chad Brubaker · 9 years ago
  20. 4f389fd Expose RSA Cipher from Android Keystore Provider. by Alex Klyubin · 9 years ago
  21. 5c56f74 Merge "Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG" into mnc-dev by Alex Klyubin · 9 years ago
  22. 0fe7081 Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG by Alex Klyubin · 9 years ago
  23. 966486e Track changes to the keystore binder API by Chad Brubaker · 9 years ago
  24. 37c8b41 No need to specify key size when importing. by Alex Klyubin · 9 years ago
  25. 96d7245 Cleanup Binder token resetting. by Alex Klyubin · 9 years ago
  26. 614b39f Merge "Refactor Android Keystore CipherSpi base class." into mnc-dev by Alex Klyubin · 9 years ago
  27. 1a23c31 Merge "Add algorithm aliases for Android Keystore HMACs." into mnc-dev by Alex Klyubin · 9 years ago
  28. a8c837f Add algorithm aliases for Android Keystore HMACs. by Alex Klyubin · 9 years ago
  29. 7cbcfd4 Refactor Android Keystore CipherSpi base class. by Alex Klyubin · 9 years ago
  30. 06c88b6 Merge "Fix typo in Javadocs of KeyGenParameterSpec." into mnc-dev by Alex Klyubin · 9 years ago
  31. fe0609d Fix typo in Javadocs of KeyGenParameterSpec. by Alex Klyubin · 9 years ago
  32. 09a3b7f Remove KeyStoreParameter.getContext(). by Alex Klyubin · 9 years ago
  33. e35d49f Cleanup Keystore API by Chad Brubaker · 9 years ago
  34. 8ec2bed Merge "Use consistent name for KeyPairGeneratorSpi." into mnc-dev by Alex Klyubin · 9 years ago
  35. e21f023 Use consistent name for KeyPairGeneratorSpi. by Alex Klyubin · 9 years ago
  36. 2cd7673 Switch from getSpi to getCurrentSpi. by Alex Klyubin · 9 years ago
  37. 7a882b5 Fix testAuthNeeded test by Chad Brubaker · 9 years ago
  38. 96481c3 Remove "encrypt at rest" flag from new AndroidKeyStore API. by Alex Klyubin · 9 years ago
  39. a1fb2cf Merge "Move Android Keystore impl to android.security.keystore." into mnc-dev by Alex Klyubin · 9 years ago
  40. 39087b1 Replace String host:port/url args with Uri arg by Robin Lee · 9 years ago
  41. dcdaf87 Move Android Keystore impl to android.security.keystore. by Alex Klyubin · 9 years ago
  42. 3f8d4d8 New AndroidKeyStore API in android.security.keystore. by Alex Klyubin · 9 years ago
  43. b334555 Merge "Ensure key algorithm name of HMAC keys is preserved." into mnc-dev by Alex Klyubin · 9 years ago
  44. cbdd377 Ensure key algorithm name of HMAC keys is preserved. by Alex Klyubin · 9 years ago
  45. 83ce095 Add keystore onUserAdded/Removed methods by Chad Brubaker · 9 years ago
  46. 622fd93 Flatten KeyStoreKeyProperties constants. by Alex Klyubin · 9 years ago
  47. 03064e2 Merge "Link to magic constants used by AndroidKeyStore API." into mnc-dev by Alex Klyubin · 9 years ago
  48. 1af2550 Move PointFormat constants into parent class. by Alex Klyubin · 9 years ago
  49. 56b96da Merge "Hide @IntDef and @StringDef annotations from AnroidKeyStore API." into mnc-dev by Alex Klyubin · 9 years ago
  50. dddd6f7 Hide @IntDef and @StringDef annotations from AnroidKeyStore API. by Alex Klyubin · 9 years ago
  51. e3049dc Link to magic constants used by AndroidKeyStore API. by Alex Klyubin · 9 years ago
  52. 4dc5414 Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev by Alex Klyubin · 9 years ago
  53. 322e2c3 Add missing value for EcIesParameterSpec.PointFormatEnum. by Alex Klyubin · 9 years ago
  54. 54bb159 Add NonNull and Nullable annotations to AndroidKeyStore API. by Alex Klyubin · 9 years ago
  55. 2921024 Fix KeyStoreTest now that begin requires parameters. by Alex Klyubin · 9 years ago
  56. 5418393 Document when encrypted AndroidKeyStore keys are wiped. by Alex Klyubin · 9 years ago
  57. e239f78 Merge "More Javadocs for AndroidKeyStore public classes." into mnc-dev by Alex Klyubin · 9 years ago
  58. f8a96d1 Merge "Cleanup keystore password changing and unlocking" into mnc-dev by Chad Brubaker · 9 years ago
  59. a91a850 Cleanup keystore password changing and unlocking by Chad Brubaker · 9 years ago
  60. eedda45 More Javadocs for AndroidKeyStore public classes. by Alex Klyubin · 9 years ago
  61. eae1da7 Replace "TEE" with "secure hardware". by Alex Klyubin · 9 years ago
  62. a4ead5b Merge "Document that new APIs for asymmetric crypto have no effect." into mnc-dev by Alex Klyubin · 9 years ago
  63. a6e551c Check parameters in KeyGenerator.init. by Alex Klyubin · 9 years ago
  64. 14bc1c5 Merge "Use ProviderException in AndroidKeyStore." into mnc-dev by Alex Klyubin · 9 years ago
  65. ca84b19 Document that new APIs for asymmetric crypto have no effect. by Alex Klyubin · 9 years ago
  66. 38dc154 Merge "Always mix in additional entropy into keymaster." into mnc-dev by Alex Klyubin · 9 years ago
  67. f555887 Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev by Alex Klyubin · 9 years ago
  68. 27dd1a2 Adjust the Javadoc for user authentication timeout. by Alex Klyubin · 9 years ago
  69. 4d5443f Define String constants for AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  70. 658cd66 Use ProviderException in AndroidKeyStore. by Alex Klyubin · 9 years ago
  71. 83a86c5 Always mix in additional entropy into keymaster. by Alex Klyubin · 9 years ago
  72. 9cfc428 Keystore uses 0 for invalid operation handles. by Alex Klyubin · 9 years ago
  73. 6358b88 Handle KM_ERROR_CALLER_NONCE_PROHIBITED. by Alex Klyubin · 9 years ago
  74. 033dc46 Merge "Switch from FingerprintService to FingerprintManager." into mnc-dev by Alex Klyubin · 9 years ago
  75. 3cd8ec3 Merge "Cleanup logic for per-op auth keys." into mnc-dev by Alex Klyubin · 9 years ago
  76. 2d7a85c Switch from FingerprintService to FingerprintManager. by Alex Klyubin · 9 years ago
  77. e476267 Merge "Fix the build" into mnc-dev by Svetoslav · 9 years ago
  78. 2dac95d Fix the build by Svetoslav · 9 years ago
  79. 7ea5090 Track Keymaster changes. by Alex Klyubin · 9 years ago
  80. 8c82b45 Cleanup logic for per-op auth keys. by Alex Klyubin · 9 years ago
  81. 403ac2d Merge "AndroidKeyStore keys should not be handled by Bouncy Castle." into mnc-dev by Alex Klyubin · 9 years ago
  82. 459ef1e Surface KeyPermanentlyInvalidatedException for per-op auth keys. by Alex Klyubin · 9 years ago
  83. 058de02 Enable per-use user authenticated keys to be used. by Alex Klyubin · 9 years ago
  84. 4812563 AndroidKeyStore keys should not be handled by Bouncy Castle. by Alex Klyubin · 9 years ago
  85. 708fc940 Add KeyPermanentlyInvalidatedException. by Alex Klyubin · 10 years ago
  86. 721474b Merge "Add OP_AUTH_NEEDED KeyStore result code" into mnc-dev by Chad Brubaker · 9 years ago
  87. 1eda77a Align AndroidKeyStore API with user auth API. by Alex Klyubin · 10 years ago
  88. 560d653 Add OP_AUTH_NEEDED KeyStore result code by Chad Brubaker · 10 years ago
  89. 22335a9 am 6c1af7ea: am 8652bce1: am c71f2648: Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 10 years ago
  90. c71f264 Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 10 years ago
  91. 40485f5 resolved conflicts for merge of f9c14b7d to master by Alex Klyubin · 10 years ago
  92. 9716b08 am edf5454a: am 3167fb4b: am 71223ebe: Merge "Reset AndroidKeyStore Mac and Cipher state when init fails." by Alex Klyubin · 10 years ago
  93. ad9ba10 No runtime exceptions during normal use of AndroidKeyStore crypto. by Alex Klyubin · 10 years ago
  94. 6c4a842 Reset AndroidKeyStore Mac and Cipher state when init fails. by Alex Klyubin · 10 years ago
  95. 6bf52c4 frameworks/base: switch to using NativeConstants. by Adam Langley · 10 years ago
  96. ed6b2eb Merge "Set Secure User ID from app level." by Alex Klyubin · 10 years ago
  97. ed7a2185 Unhide KeyStoreKeyProperties.Origin.UNKNOWN. by Alex Klyubin · 10 years ago
  98. 10a9f17 Set Secure User ID from app level. by Alex Klyubin · 10 years ago
  99. aa0d7f6 am b1aa7d0b: am 51884f0e: am 499126c4: Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 10 years ago
  100. 499126c Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 10 years ago