Skip to content

Commit

Permalink
allow a data provider to specify a different certificate used in sign…
Browse files Browse the repository at this point in the history
…ing a direct result (#171)

A Data Provider may not want to use the same certificate that was noted
in the Requisition for various reasons. This update allows a Data
Provider to specify a different certificate to verify a Measurement
Result.
  • Loading branch information
stevenwarejones authored Nov 6, 2023
1 parent d576157 commit 693def0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ message FulfillDirectRequisitionRequest {
// (-- api-linter: core::0141::forbidden-types=disabled
// aip.dev/not-precedent: This is a random 64-bit value. --)
fixed64 nonce = 3 [(google.api.field_behavior) = REQUIRED];

// Resource name of the `Certificate` belonging to the `DataProvider` that
// can be used to verify the result. If unspecified, the
// `data_provider_certificate` from the `Requisition` will be used.
string certificate = 5
[(google.api.resource_reference).type = "halo.wfanet.org/Certificate"];
}

// Response message for `FulfillDirectRequisition` method.
Expand Down

0 comments on commit 693def0

Please sign in to comment.