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