From 04c191d1c134a59fbfacb87fe3c7444c7bbbfb1f Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 27 Jun 2022 17:56:39 -0400 Subject: [PATCH] specs: fix list formatting on SIGNATURE_SPEC Signed-off-by: William Woodruff --- specs/SIGNATURE_SPEC.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/specs/SIGNATURE_SPEC.md b/specs/SIGNATURE_SPEC.md index df3ede82e3f..b4b3916548d 100644 --- a/specs/SIGNATURE_SPEC.md +++ b/specs/SIGNATURE_SPEC.md @@ -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).