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