Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: update_metadata.proto

Issue 3132033: AU: Sign delta payloads (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: fixes for review Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « payload_signer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update_metadata.proto
diff --git a/update_metadata.proto b/update_metadata.proto
index 20c5d9fc5bafb31e8cf83571001fc4edb05ef602..213e74026f64ac7341954b35c197e8fc0f401cc6 100644
--- a/update_metadata.proto
+++ b/update_metadata.proto
@@ -120,9 +120,10 @@ message DeltaArchiveManifest {
optional uint32 block_size = 3 [default = 4096];
// If signatures are present, the offset into the blobs, generally
- // tacked onto the end of the file. We use an offset rather than
- // a bool to allow for more flexibility in future file formats.
- // If this is absent, it means signatures aren't supported in this
+ // tacked onto the end of the file, and the length. We use an offset
+ // rather than a bool to allow for more flexibility in future file formats.
+ // If either is absent, it means signatures aren't supported in this
// file.
optional uint64 signatures_offset = 4;
+ optional uint64 signatures_size = 5;
}
« no previous file with comments | « payload_signer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698