1. b0358e7 Multi-threaded keystore by Janis Danisevskis · 6 years ago
  2. 54148c0 Inline two short methods from Conscrypt by Adam Vartanian · 6 years ago
  3. 4dbdcf4 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  4. bd7879c Revert "Revert "Change the root of trust for CryptAuth Vault Service"" by Bo Zhu · 6 years ago
  5. be4f735 Revert "Change the root of trust for CryptAuth Vault Service" by Bo Zhu · 6 years ago
  6. 1f40978 Change the root of trust for CryptAuth Vault Service by Bo Zhu · 6 years ago
  7. 745d2c9 Remove implementation of deprecated RecoveryController methods. by Dmitry Dementyev · 6 years ago
  8. 3990ee1 Clean up APIs before declaring API 28. by Jeff Sharkey · 6 years ago
  9. b95c90c Add an API to check whether the recoverable keystore is enabled by Bo Zhu · 6 years ago
  10. 4147a83 Merge "Revert "Remove deprecated RecoveryController API."" into pi-dev by TreeHugger Robot · 6 years ago
  11. c157e21 Revert "Remove deprecated RecoveryController API." by Robert Berry · 6 years ago
  12. ae938f5 Merge "ConfirmationPrompt: Update for API review." into pi-dev by TreeHugger Robot · 6 years ago
  13. 654598b Merge "Remove deprecated recoverable keystore classes." into pi-dev by Dmitry Dementyev · 6 years ago
  14. ce70473 Merge "Remove deprecated RecoveryController API." into pi-dev by Dmitry Dementyev · 6 years ago
  15. 1870e2d ConfirmationPrompt: Update for API review. by David Zeuthen · 6 years ago
  16. 23174b7 Throw ServiceSpecificException if calling app tries to initialize by Aseem Kumar · 6 years ago
  17. 80def87 Remove deprecated recoverable keystore classes. by Dmitry Dementyev · 6 years ago
  18. 41d6d7c Merge "Revert "Throw invalid cert exception when deprecated initRecoveryService method"" into pi-dev by TreeHugger Robot · 6 years ago
  19. 0d55aa3 Remove deprecated RecoveryController API. by Dmitry Dementyev · 6 years ago
  20. 1364455 Merge "Expose the JNI scrypt function in a standalone Java class so we can use it in RecoverableKeyStore as well" into pi-dev by Bo Zhu · 6 years ago
  21. 0f23660 Revert "Throw invalid cert exception when deprecated initRecoveryService method" by Dmitry Dementyev · 6 years ago
  22. 0985613 Expose the JNI scrypt function in a standalone Java class so we can by Bo Zhu · 6 years ago
  23. bf08774 Merge "Throw invalid cert exception when deprecated initRecoveryService method is used." into pi-dev by Dmitry Dementyev · 6 years ago
  24. 0b8c82e Throw an exception if the given root alias is unknown by Bo Zhu · 6 years ago
  25. 50bc7e4 Throw invalid cert exception when deprecated initRecoveryService method is used. by Dmitry Dementyev · 6 years ago
  26. 41d2dd2 Expose e.getMessage() from the exceptions in RecoverableKeyStore by Bo Zhu · 6 years ago
  27. 912853b Merge "Remove deprecated generateAndStoreKey method implementation" into pi-dev by Dmitry Dementyev · 6 years ago
  28. 0186b42 Merge changes from topics "niap-asym-write-pi-dev", "niap-asym-write-api-pi-dev" into pi-dev by Brian Young · 6 years ago
  29. d490937 Merge "Update RecoveryController JavaDoc" into pi-dev by Robert Berry · 6 years ago
  30. 93f38d7 Update RecoveryController JavaDoc by Robert Berry · 6 years ago
  31. 86f5bb1 Remove deprecated generateAndStoreKey method implementation by Dmitry Dementyev · 6 years ago
  32. 3cda0f2 Merge "Minor correction to the javadoc to match implementation" into pi-dev by Bo Zhu · 6 years ago
  33. ba94b9a Minor correction to the javadoc to match implementation by Bo Zhu · 6 years ago
  34. 57ca3da Add support for testing mode root certificate. by Dmitry Dementyev · 6 years ago
  35. 52c15f1 Add warning comment about serialization by Robert Berry · 6 years ago
  36. 36716eb Add "Unlocked device required" key API by Brian Young · 7 years ago
  37. 16d9db5 Use Builder instead for KeyChainProtectionParams. by Dmitry Dementyev · 6 years ago
  38. a5b29ff Merge "Remove unimplemented RecoverableKeystoreManager APIs." into pi-dev by Dmitry Dementyev · 6 years ago
  39. 0bbaf18 Add more NonNull annotations to RecoveryController API by Dmitry Dementyev · 6 years ago
  40. 9cd3e43 Merge "Add NonNull annotation to more parameters in Recovery Controller." into pi-dev by Dmitry Dementyev · 6 years ago
  41. 4da14e0 Remove unimplemented RecoverableKeystoreManager APIs. by Dmitry Dementyev · 6 years ago
  42. fd4ae0b Add NonNull annotation to more parameters in Recovery Controller. by Dmitry Dementyev · 6 years ago
  43. 73b7722 Merge "Do not throw KeystoreException for when a key does not exist" into pi-dev by TreeHugger Robot · 6 years ago
  44. 95f2965 Merge "Prepare KeyChainSnapshot to removing deprecated getTrustedHardwarePublicKey method." into pi-dev by Dmitry Dementyev · 6 years ago
  45. 364dbf1 Merge "Update RecoverableKeyStoreManager methods to throw NullPointerException when null is passed as @NonNull argument." into pi-dev by Dmitry Dementyev · 6 years ago
  46. 9ec7026 Merge "Unhide the enum/function for the password hashing algorithm scrypt" into pi-dev by Bo Zhu · 6 years ago
  47. 72f5755 Do not throw KeystoreException for when a key does not exist by Robert Berry · 6 years ago
  48. 933dfc1 Delete unimplemented APIs from RecoveryController. by Aseem Kumar · 6 years ago
  49. 40d8a45b Unhide the enum/function for the password hashing algorithm scrypt by Bo Zhu · 6 years ago
  50. 1e6a9dc Update RecoverableKeyStoreManager methods to throw NullPointerException when null is passed as @NonNull argument. by Dmitry Dementyev · 6 years ago
  51. 3b67e06 Prepare KeyChainSnapshot to removing deprecated getTrustedHardwarePublicKey method. by Dmitry Dementyev · 6 years ago
  52. c6bd185 Merge "Unhide RecoveryController#getRootCertificates()" into pi-dev by Robert Berry · 6 years ago
  53. 3818de5 Merge "Unhide RecoverySession#recoverKeyChainSnapshot() method" into pi-dev by Robert Berry · 6 years ago
  54. f933246 Merge "Small fix for the key grant alias used in importKey" into pi-dev by Robert Berry · 6 years ago
  55. 750b71c Unhide RecoverySession#recoverKeyChainSnapshot() method by Robert Berry · 6 years ago
  56. 93d002c Unhide RecoveryController#getRootCertificates() by Robert Berry · 6 years ago
  57. e7997a3 Unhide the new RecoverySession#start with the alias for root cert by Bo Zhu · 6 years ago
  58. c5ab694 Small fix for the key grant alias used in importKey by Bo Zhu · 6 years ago
  59. 889e78c Merge "Add RecoverySession importKeyChainSnapshot method" into pi-dev by Robert Berry · 6 years ago
  60. 4a5c87d Add RecoverySession importKeyChainSnapshot method by Robert Berry · 6 years ago
  61. b31ab67 Use the new root cert file under the core/ folder by Bo Zhu · 6 years ago
  62. 62fa81f Merge "Move the trusted root CA certs for RecoverableKeyStore to our own folder" into pi-dev by TreeHugger Robot · 6 years ago
  63. c5c4a0e Move the trusted root CA certs for RecoverableKeyStore to our own folder by Bo Zhu · 6 years ago
  64. cb686a1 Merge "Minor changes to the API to align the choice of password hashing algorithm" into pi-dev by TreeHugger Robot · 6 years ago
  65. e066a59 Minor changes to the API to align the choice of password hashing algorithm by Bo Zhu · 6 years ago
  66. f679bda Merge "Move trusted CA certs to core" into pi-dev by TreeHugger Robot · 6 years ago
  67. 2efe66b Move trusted CA certs to core by Robert Berry · 6 years ago
  68. b573655 Merge "ConfirmationDialog: Fail if accessibility services are running." into pi-dev by TreeHugger Robot · 6 years ago
  69. c1742e5 Unhide getKey() and importKey() and the whole class of RecoveryController. by Aseem Kumar · 6 years ago
  70. 06764e5 Delete unused RecoveryController exceptions by Robert Berry · 6 years ago
  71. 6361080 DO NOT MERGE Fix the null return value of getTrustedHardwareCertPath by Bo Zhu · 6 years ago
  72. e3aad1c ConfirmationDialog: Fail if accessibility services are running. by David Zeuthen · 6 years ago
  73. 7f414d9 Check the public-key signature of the whole certificate file before by Bo Zhu · 7 years ago
  74. 5240541 Merge "Remove @removed from APIs still in use" by TreeHugger Robot · 7 years ago
  75. 5af199c Remove @removed from APIs still in use by Robert Berry · 7 years ago
  76. 1955996 Merge "ConfirmationDialog: Pass accessibility options and implement isSupported()." by TreeHugger Robot · 7 years ago
  77. e2a95e5 Merge "Add a new API to import a key provided by the caller, such that this key can also be synced to the remote service" by TreeHugger Robot · 7 years ago
  78. 9ba8462 Merge "Mark all old RecoveryController APIs as deprecated" by TreeHugger Robot · 7 years ago
  79. 2c8e538 Add a new API to import a key provided by the caller, such that this key by Bo Zhu · 7 years ago
  80. 19512fa Remove unused RecoveryClaim file by Robert Berry · 7 years ago
  81. 8cb582d Mark all old RecoveryController APIs as deprecated by Robert Berry · 7 years ago
  82. beafcb5 Fix minor documentation issues in RecoveryController by Robert Berry · 7 years ago
  83. bbb7f65 ConfirmationDialog: Pass accessibility options and implement isSupported(). by David Zeuthen · 7 years ago
  84. a620aa1 Merge "Remove account param from generateKey method" by TreeHugger Robot · 7 years ago
  85. c44d505 Merge "Remove account from WrappedApplicationKey" by TreeHugger Robot · 7 years ago
  86. 8230c8e Add test for KeyChainSnapshot Parcelable by Robert Berry · 7 years ago
  87. 291bd32 Remove account from WrappedApplicationKey by Robert Berry · 7 years ago
  88. a3b9947 Remove account param from generateKey method by Robert Berry · 7 years ago
  89. f34ad95 Merge "Remove packageName from getRecoveryStatus" by Robert Berry · 7 years ago
  90. 8a36da3 Merge "Add CertPath to KeyChainSnapshot and startRecoverySession" by TreeHugger Robot · 7 years ago
  91. 7c1972f Add CertPath to KeyChainSnapshot and startRecoverySession by Bo Zhu · 7 years ago
  92. ed24f90 Merge "Revert "Add "Unlocked device required" parameter to keys"" by TreeHugger Robot · 7 years ago
  93. 01468da Merge "Make it possible to construct a RecoverySession" by Robert Berry · 7 years ago
  94. 56f06b4 Remove packageName from getRecoveryStatus by Robert Berry · 7 years ago
  95. e04e09a Make it possible to construct a RecoverySession by Robert Berry · 7 years ago
  96. da82e2c Revert "Add "Unlocked device required" parameter to keys" by Brian Young · 7 years ago
  97. bbe02ae Remove package name parameter from setRecoveryStatus by Robert Berry · 7 years ago
  98. a83d333 Merge "Add "Unlocked device required" parameter to keys" by Brian Young · 7 years ago
  99. 8060c29 Add OWNERS files for the recoverable keystore folders by Bo Zhu · 7 years ago
  100. efc3f16 Add "Unlocked device required" parameter to keys by Brian C. Young · 7 years ago