Skip to content

Commit 518d607

Browse files
committed
index hosted attestations: Add detail about timestamps
I'm trying to not include too much detail here as the doc already states that entry verification depends on policy... but dsse 0.0.1 is the rekor v1 entry type used in the attestations so maybe this works?
1 parent 78fdf20 commit 518d607

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/specifications/index-hosted-attestations.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,12 @@ following:
291291
In addition to the above required steps, a verifier **MAY** additionally verify
292292
``verification_material.transparency_entries`` on a policy basis, e.g. requiring
293293
at least one transparency log entry or a threshold of entries. When verifying
294-
transparency entries, the verifier **MUST** confirm that the inclusion time for
295-
each entry lies within the signing certificate's validity period: Inclusion time
296-
is either embedded in the entry (``integrated_time``) or provided as RFC3161
297-
timestamp in ``verification_material.timestamps``.
294+
transparency entries, the verifier **MUST** confirm that the entry inclusion time
295+
lies within the signing certificate's validity period: Inclusion time is provided
296+
in one of two ways:
297+
* embedded in the entry (``integrated_time``) -- this is *only* valid for
298+
entry kind ``dsse 0.0.1``
299+
* as RFC3161 timestamp(s) in ``verification_material.timestamps``
298300

299301
.. _appendix:
300302

0 commit comments

Comments
 (0)