Skip to content

Commit 6346199

Browse files
author
ID Bot
committed
Script updating gh-pages from e3864e1. [ci skip]
1 parent 39486ab commit 6346199

3 files changed

Lines changed: 12 additions & 17 deletions

File tree

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 22 January 2027</td>
1054+
<td class="center">Expires 23 January 2027</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-07-21" class="published">21 July 2026</time>
1067+
<time datetime="2026-07-22" class="published">22 July 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="2027-01-22">22 January 2027</time></dd>
1072+
<dd class="expires"><time datetime="2027-01-23">23 January 2027</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 22 January 2027.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
1138+
This Internet-Draft will expire on 23 January 2027.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p>
11391139
</section>
11401140
</div>
11411141
<div id="copyright">
@@ -3969,7 +3969,7 @@ <h4 id="name-publishing-logs">
39693969
</h4>
39703970
<p id="section-5.2.2-1">This protocol aims to enable monitors to detect misissued certificates by observing the issuance log. See <a href="#transparency" class="auto internal xref">Section 12.2</a>.<a href="#section-5.2.2-1" class="pilcrow">¶</a></p>
39713971
<p id="section-5.2.2-2">This document does not prescribe a particular method of observing the issuance log. The access protocols do not affect certificate interoperability, and different applications may have different needs. For example, a PKI that authenticates public services might publicly serve issuance logs, while a PKI that authenticates a single organization's intranet services might keep the log private to the organization. Relying parties SHOULD define log serving requirements, including the allowed protocols and expected availability, as part of their policies on which CAs to support. See also <a href="#log-availability" class="auto internal xref">Section 10.3</a>.<a href="#section-5.2.2-2" class="pilcrow">¶</a></p>
3972-
<p id="section-5.2.2-3">For example, a log ecosystem could use <span>[<a href="#TLOG-TILES" class="cite xref">TLOG-TILES</a>]</span> to serve logs; <span>[<a href="#MTC-TLOG" class="cite xref">MTC-TLOG</a>]</span> defines such a profile for Merkle Tree Certificates. <span>[<a href="#TLOG-TILES" class="cite xref">TLOG-TILES</a>]</span> improves on <span>[<a href="#RFC6962" class="cite xref">RFC6962</a>]</span> and <span>[<a href="#RFC9162" class="cite xref">RFC9162</a>]</span> by exposing the log as a collection of cacheable, immutable "tiles". This works well with a variety of common HTTP <span>[<a href="#RFC9110" class="cite xref">RFC9110</a>]</span> serving architectures. It also allows log clients to request arbitrary tree nodes, so log clients can fetch the structures described in <a href="#subtrees" class="auto internal xref">Section 4</a>.<a href="#section-5.2.2-3" class="pilcrow">¶</a></p>
3972+
<p id="section-5.2.2-3">For example, <span>[<a href="#MTC-TLOG" class="cite xref">MTC-TLOG</a>]</span> defines a profile for Merkle Tree Certificates that uses <span>[<a href="#TLOG-TILES" class="cite xref">TLOG-TILES</a>]</span>.<a href="#section-5.2.2-3" class="pilcrow">¶</a></p>
39733973
</section>
39743974
</div>
39753975
<div id="log-pruning">

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

Lines changed: 5 additions & 10 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: 22 January 2027 Apple Inc.
8+
Expires: 23 January 2027 Apple Inc.
99
B. E. Westerbaan
1010
L. Valenta
1111
Cloudflare
1212
F. Valsorda
1313
Geomys
14-
21 July 2026
14+
22 July 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 22 January 2027.
66+
This Internet-Draft will expire on 23 January 2027.
6767

6868
Copyright Notice
6969

@@ -1406,13 +1406,8 @@ Table of Contents
14061406
availability, as part of their policies on which CAs to support. See
14071407
also Section 10.3.
14081408

1409-
For example, a log ecosystem could use [TLOG-TILES] to serve logs;
1410-
[MTC-TLOG] defines such a profile for Merkle Tree Certificates.
1411-
[TLOG-TILES] improves on [RFC6962] and [RFC9162] by exposing the log
1412-
as a collection of cacheable, immutable "tiles". This works well
1413-
with a variety of common HTTP [RFC9110] serving architectures. It
1414-
also allows log clients to request arbitrary tree nodes, so log
1415-
clients can fetch the structures described in Section 4.
1409+
For example, [MTC-TLOG] defines a profile for Merkle Tree
1410+
Certificates that uses [TLOG-TILES].
14161411

14171412
5.2.3. Log Pruning
14181413

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Preview for branch <a href="publishing-logs-editorial">publishing-logs-edito
9393
<tr>
9494
<td><a href="publishing-logs-editorial/draft-ietf-plants-merkle-tree-certs.html" class="html draft-ietf-plants-merkle-tree-certs" title="Merkle Tree Certificates (HTML)">Merkle Tree Certificates</a></td>
9595
<td><a href="publishing-logs-editorial/draft-ietf-plants-merkle-tree-certs.txt" class="txt draft-ietf-plants-merkle-tree-certs" title="Merkle Tree Certificates (Text)">plain text</a></td>
96-
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://ietf-plants-wg.github.io/merkle-tree-certs/draft-ietf-plants-merkle-tree-certs.txt&amp;url_2=https://ietf-plants-wg.github.io/merkle-tree-certs/publishing-logs-editorial/draft-ietf-plants-merkle-tree-certs.txt" class="diff draft-ietf-plants-merkle-tree-certs">diff with main</a></td>
96+
<td>same as main</td>
9797
</tr>
9898
</table>
9999
<h2>Preview for branch <a href="cleanup-definition">cleanup-definition</a></h2>
@@ -158,7 +158,7 @@ <h2>Preview for branch <a href="lvalenta/clarify-landmark-definition">lvalenta/c
158158
<tr>
159159
<td><a href="lvalenta/clarify-landmark-definition/draft-ietf-plants-merkle-tree-certs.html" class="html draft-ietf-plants-merkle-tree-certs" title="Merkle Tree Certificates (HTML)">Merkle Tree Certificates</a></td>
160160
<td><a href="lvalenta/clarify-landmark-definition/draft-ietf-plants-merkle-tree-certs.txt" class="txt draft-ietf-plants-merkle-tree-certs" title="Merkle Tree Certificates (Text)">plain text</a></td>
161-
<td>same as main</td>
161+
<td><a href="https://author-tools.ietf.org/api/iddiff?url_1=https://ietf-plants-wg.github.io/merkle-tree-certs/draft-ietf-plants-merkle-tree-certs.txt&amp;url_2=https://ietf-plants-wg.github.io/merkle-tree-certs/lvalenta/clarify-landmark-definition/draft-ietf-plants-merkle-tree-certs.txt" class="diff draft-ietf-plants-merkle-tree-certs">diff with main</a></td>
162162
</tr>
163163
</table>
164164
<h2>Preview for branch <a href="lvalenta/mtc-tlog-reference">lvalenta/mtc-tlog-reference</a></h2>

0 commit comments

Comments
 (0)