|
13 | 13 | <meta content=" |
14 | 14 | This document describes Merkle Tree certificates, a new form of X.509 certificates which integrate public logging of the certificate, in the style of Certificate Transparency. The integrated design reduces logging overhead in the face of both shorter-lived certificates and large post-quantum signature algorithms, while still achieving comparable security properties to traditional X.509 and Certificate Transparency. Merkle Tree certificates additionally admit an optional signatureless optimization, which decreases the message size by avoiding signatures altogether, at the cost of only applying to up-to-date relying parties and older certificates. |
15 | 15 | " name="description"> |
16 | | -<meta content="xml2rfc 3.30.2" name="generator"> |
| 16 | +<meta content="xml2rfc 3.31.0" name="generator"> |
17 | 17 | <meta content="draft-davidben-tls-merkle-tree-certs-latest" name="ietf.draft"> |
18 | 18 | <!-- Generator version information: |
19 | | - xml2rfc 3.30.2 |
20 | | - Python 3.12.11 |
| 19 | + xml2rfc 3.31.0 |
| 20 | + Python 3.12.12 |
21 | 21 | ConfigArgParse 1.7 |
22 | 22 | google-i18n-address 3.1.1 |
23 | 23 | intervaltree 3.1.0 |
24 | 24 | Jinja2 3.1.6 |
25 | 25 | lxml 5.3.1 |
26 | | - platformdirs 4.4.0 |
| 26 | + platformdirs 4.5.0 |
27 | 27 | pycountry 24.6.1 |
28 | 28 | PyYAML 6.0.2 |
29 | 29 | requests 2.32.5 |
30 | | - setuptools 80.9.0 |
31 | 30 | wcwidth 0.2.14 |
32 | 31 | --> |
33 | 32 | <link href="draft-davidben-tls-merkle-tree-certs.xml" rel="alternate" type="application/rfc+xml"> |
|
1051 | 1050 | </tr></thead> |
1052 | 1051 | <tfoot><tr> |
1053 | 1052 | <td class="left">Benjamin, et al.</td> |
1054 | | -<td class="center">Expires 20 April 2026</td> |
| 1053 | +<td class="center">Expires 22 April 2026</td> |
1055 | 1054 | <td class="right">[Page]</td> |
1056 | 1055 | </tr></tfoot> |
1057 | 1056 | </table> |
|
1064 | 1063 | <dd class="internet-draft">draft-davidben-tls-merkle-tree-certs-latest</dd> |
1065 | 1064 | <dt class="label-published">Published:</dt> |
1066 | 1065 | <dd class="published"> |
1067 | | -<time datetime="2025-10-17" class="published">17 October 2025</time> |
| 1066 | +<time datetime="2025-10-19" class="published">19 October 2025</time> |
1068 | 1067 | </dd> |
1069 | 1068 | <dt class="label-intended-status">Intended Status:</dt> |
1070 | 1069 | <dd class="intended-status">Experimental</dd> |
1071 | 1070 | <dt class="label-expires">Expires:</dt> |
1072 | | -<dd class="expires"><time datetime="2026-04-20">20 April 2026</time></dd> |
| 1071 | +<dd class="expires"><time datetime="2026-04-22">22 April 2026</time></dd> |
1073 | 1072 | <dt class="label-authors">Authors:</dt> |
1074 | 1073 | <dd class="authors"> |
1075 | 1074 | <div class="author"> |
@@ -1129,7 +1128,7 @@ <h2 id="name-status-of-this-memo"> |
1129 | 1128 | time. It is inappropriate to use Internet-Drafts as reference |
1130 | 1129 | material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p> |
1131 | 1130 | <p id="section-boilerplate.1-4"> |
1132 | | - This Internet-Draft will expire on 20 April 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> |
| 1131 | + This Internet-Draft will expire on 22 April 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> |
1133 | 1132 | </section> |
1134 | 1133 | </div> |
1135 | 1134 | <div id="copyright"> |
|
0 commit comments