Skip to content

Commit 930cfa3

Browse files
author
ID Bot
committed
Script updating gh-pages from df21aa7. [ci skip]
1 parent 6098edb commit 930cfa3

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

clarify-verification/draft-davidben-tls-merkle-tree-certs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3401,7 +3401,7 @@ <h3 id="name-verifying-certificate-signa">
34013401
<p id="section-7.2-2.5.1">Construct a MerkleTreeCertEntry of type <code>tbs_cert_entry</code> with contents the TBSCertificateLogEntry. Let <code>entry_hash</code> be the hash of the entry, <code>MTH({entry}) = HASH(0x00 || entry)</code>, as defined in <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>.<a href="#section-7.2-2.5.1" class="pilcrow"></a></p>
34023402
</li>
34033403
<li id="section-7.2-2.6">
3404-
<p id="section-7.2-2.6.1">Let <code>expected_subtree_hash</code> be the result of evaluating the MTCProof's <code>inclusion_proof</code> for entry <code>index</code>, with hash <code>entry_hash</code>, of a subtree <code>[start, end)</code>, as described in <a href="#evaluating-a-subtree-inclusion-proof" class="auto internal xref">Section 4.2.1</a>. If evaluation fails, abort this process and fail verification.<a href="#section-7.2-2.6.1" class="pilcrow"></a></p>
3404+
<p id="section-7.2-2.6.1">Let <code>expected_subtree_hash</code> be the result of evaluating the MTCProof's <code>inclusion_proof</code> for entry <code>index</code>, with hash <code>entry_hash</code>, of the subtree described by the MTCProof's <code>start</code> and <code>end</code>, following the procedure in <a href="#evaluating-a-subtree-inclusion-proof" class="auto internal xref">Section 4.2.1</a>. If evaluation fails, abort this process and fail verification.<a href="#section-7.2-2.6.1" class="pilcrow"></a></p>
34053405
</li>
34063406
<li id="section-7.2-2.7">
34073407
<p id="section-7.2-2.7.1">If <code>[start, end)</code> matches a trusted subtree (<a href="#trusted-subtrees" class="auto internal xref">Section 7.4</a>), check that <code>expected_subtree_hash</code> is equal to the trusted subtree's hash. Return success if it matches and failure if it does not.<a href="#section-7.2-2.7.1" class="pilcrow"></a></p>

clarify-verification/draft-davidben-tls-merkle-tree-certs.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,8 +1673,9 @@ Table of Contents
16731673

16741674
6. Let expected_subtree_hash be the result of evaluating the
16751675
MTCProof's inclusion_proof for entry index, with hash entry_hash,
1676-
of a subtree [start, end), as described in Section 4.2.1. If
1677-
evaluation fails, abort this process and fail verification.
1676+
of the subtree described by the MTCProof's start and end,
1677+
following the procedure in Section 4.2.1. If evaluation fails,
1678+
abort this process and fail verification.
16781679

16791680
7. If [start, end) matches a trusted subtree (Section 7.4), check
16801681
that expected_subtree_hash is equal to the trusted subtree's

0 commit comments

Comments
 (0)