|
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.0" name="generator"> |
| 16 | +<meta content="xml2rfc 3.30.1" 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.0 |
| 19 | + xml2rfc 3.30.1 |
20 | 20 | Python 3.12.11 |
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.3.8 |
| 26 | + platformdirs 4.4.0 |
27 | 27 | pycountry 24.6.1 |
28 | 28 | PyYAML 6.0.2 |
29 | | - requests 2.32.4 |
| 29 | + requests 2.32.5 |
30 | 30 | setuptools 80.9.0 |
31 | 31 | wcwidth 0.2.13 |
32 | 32 | --> |
|
1047 | 1047 | <thead><tr> |
1048 | 1048 | <td class="left">Internet-Draft</td> |
1049 | 1049 | <td class="center">Merkle Tree Certificates</td> |
1050 | | -<td class="right">August 2025</td> |
| 1050 | +<td class="right">September 2025</td> |
1051 | 1051 | </tr></thead> |
1052 | 1052 | <tfoot><tr> |
1053 | 1053 | <td class="left">Benjamin, et al.</td> |
1054 | | -<td class="center">Expires 1 March 2026</td> |
| 1054 | +<td class="center">Expires 7 March 2026</td> |
1055 | 1055 | <td class="right">[Page]</td> |
1056 | 1056 | </tr></tfoot> |
1057 | 1057 | </table> |
|
1064 | 1064 | <dd class="internet-draft">draft-davidben-tls-merkle-tree-certs-latest</dd> |
1065 | 1065 | <dt class="label-published">Published:</dt> |
1066 | 1066 | <dd class="published"> |
1067 | | -<time datetime="2025-08-28" class="published">28 August 2025</time> |
| 1067 | +<time datetime="2025-09-03" class="published">3 September 2025</time> |
1068 | 1068 | </dd> |
1069 | 1069 | <dt class="label-intended-status">Intended Status:</dt> |
1070 | 1070 | <dd class="intended-status">Experimental</dd> |
1071 | 1071 | <dt class="label-expires">Expires:</dt> |
1072 | | -<dd class="expires"><time datetime="2026-03-01">1 March 2026</time></dd> |
| 1072 | +<dd class="expires"><time datetime="2026-03-07">7 March 2026</time></dd> |
1073 | 1073 | <dt class="label-authors">Authors:</dt> |
1074 | 1074 | <dd class="authors"> |
1075 | 1075 | <div class="author"> |
@@ -1129,7 +1129,7 @@ <h2 id="name-status-of-this-memo"> |
1129 | 1129 | time. It is inappropriate to use Internet-Drafts as reference |
1130 | 1130 | material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow">¶</a></p> |
1131 | 1131 | <p id="section-boilerplate.1-4"> |
1132 | | - This Internet-Draft will expire on 1 March 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> |
| 1132 | + This Internet-Draft will expire on 7 March 2026.<a href="#section-boilerplate.1-4" class="pilcrow">¶</a></p> |
1133 | 1133 | </section> |
1134 | 1134 | </div> |
1135 | 1135 | <div id="copyright"> |
|
0 commit comments