aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 7822bef..61f66b1 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -733,11 +733,10 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
733 <dd>Field as defined in the revocation message above.</dd> 733 <dd>Field as defined in the revocation message above.</dd>
734 </dl> 734 </dl>
735 <t> 735 <t>
736 In order to verify a revocation the following steps must be taken, 736 In order to verify a revocation the following steps MUST be taken:
737 in order: <!-- FIXME: why can an implementation not change the order, say if one check is slower than other checks? -->
738 </t> 737 </t>
739 <ol> 738 <ol>
740 <li>The signature MUST match the public key.</li> 739 <li>The signature MUST be verified against the zone key.</li>
741 <li>The set of POW values MUST NOT contain duplicates.</li> 740 <li>The set of POW values MUST NOT contain duplicates.</li>
742 <li>The average number of leading zeroes D' resulting from the provided 741 <li>The average number of leading zeroes D' resulting from the provided
743 POW values MUST be greater than and not equal to D. Implementors 742 POW values MUST be greater than and not equal to D. Implementors