1. 8d1ff46 Merge "Don't create recovery snapshot until it contains at least one key." into pi-dev by TreeHugger Robot · 6 years ago
  2. 925f026 Don't create recovery snapshot until it contains at least one key. by Dmitry Dementyev · 6 years ago
  3. c3aefbd Use Scrypt to hash all passwords in RecoverableKeyStore by Bo Zhu · 6 years ago
  4. ebdd19c Don't store deprecated trustedHardwarePublicKey field. by Dmitry Dementyev · 6 years ago
  5. bf4d482 Merge "Fix unintended deletion of reused weaver slots during user removal" into pi-dev by Rubin Xu · 6 years ago
  6. a339df0 Fix unintended deletion of reused weaver slots during user removal by Rubin Xu · 6 years ago
  7. c9d8357 Merge "Clean up remaining TODOs in RecoveryController." into pi-dev by Dmitry Dementyev · 6 years ago
  8. e73074e Merge "Use Scrypt to hash long passwords in RecoverableKeyStore" into pi-dev by Bo Zhu · 6 years ago
  9. 482633f Clean up remaining TODOs in RecoveryController. by Dmitry Dementyev · 6 years ago
  10. 7697343 Use Scrypt to hash long passwords in RecoverableKeyStore by Bo Zhu · 6 years ago
  11. 23174b7 Throw ServiceSpecificException if calling app tries to initialize by Aseem Kumar · 6 years ago
  12. b10ba44 Skip the cert xml serial number check if the test root cert is in use by Bo Zhu · 6 years ago
  13. b152a8c45 Merge "Don't allow using raw public keys to init recovery service any more" into pi-dev by TreeHugger Robot · 6 years ago
  14. 0b8c82e Throw an exception if the given root alias is unknown by Bo Zhu · 6 years ago
  15. c98c843 Don't allow using raw public keys to init recovery service any more by Bo Zhu · 6 years ago
  16. 41d2dd2 Expose e.getMessage() from the exceptions in RecoverableKeyStore by Bo Zhu · 6 years ago
  17. 86f5bb1 Remove deprecated generateAndStoreKey method implementation by Dmitry Dementyev · 6 years ago
  18. 57ca3da Add support for testing mode root certificate. by Dmitry Dementyev · 6 years ago
  19. 5658837 Save KeyChainSnapshots to disk by Robert Berry · 6 years ago
  20. 8786004 Merge "Remove unused KeyStore field in RecoverableKeyStoreManager" into pi-dev by TreeHugger Robot · 6 years ago
  21. 9f75e08 Merge "Persist KeyChainSnapshot to XML" into pi-dev by Robert Berry · 6 years ago
  22. 11115e9 Remove unused KeyStore field in RecoverableKeyStoreManager by Robert Berry · 6 years ago
  23. 924b550 Remove unused KeyChainSnapshot tables by Robert Berry · 6 years ago
  24. 25f5135 Persist KeyChainSnapshot to XML by Robert Berry · 6 years ago
  25. f34fc7e Use rootAlias to index chosen cert and its version. by Dmitry Dementyev · 6 years ago
  26. 678c028 Merge "Do not create snapshot on first init" into pi-dev by TreeHugger Robot · 6 years ago
  27. e8edf97 Do not create snapshot on first init by Robert Berry · 6 years ago
  28. 7109908 Merge "Require strong auth after user is stopped" into pi-dev by TreeHugger Robot · 6 years ago
  29. 5a1acefb Fix setRecoverySecretTypes to not always set snapshot pending by Robert Berry · 6 years ago
  30. 0da8983 Require strong auth after user is stopped by Rubin Xu · 6 years ago
  31. 8f9038c Fix setServerParams to not always set snapshot pending by Robert Berry · 6 years ago
  32. a5b29ff Merge "Remove unimplemented RecoverableKeystoreManager APIs." into pi-dev by Dmitry Dementyev · 6 years ago
  33. 9cd3e43 Merge "Add NonNull annotation to more parameters in Recovery Controller." into pi-dev by Dmitry Dementyev · 6 years ago
  34. 4da14e0 Remove unimplemented RecoverableKeystoreManager APIs. by Dmitry Dementyev · 6 years ago
  35. fd4ae0b Add NonNull annotation to more parameters in Recovery Controller. by Dmitry Dementyev · 6 years ago
  36. a5945d5 Add RECOVER_KEYSTORE permission check to all IPC calls in RecoveryController. by Dmitry Dementyev · 6 years ago
  37. 95f2965 Merge "Prepare KeyChainSnapshot to removing deprecated getTrustedHardwarePublicKey method." into pi-dev by Dmitry Dementyev · 6 years ago
  38. d9e1a8f Merge "Remove 17 bytes length restriction for vaultHandler." into pi-dev by Dmitry Dementyev · 6 years ago
  39. 364dbf1 Merge "Update RecoverableKeyStoreManager methods to throw NullPointerException when null is passed as @NonNull argument." into pi-dev by Dmitry Dementyev · 6 years ago
  40. 0ed26bc Merge "Delete unimplemented APIs from RecoveryController." into pi-dev by TreeHugger Robot · 6 years ago
  41. 8f4fae9 Merge "Regenerate counterId when a new cert XML file is successfully imported" into pi-dev by TreeHugger Robot · 6 years ago
  42. 933dfc1 Delete unimplemented APIs from RecoveryController. by Aseem Kumar · 6 years ago
  43. b926f0a Remove 17 bytes length restriction for vaultHandler. by Dmitry Dementyev · 6 years ago
  44. 1e6a9dc Update RecoverableKeyStoreManager methods to throw NullPointerException when null is passed as @NonNull argument. by Dmitry Dementyev · 6 years ago
  45. 3b67e06 Prepare KeyChainSnapshot to removing deprecated getTrustedHardwarePublicKey method. by Dmitry Dementyev · 6 years ago
  46. 8d6861e Regenerate counterId when a new cert XML file is successfully imported by Bo Zhu · 6 years ago
  47. f23c203 Remove the hard-coded counterId in VaultParams by Bo Zhu · 6 years ago
  48. 889e78c Merge "Add RecoverySession importKeyChainSnapshot method" into pi-dev by Robert Berry · 6 years ago
  49. 4a5c87d Add RecoverySession importKeyChainSnapshot method by Robert Berry · 6 years ago
  50. b31ab67 Use the new root cert file under the core/ folder by Bo Zhu · 6 years ago
  51. e066a59 Minor changes to the API to align the choice of password hashing algorithm by Bo Zhu · 6 years ago
  52. 2fd4b59 Create snapshot even if no PendingIntent is registered by Robert Berry · 6 years ago
  53. 6361080 DO NOT MERGE Fix the null return value of getTrustedHardwareCertPath by Bo Zhu · 6 years ago
  54. 3326da5 Disable RecoverableKeyStoreManager for custom lockscreens. by Aseem Kumar · 6 years ago
  55. fcd49f9 Move escrow APIs into LockSettingsInternal by Rubin Xu · 7 years ago
  56. a3e5582 Don't store lockout deadline in lockSettings by Kevin Chyn · 7 years ago
  57. 841fd43 Stop invoking secdiscard when deleting password data by Rubin Xu · 6 years ago
  58. 7f414d9 Check the public-key signature of the whole certificate file before by Bo Zhu · 6 years ago
  59. 7ce4ea5 Check the given CertPath against the root of trust during recovery by Bo Zhu · 6 years ago
  60. 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 · 6 years ago
  61. 63775898 Merge "Add columns for snapshot table" by TreeHugger Robot · 6 years ago
  62. 2c8e538 Add a new API to import a key provided by the caller, such that this key by Bo Zhu · 6 years ago
  63. d9f11a9 Clean up RecoveryController imports by Robert Berry · 6 years ago
  64. 5dd87d8 Add columns for snapshot table by Robert Berry · 6 years ago
  65. a3b9947 Remove account param from generateKey method by Robert Berry · 6 years ago
  66. f34ad95 Merge "Remove packageName from getRecoveryStatus" by Robert Berry · 6 years ago
  67. 7c1972f Add CertPath to KeyChainSnapshot and startRecoverySession by Bo Zhu · 6 years ago
  68. 56f06b4 Remove packageName from getRecoveryStatus by Robert Berry · 6 years ago
  69. bbe02ae Remove package name parameter from setRecoveryStatus by Robert Berry · 6 years ago
  70. 1f68602 Remove the extra logging for debugging decryption errors by Bo Zhu · 6 years ago
  71. c5136ae Merge "LockSettingsStrongAuth: Use DeathReceipients" by TreeHugger Robot · 6 years ago
  72. 8060c29 Add OWNERS files for the recoverable keystore folders by Bo Zhu · 6 years ago
  73. d7391be Merge "Change the cert parsing debugging logs to be more meaningful and less noisy" by TreeHugger Robot · 6 years ago
  74. ed00d25 Change the cert parsing debugging logs to be more meaningful and less noisy by Bo Zhu · 6 years ago
  75. a304134 LockSettingsStrongAuth: Use DeathReceipients by Adrian Roos · 6 years ago
  76. ae0682d Do not throw an exception if there's no application key to be decrypted by Bo Zhu · 6 years ago
  77. 5ec5a69 Merge "Accept an XML file containing a list of THM certificates instead of the temporary solution using the raw public key" by Bo Zhu · 6 years ago
  78. ad29fed41 Merge "Simplify untrusted reset logic" by TreeHugger Robot · 6 years ago
  79. 9a6d39a5 Simplify untrusted reset logic by Rubin Xu · 6 years ago
  80. 14d993d Accept an XML file containing a list of THM certificates instead of the by Bo Zhu · 6 years ago
  81. 4857cb5 Continue to decrypt other application keys if one fails to decrypt by Bo Zhu · 6 years ago
  82. 7831a4d Merge "Try to check the platform decryption key is still accessible before using the platform encryption key" by Bo Zhu · 6 years ago
  83. 9b0ab49 Change enum MustExist in CertUtils to IntDef integers by Bo Zhu · 6 years ago
  84. 4d31291 Add the utility functions to parse and validate XML files contains by Bo Zhu · 6 years ago
  85. 9fad6d2 Merge "LSS: check whether to cache SP in handler" by Andrew Scull · 6 years ago
  86. 1170a78 Try to check the platform decryption key is still accessible before by Bo Zhu · 6 years ago
  87. 29b9de5 Update RecoveryController to use KeyStore grant API. by Dmitry Dementyev · 6 years ago
  88. ede482d LSS: check whether to cache SP in handler by Andrew Scull · 6 years ago
  89. bdc407d Up the version of the database by Robert Berry · 6 years ago
  90. b43b7c0 Merge "Add PersistentKeyChainSnapshot serialization/deserialization methods." by Dmitry Dementyev · 6 years ago
  91. 24e9be8 Add PersistentKeyChainSnapshot serialization/deserialization methods. by Dmitry Dementyev · 6 years ago
  92. 9d05bfb Log more stuff for debugging decryptions by Bo Zhu · 6 years ago
  93. 67b0806 Merge "Add loging for application key decryption failures as well" by TreeHugger Robot · 6 years ago
  94. 0f06d06 Merge "Rename RecoveryController.getRecoveryData() to getKeyChainSnapshot." by Dmitry Dementyev · 6 years ago
  95. 73a4d94 Merge "Recreate recovery snapshot with current version if it is not stored." by Dmitry Dementyev · 6 years ago
  96. b4fb987 Rename RecoveryController.getRecoveryData() to getKeyChainSnapshot. by Dmitry Dementyev · 6 years ago
  97. a9a04e2 Add loging for application key decryption failures as well by Bo Zhu · 6 years ago
  98. 907e275 Recreate recovery snapshot with current version if it is not stored. by Dmitry Dementyev · 6 years ago
  99. 6e16724 Remove platform key when user disables lock screen protection by Dmitry Dementyev · 7 years ago
  100. a11a504 Merge "Handle case when PlatformKey is invalid." by Dmitry Dementyev · 7 years ago