1. a9a2513 Remove included file string_util.h from payload_signer.cc by Kokoa Matsuda · 7 months ago
  2. 4e1be09 Remove included file string_split.h from payload_signer.cc by Kokoa Matsuda · 7 months ago
  3. 8436f18 Remove unnecessary call to truncate() by Kelvin Zhang · 2 years, 6 months ago
  4. fc81688 Support overwriting existing signatures when signing OTA by Kelvin Zhang · 2 years, 6 months ago
  5. 7010853 Cleanup PayloadSigner::AddSignatureToManifest() by Sen Jiang · 4 years, 6 months ago
  6. 7d19220 update_engine: Switch back crypto function calls to get0 version by Amin Hassani · 4 years, 8 months ago
  7. e53b39b update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 4 years, 8 months ago
  8. d60dc39 Update language to comply with Android's inclusive language guidance by Tianjie · 4 years, 10 months ago
  9. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 5 years ago
  10. 822d485 Reland "update_engine: Deprecate major version 1" by Amin Hassani · 5 years ago
  11. fac2022 Revert "update_engine: Deprecate major version 1" by Amin Hassani · 5 years ago
  12. 55c7541 update_engine: Deprecate major version 1 by Amin Hassani · 6 years ago
  13. 7bbe015 Add EC key signing support by Tianjie Xu · 6 years ago
  14. 6cf830b Factor out the RSA verification in payload verifier by Tianjie Xu · 6 years ago
  15. dac04b7 Signature size now uses size_t by Tianjie Xu · 6 years ago
  16. 7982100 update_engine: Add --properties_format flag to delta_generator by Amin Hassani · 6 years ago
  17. cda3c03 Support signing payload with 4096 bits RSA keys by xunchang · 6 years ago
  18. 9b2f178 Use string for Signatures protobuf. by Sen Jiang · 6 years ago
  19. 232f8f9 update_engine: Run clang-format on payload_generator/ by Amin Hassani · 6 years ago
  20. 08c6da1 Don't use temp file for public key. by Sen Jiang · 6 years ago
  21. 44ac3ea Replace LoadPayloadMetadata() with PayloadMetadata class. by Sen Jiang · 7 years ago
  22. 0a582fb Parse Android boot.img. by Sen Jiang · 7 years ago
  23. b5f601d Split payload metadata logic from DeltaPerformer into its own class. by Sen Jiang · 7 years ago
  24. 923886a Fix PayloadSignerTest.* in Brillo. by Sen Jiang · 9 years ago
  25. 98e691c New "properties" sub-command to export payload properties. by Alex Deymo · 9 years ago
  26. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago
  27. 3e728fe Do not include signature dummy operation in major version 2. by Sen Jiang · 10 years ago
  28. 644f618 delta_generator: Include metadata signature in major version 2. by Sen Jiang · 10 years ago
  29. 720df3e Skip metadata signature when hashing payload in major version 2. by Sen Jiang · 10 years ago
  30. aef1c6f PayloadVerifier should not depend on DeltaPerformer to load payload. by Sen Jiang · 10 years ago
  31. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  32. b552a68 Check all signatures regardless of the version. by Alex Deymo · 10 years ago
  33. 6f20dd4 Fix includes and DBus headers to build on Android. by Alex Deymo · 10 years ago
  34. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  35. 1415857 update_engine: Split delta_diff_generator file. by Alex Deymo · 10 years ago
  36. c31e4a7 update_engine: drop SYSROOT checks by Mike Frysinger · 10 years ago
  37. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  38. 981a9fb platform2: Switch over to using base64 functions from libchromeos by Alex Vakulenko · 10 years ago
  39. 020600d update_engine: Use C++11 range-based for loop when possible. by Alex Deymo · 11 years ago
  40. f9cb98c update_engine: Clean up angle brackets in template types. by Ben Chan · 11 years ago
  41. 88b591f update_engine: Replace NULL with nullptr by Alex Vakulenko · 11 years ago
  42. 923d8fa update_engine: Split payload signing and verification. by Alex Deymo · 11 years ago[Renamed (63%) from payload_signer.cc]
  43. 719bfff update_engine: Migrate build system to gyp. by Alex Deymo · 11 years ago
  44. 5611237 Revert "update_engine: Migrate build system to gyp." by Chun-ta Lin · 11 years ago
  45. 3473d20 update_engine: Migrate build system to gyp. by Alex Deymo · 11 years ago
  46. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  47. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 11 years ago
  48. 161c4a1 Move payload generator files to payload_generator/ directory. by Alex Deymo · 11 years ago
  49. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  50. daa2740 AU: improve abstraction of DeltaPerformer.ParsePayloadMetadata() by Gilad Arnold · 11 years ago
  51. fe13393 AU: eliminate redundancy with buffering of operation data by Gilad Arnold · 11 years ago
  52. a6742b3 AU: shift to use new TMPDIR-enabled temp file by Gilad Arnold · 11 years ago
  53. c2e9f5f Delta generator can create payload and metadata hashes in one run. by Don Garrett · 12 years ago
  54. 2ae3787 Allow a given payload to be signed more than once. by Don Garrett · 12 years ago
  55. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 12 years ago
  56. 04ba0eb AU: improve/clarify signature padding by Gilad Arnold · 12 years ago
  57. 738fdf3 Make hash checks mandatory for HTTP downloads. by Jay Srinivasan · 12 years ago
  58. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 13 years ago
  59. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 13 years ago
  60. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 13 years ago
  61. 2643cb7 Fixed gcc-4.7 building problem for update_engine (again). by Han Shen · 13 years ago
  62. 2149be4 find openssl via PATH by Mike Frysinger · 13 years ago
  63. c24e3f3 Support for signing with multiple signature files, key sizes. by Andrew de los Reyes · 14 years ago
  64. 85d02b7 AU: Add support for reading the output of synchronous exec calls. by Darin Petkov · 14 years ago
  65. d903c3b [update_engine] Roll forward to new libchrome by Chris Masone · 14 years ago
  66. bdfaaf0 AU: Switch to 2048 bit RSA keys; Pad SHA256 hashes appropriately. by Andrew de los Reyes · 14 years ago
  67. adb3cef AU: Support signed payload verification through the delta generator. by Darin Petkov · 14 years ago
  68. 9574f7e AU: Add support for signing of update payloads after they're generated. by Darin Petkov · 14 years ago
  69. b039d50 AU: Switch signature verification from external openssl to library. by Darin Petkov · 14 years ago
  70. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 15 years ago
  71. d22cb29 AU: Switch from SHA-1 to SHA-256 hash. by Darin Petkov · 15 years ago
  72. 932bc4c AU: Sign delta payloads by Andrew de los Reyes · 15 years ago
  73. 0c44005 AU: Payload Signer class by Andrew de los Reyes · 15 years ago