Skip to content

Commit

Permalink
specs: fix list formatting on SIGNATURE_SPEC
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jun 27, 2022
1 parent 6a298db commit 04c191d
Showing 1 changed file with 8 additions and 6 deletions.
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

0 comments on commit 04c191d

Please sign in to comment.