Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion gen/es/proto/splitsecure/bottle/v1/platform_data_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 25 additions & 11 deletions gen/go/proto/splitsecure/bottle/v1/platform_data.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions proto/splitsecure/bottle/v1/platform_data.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
syntax = "proto3";
package splitsecure.bottle.v1;

import "google/protobuf/timestamp.proto";
import "splitsecure/bottle/v1/device_info.proto";

message PlatformData {
Expand Down Expand Up @@ -37,4 +38,8 @@ message PlatformData {
// from attributed_principal_s2rs so free text can never be parsed as a
// verified URI.
repeated string attributed_custom_identifiers = 5;

// sealed_at is the time the bottle was sealed according to the enclave.
// Other time sources are available, such as the AuditObservationReceipt.
google.protobuf.Timestamp sealed_at = 6;
}