1. 4f389fd Expose RSA Cipher from Android Keystore Provider. by Alex Klyubin · 9 years ago
  2. 5c56f74 Merge "Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG" into mnc-dev by Alex Klyubin · 9 years ago
  3. 0fe7081 Remove KM_TAG_CHUNK_LENGTH and add KM_TAG_AEAD_TAG by Alex Klyubin · 9 years ago
  4. 966486e Track changes to the keystore binder API by Chad Brubaker · 9 years ago
  5. 37c8b41 No need to specify key size when importing. by Alex Klyubin · 9 years ago
  6. 96d7245 Cleanup Binder token resetting. by Alex Klyubin · 9 years ago
  7. 614b39f Merge "Refactor Android Keystore CipherSpi base class." into mnc-dev by Alex Klyubin · 9 years ago
  8. 1a23c31 Merge "Add algorithm aliases for Android Keystore HMACs." into mnc-dev by Alex Klyubin · 9 years ago
  9. a8c837f Add algorithm aliases for Android Keystore HMACs. by Alex Klyubin · 9 years ago
  10. 7cbcfd4 Refactor Android Keystore CipherSpi base class. by Alex Klyubin · 9 years ago
  11. 06c88b6 Merge "Fix typo in Javadocs of KeyGenParameterSpec." into mnc-dev by Alex Klyubin · 9 years ago
  12. fe0609d Fix typo in Javadocs of KeyGenParameterSpec. by Alex Klyubin · 9 years ago
  13. 09a3b7f Remove KeyStoreParameter.getContext(). by Alex Klyubin · 9 years ago
  14. e35d49f Cleanup Keystore API by Chad Brubaker · 9 years ago
  15. 8ec2bed Merge "Use consistent name for KeyPairGeneratorSpi." into mnc-dev by Alex Klyubin · 9 years ago
  16. e21f023 Use consistent name for KeyPairGeneratorSpi. by Alex Klyubin · 9 years ago
  17. 2cd7673 Switch from getSpi to getCurrentSpi. by Alex Klyubin · 9 years ago
  18. 7a882b5 Fix testAuthNeeded test by Chad Brubaker · 9 years ago
  19. 96481c3 Remove "encrypt at rest" flag from new AndroidKeyStore API. by Alex Klyubin · 9 years ago
  20. a1fb2cf Merge "Move Android Keystore impl to android.security.keystore." into mnc-dev by Alex Klyubin · 9 years ago
  21. 39087b1 Replace String host:port/url args with Uri arg by Robin Lee · 9 years ago
  22. dcdaf87 Move Android Keystore impl to android.security.keystore. by Alex Klyubin · 9 years ago
  23. 3f8d4d8 New AndroidKeyStore API in android.security.keystore. by Alex Klyubin · 9 years ago
  24. b334555 Merge "Ensure key algorithm name of HMAC keys is preserved." into mnc-dev by Alex Klyubin · 9 years ago
  25. cbdd377 Ensure key algorithm name of HMAC keys is preserved. by Alex Klyubin · 9 years ago
  26. 83ce095 Add keystore onUserAdded/Removed methods by Chad Brubaker · 9 years ago
  27. 622fd93 Flatten KeyStoreKeyProperties constants. by Alex Klyubin · 9 years ago
  28. 03064e2 Merge "Link to magic constants used by AndroidKeyStore API." into mnc-dev by Alex Klyubin · 9 years ago
  29. 1af2550 Move PointFormat constants into parent class. by Alex Klyubin · 9 years ago
  30. 56b96da Merge "Hide @IntDef and @StringDef annotations from AnroidKeyStore API." into mnc-dev by Alex Klyubin · 9 years ago
  31. dddd6f7 Hide @IntDef and @StringDef annotations from AnroidKeyStore API. by Alex Klyubin · 9 years ago
  32. e3049dc Link to magic constants used by AndroidKeyStore API. by Alex Klyubin · 9 years ago
  33. 4dc5414 Merge "Add missing value for EcIesParameterSpec.PointFormatEnum." into mnc-dev by Alex Klyubin · 9 years ago
  34. 322e2c3 Add missing value for EcIesParameterSpec.PointFormatEnum. by Alex Klyubin · 9 years ago
  35. 54bb159 Add NonNull and Nullable annotations to AndroidKeyStore API. by Alex Klyubin · 9 years ago
  36. 2921024 Fix KeyStoreTest now that begin requires parameters. by Alex Klyubin · 9 years ago
  37. 5418393 Document when encrypted AndroidKeyStore keys are wiped. by Alex Klyubin · 9 years ago
  38. e239f78 Merge "More Javadocs for AndroidKeyStore public classes." into mnc-dev by Alex Klyubin · 9 years ago
  39. f8a96d1 Merge "Cleanup keystore password changing and unlocking" into mnc-dev by Chad Brubaker · 9 years ago
  40. a91a850 Cleanup keystore password changing and unlocking by Chad Brubaker · 9 years ago
  41. eedda45 More Javadocs for AndroidKeyStore public classes. by Alex Klyubin · 9 years ago
  42. eae1da7 Replace "TEE" with "secure hardware". by Alex Klyubin · 9 years ago
  43. a4ead5b Merge "Document that new APIs for asymmetric crypto have no effect." into mnc-dev by Alex Klyubin · 9 years ago
  44. a6e551c Check parameters in KeyGenerator.init. by Alex Klyubin · 9 years ago
  45. 14bc1c5 Merge "Use ProviderException in AndroidKeyStore." into mnc-dev by Alex Klyubin · 9 years ago
  46. ca84b19 Document that new APIs for asymmetric crypto have no effect. by Alex Klyubin · 9 years ago
  47. 38dc154 Merge "Always mix in additional entropy into keymaster." into mnc-dev by Alex Klyubin · 9 years ago
  48. f555887 Merge "Adjust the Javadoc for user authentication timeout." into mnc-dev by Alex Klyubin · 9 years ago
  49. 27dd1a2 Adjust the Javadoc for user authentication timeout. by Alex Klyubin · 9 years ago
  50. 4d5443f Define String constants for AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  51. 658cd66 Use ProviderException in AndroidKeyStore. by Alex Klyubin · 9 years ago
  52. 83a86c5 Always mix in additional entropy into keymaster. by Alex Klyubin · 9 years ago
  53. 9cfc428 Keystore uses 0 for invalid operation handles. by Alex Klyubin · 9 years ago
  54. 6358b88 Handle KM_ERROR_CALLER_NONCE_PROHIBITED. by Alex Klyubin · 9 years ago
  55. 033dc46 Merge "Switch from FingerprintService to FingerprintManager." into mnc-dev by Alex Klyubin · 9 years ago
  56. 3cd8ec3 Merge "Cleanup logic for per-op auth keys." into mnc-dev by Alex Klyubin · 9 years ago
  57. 2d7a85c Switch from FingerprintService to FingerprintManager. by Alex Klyubin · 9 years ago
  58. e476267 Merge "Fix the build" into mnc-dev by Svetoslav · 9 years ago
  59. 2dac95d Fix the build by Svetoslav · 9 years ago
  60. 7ea5090 Track Keymaster changes. by Alex Klyubin · 9 years ago
  61. 8c82b45 Cleanup logic for per-op auth keys. by Alex Klyubin · 9 years ago
  62. 403ac2d Merge "AndroidKeyStore keys should not be handled by Bouncy Castle." into mnc-dev by Alex Klyubin · 9 years ago
  63. 459ef1e Surface KeyPermanentlyInvalidatedException for per-op auth keys. by Alex Klyubin · 9 years ago
  64. 058de02 Enable per-use user authenticated keys to be used. by Alex Klyubin · 9 years ago
  65. 4812563 AndroidKeyStore keys should not be handled by Bouncy Castle. by Alex Klyubin · 9 years ago
  66. 708fc940 Add KeyPermanentlyInvalidatedException. by Alex Klyubin · 9 years ago
  67. 721474b Merge "Add OP_AUTH_NEEDED KeyStore result code" into mnc-dev by Chad Brubaker · 9 years ago
  68. 1eda77a Align AndroidKeyStore API with user auth API. by Alex Klyubin · 9 years ago
  69. 560d653 Add OP_AUTH_NEEDED KeyStore result code by Chad Brubaker · 9 years ago
  70. 22335a9 am 6c1af7ea: am 8652bce1: am c71f2648: Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 9 years ago
  71. c71f264 Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 9 years ago
  72. 40485f5 resolved conflicts for merge of f9c14b7d to master by Alex Klyubin · 9 years ago
  73. 9716b08 am edf5454a: am 3167fb4b: am 71223ebe: Merge "Reset AndroidKeyStore Mac and Cipher state when init fails." by Alex Klyubin · 9 years ago
  74. ad9ba10 No runtime exceptions during normal use of AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  75. 6c4a842 Reset AndroidKeyStore Mac and Cipher state when init fails. by Alex Klyubin · 9 years ago
  76. 6bf52c4 frameworks/base: switch to using NativeConstants. by Adam Langley · 9 years ago
  77. ed6b2eb Merge "Set Secure User ID from app level." by Alex Klyubin · 9 years ago
  78. ed7a2185 Unhide KeyStoreKeyProperties.Origin.UNKNOWN. by Alex Klyubin · 9 years ago
  79. 10a9f17 Set Secure User ID from app level. by Alex Klyubin · 9 years ago
  80. aa0d7f6 am b1aa7d0b: am 51884f0e: am 499126c4: Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 9 years ago
  81. 499126c Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 9 years ago
  82. 3abd2b7 am 22b5d9b9: am 28a9089f: am 216d18b9: Merge "Remove IV auto-generation workaround." by Alex Klyubin · 9 years ago
  83. a0d2ddd Remove IV auto-generation workaround. by Alex Klyubin · 9 years ago
  84. 250dd26 am 763100e6: am 1cb119d3: am 71ba4e46: Merge "Unbreak obtaining symmetric keys from AndroidKeyStore." by Shawn Willden · 9 years ago
  85. 5eacd77 Unbreak obtaining symmetric keys from AndroidKeyStore. by Alex Klyubin · 9 years ago
  86. 338e746 resolved conflicts for merge of 1d5a2592 to master by Alex Klyubin · 9 years ago
  87. 8e5fbc7 am fa2bd4fe: am 888f5cb7: am ecfda064: Merge "Make specifying self-signed cert parameters optional." by Alex Klyubin · 9 years ago
  88. d693690 Merge "No need to specify EC curve name in EcIesParameterSpec." by Alex Klyubin · 9 years ago
  89. 67d21ae Make specifying self-signed cert parameters optional. by Alex Klyubin · 9 years ago
  90. 45d2783 Add Keymaster KM_ORIGIN_UNKNOWN constant. by Alex Klyubin · 9 years ago
  91. 9b3e005 Unhide the new AndroidKeyStore API. by Alex Klyubin · 9 years ago
  92. fbf1472 resolved conflicts for merge of a978a3d6 to master by Alex Klyubin · 9 years ago
  93. 33454dd No need to specify EC curve name in EcIesParameterSpec. by Alex Klyubin · 9 years ago
  94. d1af38a Merge "Use JCA names for block modes, paddings, and digests." by Alex Klyubin · 9 years ago
  95. 5927c9f Use JCA names for block modes, paddings, and digests. by Alex Klyubin · 9 years ago
  96. 0e67d0a am 651dbfde: am ad48c4c9: am c1c6528d: Merge "Add EcIesParameterSpec to enable ECIES crypto." by Alex Klyubin · 9 years ago
  97. c1c6528 Merge "Add EcIesParameterSpec to enable ECIES crypto." by Alex Klyubin · 9 years ago
  98. 03c13e4 am 93976df8: am 3a9779b6: am 386c4e9e: Merge "Fix testSaw_ungrantedUid_Bluetooth" by Chad Brubaker · 9 years ago
  99. 0ee9376 Add EcIesParameterSpec to enable ECIES crypto. by Alex Klyubin · 9 years ago
  100. 386c4e9 Merge "Fix testSaw_ungrantedUid_Bluetooth" by Chad Brubaker · 9 years ago