1. 9345b18 Merge tag 'android-13.0.0_r16' into staging/lineage-20.0_merge-android-13.0.0_r16 by Michael Bestas · 2 years, 1 month ago
  2. adb9199 vold: Bring in more wrapped key changes by Pig · 4 years, 3 months ago
  3. e11788d KeyStorage: don't request rollback resistance for wrapped storage keys by Eric Biggers · 2 years, 5 months ago
  4. 54dd376 Merge changes Icdff584e,I71fd98e6,If1e9e3ad,I05bc4dc9 am: 017e95fa6a am: 078a507c43 by Eric Biggers · 3 years, 2 months ago
  5. 7c111e4 Remove scrypt-related code by Eric Biggers · 3 years, 2 months ago
  6. 3a4423e Merge changes Ia095340c,I464edc6e am: 3d1a532efc am: 57ca48b788 am: af6552a833 by David Anderson · 3 years, 2 months ago
  7. e179157 Improve vold logging. by David Anderson · 3 years, 2 months ago
  8. 2a305d4 Merge "Set a property if seed binding is enabled." am: cc63a93fd6 am: d5f0a5751e am: 7586bba487 by Keith Mok · 3 years, 4 months ago
  9. d5f0a57 Merge "Set a property if seed binding is enabled." am: cc63a93fd6 by Keith Mok · 3 years, 4 months ago
  10. e860025 Set a property if seed binding is enabled. by Keith Mok · 3 years, 4 months ago
  11. 28f8d9e Revert "Add ROLLBACK_RESISTANCE tag to key usage" am: c0a46c8106 by Haiping Yang · 3 years, 4 months ago
  12. c0a46c8 Revert "Add ROLLBACK_RESISTANCE tag to key usage" by Haiping Yang · 3 years, 4 months ago
  13. d7b96bc Merge "Add ROLLBACK_RESISTANCE tag to key usage" into sc-dev am: 8f19fd90e3 by TreeHugger Robot · 3 years, 5 months ago
  14. 2601eb7 Add ROLLBACK_RESISTANCE tag to key usage by [6;7~ · 3 years, 5 months ago
  15. d86a8ab Replace most references to Keymaster with Keystore by Eric Biggers · 3 years, 6 months ago
  16. 351a4af Don't export storeKey(), and update comments by Satya Tangirala · 3 years, 7 months ago
  17. 0f890a9 Always use RenameKeyDir() when moving/renaming key directories by Satya Tangirala · 3 years, 7 months ago
  18. 107d21d Make RenameKeyDir() use IsSameFile() by Eric Biggers · 3 years, 7 months ago
  19. 9475b11 Fix bug with deferred commits for key upgrades in temporary directories by Satya Tangirala · 3 years, 8 months ago
  20. 6b98fb6 Remove unused constants and cleanup KeyStorage.cpp by Satya Tangirala · 3 years, 8 months ago
  21. 478cea9 Remove unused parameter "salt" from stretchSecret() by Satya Tangirala · 3 years, 9 months ago
  22. e8de4ff Make vold use keystore2 instead of keymaster by Satya Tangirala · 3 years, 10 months ago
  23. e136171 Remove HardwareAuthToken support from vold::Keymaster by Satya Tangirala · 3 years, 10 months ago
  24. b2024e0 KeyStorage: improve logging for key generation by Eric Biggers · 3 years, 10 months ago
  25. 3345a2a Sync parent directory in storeKeyAtomically() by Eric Biggers · 3 years, 10 months ago
  26. bd138dd Move pathExists() to Utils.cpp by Eric Biggers · 3 years, 10 months ago
  27. 5a43d61 Add support for binding storage encryption to a seed by Seth Moore · 4 years ago
  28. f74373b KeyStorage: rework key upgrade handling by Eric Biggers · 4 years, 2 months ago
  29. 75736a8 vold: Generate storage key without rollback resistance by Gaurav Kashyap · 4 years, 4 months ago
  30. d281de7 Fix unaligned access to auth token user_id by Paul Crowley · 6 years ago
  31. 3dfb094 vold: Support Storage keys for FBE by Barani Muthukumaran · 5 years ago
  32. 35f0f22 Update vold to use KM4.1 by Shawn Willden · 5 years ago
  33. aae52f4 Merge "Request rollback resistance for FBE keys." by Treehugger Robot · 5 years ago
  34. d2906b8 Fix include order by Daniel Rosenberg · 6 years ago
  35. a48730a Defer deleteKey in KeyStorage in Checkpointing mode by Daniel Rosenberg · 6 years ago
  36. 97466cb vold: Introduce android::vold::writeStringToFile by Tommy Chiu · 6 years ago
  37. 37c82f5 Fsync directories before delete key by Woody Lin · 6 years ago
  38. 621d9b9 Fsync directories after creating files by Paul Crowley · 6 years ago
  39. 690d6de Add Support for metadata key with rollback by Daniel Rosenberg · 6 years ago
  40. 8431fe2 Request rollback resistance for FBE keys. by Shawn Willden · 6 years ago
  41. 14c8c07 clang-format many files. by Paul Crowley · 6 years ago
  42. 3535181 Support Keymaster4 by Shawn Willden · 7 years ago
  43. 785365b Clang-format Keymaster.{cpp|h} and KeyStorage.{cpp|h} by Shawn Willden · 7 years ago
  44. 24224d1 Merge "Break vold dependency on keystore utilities." by TreeHugger Robot · 7 years ago
  45. f452774 Break vold dependency on keystore utilities. by Shawn Willden · 7 years ago
  46. a087947 Vold: Add fsync in writeStringToFile() am: 701d05d32c am: ee8170f2ac by Wei Wang · 7 years ago
  47. 701d05d Vold: Add fsync in writeStringToFile() by Wei Wang · 7 years ago
  48. 26a5388 When we forget a volume, forget per-volume key by Paul Crowley · 7 years ago
  49. ff19b05 Fix errors on non-keymaster keys by Paul Crowley · 7 years ago
  50. e2e2d30 Zero memory used for encryuption keys. by Pavel Grafov · 7 years ago
  51. 2436e27 Add secdiscard command for secure deletion of files by Rubin Xu · 8 years ago
  52. f71ace3 Refactor to lay the groundwork for metadata encryption by Paul Crowley · 9 years ago
  53. 4375f1b Change to use new WaitForProperty API by Wei Wang · 8 years ago
  54. 6ab2cab Support keys with a secret but no token, which are handled not using by Paul Crowley · 8 years ago
  55. 8e537b8 Port to binder based keymaster hal by Janis Danisevskis · 8 years ago
  56. dff8c72 Support Keymaster 2 configuration and key upgrading by Paul Crowley · 9 years ago
  57. beb33a6 Run secdiscard on encrypted key and key blob too by Paul Crowley · 8 years ago
  58. b3de337 Use a longer timeout on the disk encryption keys by Paul Crowley · 9 years ago
  59. df528a7 Run clang-format over ext4crypt related code by Paul Crowley · 9 years ago
  60. a051eb7 Use pointers not references for out arguments by Paul Crowley · 9 years ago
  61. 320e5e1 Require the auth token for decryption. by Paul Crowley · 9 years ago
  62. d9b9295 Fix memory leak in generate_key wrapper. Other fixes. by Paul Crowley · 9 years ago
  63. 63c18d3 Add scrypt-based password stretching. by Paul Crowley · 9 years ago
  64. 0572080 Password security for FBE disk encryption keys by Paul Crowley · 9 years ago
  65. 13ffd8e Improvements to the key storage module by Paul Crowley · 9 years ago
  66. 1ef2558 Use a keymaster-based key storage module by Paul Crowley · 9 years ago