aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-02 19:50:23 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-02 19:50:23 +0100
commit20e233e73c5d2a93dcdcff4e2cb2d21c1392597a (patch)
treeb754a8bcd64b687289c062d116f6d931b0378a84
parenta61551d4ac4480130eb08f2a5f4119e7c2a05187 (diff)
downloadlsd0001-20e233e73c5d2a93dcdcff4e2cb2d21c1392597a.tar.gz
lsd0001-20e233e73c5d2a93dcdcff4e2cb2d21c1392597a.zip
more revocation
-rw-r--r--draft-schanzen-gns.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index 2fd775f..ff79b42 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -745,13 +745,13 @@ zTLD := zkl[126..129].zkl[63..125].zkl[0..62]
745 (D'-D) * EPOCH * 1.1. The EPOCH is extended by 745 (D'-D) * EPOCH * 1.1. The EPOCH is extended by
746 10% in order to deal with unsynchronized clocks. 746 10% in order to deal with unsynchronized clocks.
747 The TTL added on top of the TIMESTAMP yields the 747 The TTL added on top of the TIMESTAMP yields the
748 expiration date.</li> 748 expiration date.
749 <!-- FIXME: what if the TTL in the message disagrees with our calculations? What should be done? 749 Should the verifier calculate the TTL and find that it differs from
750 What if floating point rounding errors cause a disagreement in TTL calculations? 750 the field value, the verifier MUST continue and
751 IMO we should simply mandate that when FORWARDING a message, the sender should 751 use the calculated value when forwarding the revocation.
752 use the TTL they calculated themselves. --> 752 </li>
753 <li>The current time MUST be between TIMESTAMP and 753 <li>The current time SHOULD be between TIMESTAMP and
754 TIMESTAMP+TTL.</li> 754 TIMESTAMP+TTL. Implementations MAY process the revocation without validating this.</li>
755 </ol> 755 </ol>
756 </section> 756 </section>
757 757