1. c71f264 Merge "frameworks/base: switch to using NativeConstants." by Kenny Root · 9 years ago
  2. ad9ba10 No runtime exceptions during normal use of AndroidKeyStore crypto. by Alex Klyubin · 9 years ago
  3. 6c4a842 Reset AndroidKeyStore Mac and Cipher state when init fails. by Alex Klyubin · 9 years ago
  4. 6bf52c4 frameworks/base: switch to using NativeConstants. by Adam Langley · 9 years ago
  5. 499126c Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 9 years ago
  6. a0d2ddd Remove IV auto-generation workaround. by Alex Klyubin · 9 years ago
  7. 5eacd77 Unbreak obtaining symmetric keys from AndroidKeyStore. by Alex Klyubin · 9 years ago
  8. d693690 Merge "No need to specify EC curve name in EcIesParameterSpec." by Alex Klyubin · 9 years ago
  9. 67d21ae Make specifying self-signed cert parameters optional. by Alex Klyubin · 9 years ago
  10. 45d2783 Add Keymaster KM_ORIGIN_UNKNOWN constant. by Alex Klyubin · 9 years ago
  11. 33454dd No need to specify EC curve name in EcIesParameterSpec. by Alex Klyubin · 9 years ago
  12. d1af38a Merge "Use JCA names for block modes, paddings, and digests." by Alex Klyubin · 9 years ago
  13. 5927c9f Use JCA names for block modes, paddings, and digests. by Alex Klyubin · 9 years ago
  14. c1c6528 Merge "Add EcIesParameterSpec to enable ECIES crypto." by Alex Klyubin · 9 years ago
  15. 0ee9376 Add EcIesParameterSpec to enable ECIES crypto. by Alex Klyubin · 9 years ago
  16. 386c4e9 Merge "Fix testSaw_ungrantedUid_Bluetooth" by Chad Brubaker · 9 years ago
  17. 6a5af8c Fix testSaw_ungrantedUid_Bluetooth by Chad Brubaker · 9 years ago
  18. 55f7c27 Track more changes to keymaster_defs.h by Alex Klyubin · 9 years ago
  19. 862e6c7 Track recent keymaster_defs.h changes. by Alex Klyubin · 9 years ago
  20. b503c52 Split key origin into TEE/not and generated/imported. by Alex Klyubin · 9 years ago
  21. 7882a7f Fix minor issues in new Javadocs of AndroidKeyStore. by Alex Klyubin · 9 years ago
  22. aeae0f3 Merge "Add asymmetric crypto constants for AndroidKeyStore API." by Alex Klyubin · 9 years ago
  23. 8c58ba8 Merge "Add missing mapping between JCA and keystore HMAC names." by Alex Klyubin · 9 years ago
  24. ccfea50 Add asymmetric crypto constants for AndroidKeyStore API. by Alex Klyubin · 9 years ago
  25. 5324702 Add missing mapping between JCA and keystore HMAC names. by Alex Klyubin · 9 years ago
  26. 223977b Hide KeyStoreParameter.Builder.setRandomizedEncryptionRequired. by Alex Klyubin · 9 years ago
  27. a482b04 Merge "Require IND-CPA by default for new AndroidKeyStore keys." by Alex Klyubin · 9 years ago
  28. f853f64 Require IND-CPA by default for new AndroidKeyStore keys. by Alex Klyubin · 9 years ago
  29. 70376a7 Add more digests to AndroidKeyStore API. by Alex Klyubin · 9 years ago
  30. 6895a54 Fix typo by Alex Klyubin · 9 years ago
  31. edd0e6c Merge "Refuse to reuse IV in encryption mode in AndroidKeyStore." by Alex Klyubin · 9 years ago
  32. d1ccb45 Refuse to reuse IV in encryption mode in AndroidKeyStore. by Alex Klyubin · 9 years ago
  33. 38bb642b Add BlockMode.GCM constant to AndroidKeyStore API. by Alex Klyubin · 9 years ago
  34. c46e9e7 Make the new AndroidKeyStore API conformant. by Alex Klyubin · 9 years ago
  35. 6def5af Load fewer classes when AndroidKeyStore provider is installed. by Alex Klyubin · 9 years ago
  36. 0896365 Merge "Rename KeymasterException to KeyStoreException." by Alex Klyubin · 9 years ago
  37. 377885e Merge "Mark all test keys as no auth required" by Chad Brubaker · 9 years ago
  38. a0f656f Obtain SPI without using Reflection. by Alex Klyubin · 9 years ago
  39. b4834ae Rename KeymasterException to KeyStoreException. by Alex Klyubin · 9 years ago
  40. ce7ad24 Mark all test keys as no auth required by Chad Brubaker · 9 years ago
  41. 3cc9e5d Merge "Improve the AndroidKeyStore-backed HMAC state machine." by Alex Klyubin · 9 years ago
  42. 9635a56 Merge "Expose new key use constraints in KeyPairGeneratorSpec." by Alex Klyubin · 9 years ago
  43. 855fa31 Expose new key use constraints in KeyPairGeneratorSpec. by Alex Klyubin · 9 years ago
  44. 0b18892 Add exception types for AndroidKeyStore key validity issues. by Alex Klyubin · 9 years ago
  45. a80eee0 Improve the AndroidKeyStore-backed HMAC state machine. by Alex Klyubin · 9 years ago
  46. 5045b71 Use Keymaster-friendly validity dates. by Alex Klyubin · 9 years ago
  47. c461452 Merge "Hook in user authenticators and their exceptions." by Alex Klyubin · 9 years ago
  48. 52886ca A way to obtain KeyStore operation handle from crypto primitives. by Alex Klyubin · 9 years ago
  49. c8e5574 Hook in user authenticators and their exceptions. by Alex Klyubin · 9 years ago
  50. cc21bb3 Add license banner to recently added AndroidKeyStore files. by Alex Klyubin · 9 years ago
  51. acc835f Add SecretKeyFactory backed by AndroidKeyStore. by Alex Klyubin · 9 years ago
  52. b406f24 Add unauthenticated AES ciphers backed by AndroidKeyStore. by Alex Klyubin · 9 years ago
  53. 6a6f0c7 Merge "Add HmacSHA256 backed by AndroidKeyStore." by Alex Klyubin · 9 years ago
  54. f603e28 Merge "Add authorization binder methods" by Chad Brubaker · 9 years ago
  55. 4ab8ea4 Add HmacSHA256 backed by AndroidKeyStore. by Alex Klyubin · 9 years ago
  56. d23a1f7 Symmetric key generation for AndroidKeyStore. by Alex Klyubin · 9 years ago
  57. dae79e5 Allow entropy to be provided to some operations by Chad Brubaker · 9 years ago
  58. 274a4ee Merge "Symmetric key import for AndroidKeyStore." by Alex Klyubin · 9 years ago
  59. baf2838 Symmetric key import for AndroidKeyStore. by Alex Klyubin · 9 years ago
  60. 9f47709 Use correct tag type for RSA exponent by Chad Brubaker · 9 years ago
  61. 5e73c0e Make application/client id an object by Chad Brubaker · 9 years ago
  62. 003a55a Specify public exponent for RSA by Chad Brubaker · 9 years ago
  63. 5654b36 Add authorization binder methods by Chad Brubaker · 9 years ago
  64. 8827c81 Add initial Keymaster 1.0 tests by Chad Brubaker · 9 years ago
  65. e6a46134 Add new IKeystoreService methods to KeyStore by Chad Brubaker · 9 years ago
  66. 0b486da Merge "Remove DSA support from Android KeyStore and KeyChain." by Alex Klyubin · 10 years ago
  67. 590c068 Merge "Add KeyPairGenerator.EC backed by Android KeyStore." by Alex Klyubin · 10 years ago
  68. cd2329d Remove DSA support from Android KeyStore and KeyChain. by Alex Klyubin · 10 years ago
  69. 21a76df Add KeyPairGenerator.EC backed by Android KeyStore. by Alex Klyubin · 10 years ago
  70. 7a2c973 Generate IKeystoreService using aidl by Chad Brubaker · 10 years ago
  71. 9d2d6b6 Track change to Conscrypt by Kenny Root · 10 years ago
  72. dc8bc11 Correct test data size in keystore signing and verification tests. by Shawn Willden · 10 years ago
  73. 26408cc Add DevicePolicyManager PrivateKey mgmt by Bernhard Bauer · 10 years ago
  74. f0ae135 Extend IKeyChainService AIDL with CACert retrieval by Zoltan Szatmary-Ban · 10 years ago
  75. f0246a8 Keep managed profile keystores in sync with owner by Robin Lee · 10 years ago
  76. 3291de8 Revert "Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings""""" by Zoltan Szatmary-Ban · 10 years ago
  77. f8d72cc Revert "Revert "Revert "Revert "Update Trusted Credentials screen in settings"""" by Zoltan Szatmary-Ban · 10 years ago
  78. f75aadc Revert "Revert "Revert "Update Trusted Credentials screen in settings""" by Narayan Kamath · 10 years ago
  79. 1e7bc0d Revert "Revert "Update Trusted Credentials screen in settings"" by Zoltan Szatmary-Ban · 10 years ago
  80. 678e3ec Revert "Update Trusted Credentials screen in settings" by Zoltan Szatmary-Ban · 10 years ago
  81. 1386627 Update Trusted Credentials screen in settings by Zoltan Szatmary-Ban · 10 years ago
  82. aab72f3 Merge "Revert "Revert "Publish DevicePolicyManager CA certificate APIs""" by Robin Lee · 10 years ago
  83. 306fe08 Revert "Revert "Publish DevicePolicyManager CA certificate APIs"" by Robin Lee · 10 years ago
  84. 2b5e917 Revert "Publish DevicePolicyManager CA certificate APIs" by Robin Lee · 10 years ago
  85. 6d3912e Merge "Revert "Publish DevicePolicyManager CA certificate APIs"" by Robin Lee · 10 years ago
  86. b12f177 Merge "Publish DevicePolicyManager CA certificate APIs" by Robin Lee · 10 years ago
  87. 837304f Publish DevicePolicyManager CA certificate APIs by Robin Lee · 10 years ago
  88. e37da75 am b1cb5aab: am 748856f2: am a7ddd029: am 80e84e2d: am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore by Robert Ly · 10 years ago
  89. 80e84e2 am f3cecfa2: am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore by Robert Ly · 10 years ago
  90. f3cecfa am 55d525b2: am 716cc7dc: Add documentation for AndroidKeyStore by Robert Ly · 10 years ago
  91. 716cc7d Add documentation for AndroidKeyStore by Robert Ly · 10 years ago
  92. a365906 Use the correct package name for CHOOSER by Kenny Root · 10 years ago
  93. 1a88d83 KeyChain: add explicit package for getPrivateKey by Kenny Root · 10 years ago
  94. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  95. b91773b Add argument to binder call to check key types by Kenny Root · 11 years ago
  96. c222ddd Unhide functions to allow ECDSA support by Kenny Root · 11 years ago
  97. a398598 Add support for DSA and ECDSA key types by Kenny Root · 11 years ago
  98. da51e68 Add methods for managing CAs to DevicePolicyManager(Service) by Maggie Benthall · 11 years ago
  99. a920f25 resolved conflicts for merge of fca0f92e to stage-aosp-master by Elliott Hughes · 11 years ago
  100. d396a44 Switch frameworks/base over from @hidden Charsets to public StandardCharsets. by Elliott Hughes · 11 years ago