You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an informative reference to the MTC-TLOG profile
(c2sp.org/mtc-tlog) and cite it where tile-based transparency logs are
discussed in the log-serving and operational cost sections.
Copy file name to clipboardExpand all lines: draft-ietf-plants-merkle-tree-certs.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,13 @@ informative:
156
156
- name: Christopher Patton
157
157
- name: Bas Westerbaan
158
158
159
+
MTC-TLOG:
160
+
title: Merkle Tree Certificates With Tiled Transparency Logs
161
+
target: https://c2sp.org/mtc-tlog
162
+
date: July 2026
163
+
author:
164
+
org: C2SP
165
+
159
166
TLOG-TILES:
160
167
title: Tiled Transparency Logs
161
168
target: https://c2sp.org/tlog-tiles
@@ -1062,7 +1069,7 @@ This protocol aims to enable monitors to detect misissued certificates by observ
1062
1069
1063
1070
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 {{log-availability}}.
1064
1071
1065
-
For example, a log ecosystem could use {{TLOG-TILES}} to serve logs. {{TLOG-TILES}} improves on {{?RFC6962}} and {{?RFC9162}} by exposing the log as a collection of cacheable, immutable "tiles". This works well with a variety of common HTTP {{?RFC9110}} serving architectures. It also allows log clients to request arbitrary tree nodes, so log clients can fetch the structures described in {{subtrees}}.
1072
+
For example, a log ecosystem could use {{TLOG-TILES}} to serve logs; {{MTC-TLOG}} defines such a profile for Merkle Tree Certificates. {{TLOG-TILES}} improves on {{?RFC6962}} and {{?RFC9162}} by exposing the log as a collection of cacheable, immutable "tiles". This works well with a variety of common HTTP {{?RFC9110}} serving architectures. It also allows log clients to request arbitrary tree nodes, so log clients can fetch the structures described in {{subtrees}}.
1066
1073
1067
1074
### Log Pruning
1068
1075
@@ -1712,7 +1719,7 @@ The standalone certificate response SHOULD additionally carry an "acme-optional-
1712
1719
1713
1720
While Merkle Tree certificates expect CAs to operate logs, the costs of these logs are expected to be much lower than a CT log from {{?RFC6962}} or {{?RFC9162}}:
1714
1721
1715
-
{{publishing-logs}} does not constrain the API to the one defined in {{?RFC6962}} or {{?RFC9162}}. If the PKI uses a tile-based protocol, such as {{TLOG-TILES}}, the issuance log benefits from the improved caching properties of such designs.
1722
+
{{publishing-logs}} does not constrain the API to the one defined in {{?RFC6962}} or {{?RFC9162}}. If the PKI uses a tile-based protocol, such as {{TLOG-TILES}} (profiled for Merkle Tree Certificates in {{MTC-TLOG}}), the issuance log benefits from the improved caching properties of such designs.
1716
1723
1717
1724
Unlike a CT log, an issuance log does not have public submission APIs. Log entries are only added by the CA directly. Costs are thus expected to scale with the CA's own issuance.
1718
1725
@@ -2659,3 +2666,5 @@ In draft-04, there is no fast issuance mode. In draft-05, frequent, non-landmark
2659
2666
- Fixed one of the accumulated test vectors to better reflect one of the edge cases in subtree covering.
2660
2667
2661
2668
- Make empty subtrees valid, so the subtree covering function always returns two subtrees.
2669
+
2670
+
- Add an informative reference to the MTC-TLOG profile (c2sp.org/mtc-tlog) and mention it where tile-based logs are discussed.
0 commit comments