Skip to content

Commit 5a9a0c5

Browse files
author
ID Bot
committed
Script updating gh-pages from 1548df0. [ci skip]
1 parent ff7ae22 commit 5a9a0c5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

max-serial/draft-ietf-plants-merkle-tree-certs.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@
10511051
</tr></thead>
10521052
<tfoot><tr>
10531053
<td class="left">Benjamin, et al.</td>
1054-
<td class="center">Expires 27 December 2026</td>
1054+
<td class="center">Expires 28 December 2026</td>
10551055
<td class="right">[Page]</td>
10561056
</tr></tfoot>
10571057
</table>
@@ -1064,12 +1064,12 @@
10641064
<dd class="internet-draft">draft-ietf-plants-merkle-tree-certs-latest</dd>
10651065
<dt class="label-published">Published:</dt>
10661066
<dd class="published">
1067-
<time datetime="2026-06-25" class="published">25 June 2026</time>
1067+
<time datetime="2026-06-26" class="published">26 June 2026</time>
10681068
</dd>
10691069
<dt class="label-intended-status">Intended Status:</dt>
10701070
<dd class="intended-status">Standards Track</dd>
10711071
<dt class="label-expires">Expires:</dt>
1072-
<dd class="expires"><time datetime="2026-12-27">27 December 2026</time></dd>
1072+
<dd class="expires"><time datetime="2026-12-28">28 December 2026</time></dd>
10731073
<dt class="label-authors">Authors:</dt>
10741074
<dd class="authors">
10751075
<div class="author">
@@ -1135,7 +1135,7 @@ <h2 id="name-status-of-this-memo">
11351135
time. It is inappropriate to use Internet-Drafts as reference
11361136
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p>
11371137
<p id="section-boilerplate.1-4">
1138-
This Internet-Draft will expire on 27 December 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
1138+
This Internet-Draft will expire on 28 December 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
11391139
</section>
11401140
</div>
11411141
<div id="copyright">
@@ -3843,7 +3843,7 @@ <h3 id="name-issuance-logs">
38433843
</li>
38443844
</ul>
38453845
<p id="section-5.2-4">A log ID specifies both the CA and the log number in a single ID.<a href="#section-5.2-4" class="pilcrow">¶</a></p>
3846-
<p id="section-5.2-5">Each issuance log describes an append-only sequence of <em>entries</em> (<a href="#log-entries" class="auto internal xref">Section 5.2.1</a>). Each entry is identified consecutively by an integer <em>index</em> 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 <span><a href="https://rfc-editor.org/rfc/rfc9162#section-2.1" class="relref">Section 2.1</a> of [<a href="#RFC9162" class="cite xref">RFC9162</a>]</span>.<a href="#section-5.2-5" class="pilcrow">¶</a></p>
3846+
<p id="section-5.2-5">Each issuance log describes an append-only sequence of <em>entries</em> (<a href="#log-entries" class="auto internal xref">Section 5.2.1</a>). Each entry is identified by an integer <em>index</em>, 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 <span><a href="https://rfc-editor.org/rfc/rfc9162#section-2.1" class="relref">Section 2.1</a> of [<a href="#RFC9162" class="cite xref">RFC9162</a>]</span>.<a href="#section-5.2-5" class="pilcrow">¶</a></p>
38473847
<p id="section-5.2-6">Each log additionally maintains a <em>minimum index</em> value, which is the index of the first log entry which is available. See <a href="#log-pruning" class="auto internal xref">Section 5.2.3</a>. This value changes over the lifetime of the log.<a href="#section-5.2-6" class="pilcrow">¶</a></p>
38483848
<p id="section-5.2-7">Unlike <span>[<a href="#RFC6962" class="cite xref">RFC6962</a>]</span> and <span>[<a href="#RFC9162" class="cite xref">RFC9162</a>]</span>, an issuance log does not have a public submission interface. The log only contains entries which the log operator, i.e. the CA, chose to add. As entries are added, the Merkle Tree is updated to be computed over the new sequence.<a href="#section-5.2-7" class="pilcrow">¶</a></p>
38493849
<p id="section-5.2-8">A snapshot of the log is known as a <em>checkpoint</em>. A checkpoint is identified by its <em>tree size</em>, that is the number of elements committed to the log at the time. Its contents can be described by the Merkle Tree Hash (<span><a href="https://rfc-editor.org/rfc/rfc9162#section-2.1.1" class="relref">Section 2.1.1</a> of [<a href="#RFC9162" class="cite xref">RFC9162</a>]</span>) of entries zero through <code>tree_size - 1</code>.<a href="#section-5.2-8" class="pilcrow">¶</a></p>

max-serial/draft-ietf-plants-merkle-tree-certs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
PKI, Logs, And Tree Signatures D. Benjamin
66
Internet-Draft Google LLC
77
Intended status: Standards Track D. O'Brien
8-
Expires: 27 December 2026 Apple Inc.
8+
Expires: 28 December 2026 Apple Inc.
99
B. E. Westerbaan
1010
L. Valenta
1111
Cloudflare
1212
F. Valsorda
1313
Geomys
14-
25 June 2026
14+
26 June 2026
1515

1616

1717
Merkle Tree Certificates
@@ -63,7 +63,7 @@ Status of This Memo
6363
time. It is inappropriate to use Internet-Drafts as reference
6464
material or to cite them other than as "work in progress."
6565

66-
This Internet-Draft will expire on 27 December 2026.
66+
This Internet-Draft will expire on 28 December 2026.
6767

6868
Copyright Notice
6969

@@ -1224,8 +1224,8 @@ Table of Contents
12241224
A log ID specifies both the CA and the log number in a single ID.
12251225

12261226
Each issuance log describes an append-only sequence of _entries_
1227-
(Section 5.2.1). Each entry is identified consecutively by an
1228-
integer _index_ value, starting from zero. Indices are at most
1227+
(Section 5.2.1). Each entry is identified by an integer _index_,
1228+
assigned consecutively starting from zero. Indices are at most
12291229
2^48-1. Each entry is an assertion that the CA has certified. The
12301230
entries in the issuance log are represented as a Merkle Tree,
12311231
described in Section 2.1 of [RFC9162].

0 commit comments

Comments
 (0)