1. fa10992 service: add GetKeyDataEx() by Will Drewry · 10 years ago main master
  2. fcd889d cryptohome: Some general TODO fixes by Utkarsh Sanghi · 10 years ago
  3. 7872eb1 Revert "Revert "add newlines to base64 content" because it broke amd64-generic incremental build." by Mike Frysinger · 10 years ago factory-samus-5939.B stabilize-5942.B stabilize-5943.B stabilize-5944.B
  4. ed847e0 Revert "add newlines to base64 content" because it broke amd64-generic incremental build. by David Riley · 10 years ago
  5. 5e9c178 add newlines to base64 content by Mike Frysinger · 10 years ago
  6. a317f15 drop nss linkage by Mike Frysinger · 10 years ago
  7. b65d521 Stop ignoring SIGPIPE. by Darren Krahn · 10 years ago
  8. edd817d cryptohome: Fix part of memory leak in unittest. by Yunlian Jiang · 10 years ago
  9. f32d9c5 cryptohome: Fix part of memory leak. by Yunlian Jiang · 10 years ago
  10. ec251ad Fixed attestation prepare-for-enrollment logic. by Darren Krahn · 10 years ago
  11. 479f3d2 Explicitly ignore SIGPIPE. by Darren Krahn · 10 years ago
  12. d0d10ed Fix signed/unsigned comparison error. by cmtice · 10 years ago
  13. f3ef7fd Added a signal handler for SIGPIPE. by Darren Krahn · 10 years ago stabilize-5899.B
  14. 20aa4e2 cryptohome: Update to build against libchrome-271506 by Ben Chan · 10 years ago
  15. 597e890 cryptohome: Update to build against libchrome-271506 by Ben Chan · 10 years ago
  16. ac5fcc7 do not use HANDLE_EINTR w/close by Mike Frysinger · 10 years ago stabilize-5875.B
  17. d4839c8 Changes to help stabilize cryptohome tests. by Darren Krahn · 10 years ago
  18. ad7605e Automatically finalize the boot-lockbox key when a mount occurs. by Darren Krahn · 10 years ago
  19. c75ba40 Make `cryptohome::Tpm` independent of Cryptohome. by Nam T. Nguyen · 10 years ago firmware-mccloud-5827.B firmware-tricky-5829.B stabilize-5828.0.B
  20. 51c65da Fix asan error: alloc/dealloc mismatch new vs free. by Darren Krahn · 10 years ago
  21. 75e7cb5 Added a dbus interface for boot-lockbox functionality. by Darren Krahn · 10 years ago stabilize-5807.0.B
  22. c6738b2 cryptohome: replace scoped_ptr_malloc with scoped_ptr by Ben Chan · 10 years ago
  23. 506e402 cryptohome: explicitly specify base::Value by Ben Chan · 10 years ago
  24. 504d15e Revert "Make `cryptohome::Tpm` independent of Cryptohome." by Nam Nguyen · 10 years ago
  25. 70f83d6 homedirs.cc: Ignore unused authorized keys by Will Drewry · 10 years ago stabilize-5791.0.B
  26. 990498c cryptohome: test compat vectors for authorized updates by Will Drewry · 10 years ago
  27. f6a6c8d Make `cryptohome::Tpm` independent of Cryptohome. by Nam T. Nguyen · 10 years ago
  28. 6c9a365 service.cc: Move AsyncMount, AsyncMountPublic to the mount_thread by Will Drewry · 10 years ago
  29. 7eebaf2 Revert "Make `cryptohome::Tpm` independent of Cryptohome." by Nam Nguyen · 10 years ago stabilize-5784.0.B
  30. d3222de Make `cryptohome::Tpm` independent of Cryptohome. by Nam T. Nguyen · 10 years ago
  31. 4c2f476 cryptohome: link against libmetrics-242728 by Ben Chan · 10 years ago
  32. 5945beb Add 'set noparent' to OWNERS file. by Darren Krahn · 10 years ago
  33. d5e8c4b Revert "Make `cryptohome::Tpm` independent of Cryptohome." by Nam Nguyen · 10 years ago factory-nyan-5772.B firmware-kitty-5771.61.B firmware-nyan-5771.B
  34. c6a9343 Make `cryptohome::Tpm` independent of Cryptohome. by Nam T. Nguyen · 10 years ago
  35. 97212a5 Move calls to sync() onto a worker thread. by Darren Krahn · 10 years ago
  36. 28d6b3b cryptohome: Update for libchrome-242728. by Darren Krahn · 10 years ago
  37. 1d33c9d Clean up temporary dbus methods. by Darren Krahn · 10 years ago
  38. 315b46e Don't delete last enterprise user when doing disk cleanup. by David Roche · 10 years ago
  39. 2d431d5 cryptohome.cc: add hmac signing key support by Will Drewry · 10 years ago
  40. 689e7d3 Remove fragile reinterpret_cast of struct. by Darren Krahn · 10 years ago
  41. 6957132 Added more unit tests for BootLockbox. by Darren Krahn · 10 years ago
  42. 16ff36a Remove sync() from unit tests and clean up Mount tests. by Darren Krahn · 10 years ago release-R35-5712.B stabilize-5712.49.B stabilize-5712.61.B stabilize-5712.8.B stabilize-5712.89.B stabilize-zako-5712.88.B
  43. ab632ed CheckKeyEx: don't fail if the key doesn't match the signed in key by Will Drewry · 10 years ago stabilize-5696.B
  44. 7d4b508 Proceed with upgrading the attestation API. by Darren Krahn · 10 years ago
  45. f3c4569 Implemented Tpm methods required for boot-lockbox. by Darren Krahn · 10 years ago
  46. caebfcd Implemented a boot-lockbox. by Darren Krahn · 10 years ago
  47. 6b7f6d0 service, homedirs: Add a new DBus call: RemoveKeyEx by Will Drewry · 10 years ago stabilize-5680.B
  48. 29e65b3 AddKeyEx/AddKeyset: add label clobber support by Will Drewry · 10 years ago
  49. b7e42ac UpdateKeyset: use signed_secret.proto by Will Drewry · 10 years ago
  50. 8ac26df {Add,Update}Keyset: KEY_NOT_FOUND and expanded testing by Will Drewry · 10 years ago
  51. f2fdeb8 Implement UpdateKeyEx with baseline authorization by Will Drewry · 10 years ago
  52. be56295 cryptohome.xml,service.cc: add and implement checkkeyex by Will Drewry · 10 years ago
  53. e3135ac service: AddKeyEx implementation by Will Drewry · 10 years ago
  54. 3da0b33 Add cryptohome's init scripts by Bertrand SIMONNET · 10 years ago stabilize-5656.B
  55. ba9d922 Makefile: Clean up protobuf generation by Will Drewry · 10 years ago
  56. dea36a3 MountEx, key privileges, KeyData implementation by Will Drewry · 10 years ago test-5619.B
  57. 805c701 *Ex: Move to using a single DBusReply event source by Will Drewry · 10 years ago
  58. ee333d3 *Ex call mangling: simplify the calling interface by Will Drewry · 10 years ago
  59. 2da07ff attestation: make dep injection easier by Will Drewry · 10 years ago stabilize-5579.B
  60. 736b1c8 Added support for creating an attestation identity reset request. by Darren Krahn · 11 years ago factory-pit-5499.B factory-rambi-5517.B release-R34-5500.B stabilize-5500.100.B stabilize-5500.130.B stabilize-5500.26.B stabilize-5500.71.B stabilize-5511.B
  61. af5f269 cryptohome.xml: define extended calls for use with key_params by Will Drewry · 10 years ago
  62. 4edcf99 vault_keyset.proto: rollback changes before they become permanent by Will Drewry · 10 years ago
  63. a5ab11b Added support for an alternate Privacy CA. by Darren Krahn · 11 years ago
  64. 8bf95ba Stop sharing chaps::TokenManagerClient. by Darren Krahn · 10 years ago
  65. 2f6f59e Add EkCert to Reset request so we can have smoother reset process. by Hsu-Cheng Tsai · 11 years ago
  66. 0cb141b Added support for reporting the system token slot. by Darren Krahn · 11 years ago
  67. 7153e17 Set unique PKCS #11 token labels for user tokens. by Darren Krahn · 11 years ago
  68. b02f846 Added support for reporting the system token label. by Darren Krahn · 11 years ago
  69. 59b8fde *.proto: define key parameters and extend vault_keyset by Will Drewry · 11 years ago
  70. 8929f30 Add support for a chaps system token. by Darren Krahn · 11 years ago stabilize-5463.B
  71. d29663a Revert "Add support for a chaps system token." by Richard Barnette · 11 years ago stabilize-5412.B stabilize-5414.B
  72. aa066fb Add support for a chaps system token. by Darren Krahn · 11 years ago test-5394.B
  73. 0552c78 Replace deprecated scoped_array<T> with scoped_ptr<T[]> by Ben Chan · 11 years ago
  74. 2493ca1 Service should set enrollment state to own homedirs. by antrim · 11 years ago stabilize-5339.B
  75. d4a7367 Turn off vector checking by Kees Cook · 11 years ago stabilize-5254.B
  76. 1047359 recovery: do not abort if user cannot be authed by Kees Cook · 11 years ago
  77. 7490726 Build with vector bounds checking by Kees Cook · 11 years ago
  78. b85b1b1 Cleaned up attestation certificate chain formatting. by Darren Krahn · 11 years ago factory-beltino-5140.14.B factory-monroe-5140.B factory-zako-5220.B firmware-banjo-5216.334.B firmware-candy-5216.310.B firmware-clapper-5216.199.B firmware-clapper-5218.B firmware-enguarde-5216.201.B firmware-expresso-5216.223.B firmware-glimmer-5216.198.B firmware-glimmer-5217.B firmware-gnawty-5216.239.B firmware-heli-5216.392.B firmware-kip-5216.227.B firmware-ninja-5216.383.B firmware-orco-5216.362.B firmware-quawks-5216.204.B firmware-rambi-5216.B firmware-squawks-5216.152.B firmware-sumo-5216.382.B firmware-swanky-5216.238.B firmware-winky-5216.1.B firmware-winky-5216.265.B firmware-zako-5219.17.B firmware-zako-5219.B
  79. 4bb3313 Remove deprecated attestation proto fields. by Darren Krahn · 11 years ago
  80. 8563e20 Only include origin data in cert request if necessary. by Darren Krahn · 11 years ago stabilize-springlte-5116.46.B
  81. 8d5ebc9 Move cryptohome::kMinFreeSpace to system_api by Ryo Hashimoto · 11 years ago
  82. 06fede6 Implemented finalization of endorsement data. by Darren Krahn · 11 years ago stabilize-5062.B stabilize-5085.B
  83. 8ee84ce cryptohome: fix use-after-free error. by Yunlian Jiang · 11 years ago
  84. 062fd3f Remove org.chromium.Cryptohome.service by Ryo Hashimoto · 11 years ago
  85. 1e3ca5e Fixed cleanup of stale PKCS #11 tokens. by Darren Krahn · 11 years ago
  86. 44a0380 Added a command to get the EK certificate. by Darren Krahn · 11 years ago firmware-bolt_kirby-4979.B stabilize-R33-4982.B test-4824.B test-4980.B
  87. 9f7cc42 Use policy when doing automated clean up. by antrim · 11 years ago firmware-monroe-4921.B
  88. d1362b7 Copy in new common.mk by Albert Chaulk · 11 years ago stabilize-4886.B stabilize-4920.6.B
  89. 6979b49 cryptohome: remove unused variables. by Yunlian Jiang · 11 years ago
  90. 1e3548b Added support for deleting certified keys by prefix. by Darren Krahn · 11 years ago
  91. 536ebc0 Removed temporary methods, they are no longer in use. by Darren Krahn · 11 years ago
  92. 0df6c9a Added multi-profile support for attestation. by Darren Krahn · 11 years ago stabilize-4856.B
  93. b26375c Add permissions for temporary methods. by Darren Krahn · 11 years ago stabilize-4825.B
  94. 334f31a Added another approved endorsement CA. by Darren Krahn · 11 years ago
  95. a2ed26b Provide the PKCS #11 slot ID per user. by Darren Krahn · 11 years ago
  96. 4589e11 Added temporary copies for methods to be changed. by Darren Krahn · 11 years ago
  97. 2369ed4 Rewrite git/gerrit/gerrit-int urls to googlesource by Aaron Gable · 11 years ago factory-samus-4788.B
  98. 921640d Make chaps database permissions more robust. by Darren Krahn · 11 years ago factory-daisy-4731.81.B release-R31-4731.B stabilize-4731.31.B stabilize-4731.62.B stabilize-4731.85.B
  99. 510cab8 cryptohome: update owners by Gaurav Shah · 11 years ago stabilize-4701.B
  100. 95bd239 Add ability to test Store/Load enrollment state from the command line. by Chris Sosa · 11 years ago