Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] specs: fix list formatting on SIGNATURE_SPEC #2030

Merged
merged 1 commit into from
Jun 27, 2022
Merged
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
14 changes: 8 additions & 6 deletions specs/SIGNATURE_SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,15 @@ Gyp4apdU7AXEwysEQIb034aPrTlpmxh90SnTZFs2DHOvCjCPPAmoWfuQUwPhSPRb
}
}
```

The following are REQUIRED properties of the bundle:
- The `SignedEntryTimestamp` is a rekor-signed signature over the logIndex, body and integratedTime of the Rekor Log Entry
- The `Payload` consists of all fields required to verify the SET:
- The `body` is the body of the Rekor Log Entry
- The `integratedTime` is the UNIX timestamp the log entry was integrated into the transparency log
- The `logIndex` is the index of the log entry in the transparency log
- The `logID` is the SHA256 hash of the DER-encoded public key for the log at the time the entry was included in the log

- The `SignedEntryTimestamp` is a rekor-signed signature over the logIndex, body and integratedTime of the Rekor Log Entry
- The `Payload` consists of all fields required to verify the SET:
- The `body` is the body of the Rekor Log Entry
- The `integratedTime` is the UNIX timestamp the log entry was integrated into the transparency log
- The `logIndex` is the index of the log entry in the transparency log
- The `logID` is the SHA256 hash of the DER-encoded public key for the log at the time the entry was included in the log

For instructions on using the `bundle` for verification, see [USAGE.md](../USAGE.md#verify-a-signature-was-added-to-the-transparency-log).

Expand Down