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