diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-08 10:05:37 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-08 10:05:37 +0100 |
commit | 4c8261eb1a732f68f3c9cd3204ac856208969ecc (patch) | |
tree | cbe2451e7c2d7e9649ac7f58f519da3961599d34 /issues/update-timestamp-verification.md | |
parent | ada17b1688d0a5257d65217b2aba77905afda566 (diff) |
added issue
Diffstat (limited to 'issues/update-timestamp-verification.md')
-rw-r--r-- | issues/update-timestamp-verification.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/issues/update-timestamp-verification.md b/issues/update-timestamp-verification.md new file mode 100644 index 0000000..e804856 --- /dev/null +++ b/issues/update-timestamp-verification.md @@ -0,0 +1,10 @@ +**Title**: Update timestamp verification +**Date**: 2021-12-08 + +# Summary +Update the condition which is used to determine whether a tree head is fresh. + +# Description +The current Sigsum API documentation specifies that a witness must not sign a +tree head if its timestamp is older than five minutes. The current witness +implementation uses an older interval that was looser: +- 12 hours. |