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