Skip to content

Commit 1548df0

Browse files
Update draft-ietf-plants-merkle-tree-certs.md
Co-authored-by: Luke Valenta <lvalenta@cloudflare.com>
1 parent c4790c3 commit 1548df0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

draft-ietf-plants-merkle-tree-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ Each issuance log has a *log ID*, which is a trust anchor ID constructed by conc
958958

959959
A log ID specifies both the CA and the log number in a single ID.
960960

961-
Each issuance log describes an append-only sequence of *entries* ({{log-entries}}). Each entry is identified consecutively by an integer *index* value, starting from zero. Indices are at most 2<sup>48</sup>-1. Each entry is an assertion that the CA has certified. The entries in the issuance log are represented as a Merkle Tree, described in {{Section 2.1 of !RFC9162}}.
961+
Each issuance log describes an append-only sequence of *entries* ({{log-entries}}). Each entry is identified by an integer *index*, assigned consecutively starting from zero. Indices are at most 2<sup>48</sup>-1. Each entry is an assertion that the CA has certified. The entries in the issuance log are represented as a Merkle Tree, described in {{Section 2.1 of !RFC9162}}.
962962

963963
Each log additionally maintains a *minimum index* value, which is the index of the first log entry which is available. See {{log-pruning}}. This value changes over the lifetime of the log.
964964

0 commit comments

Comments
 (0)