aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2022-07-08 11:11:55 -0400
committerNick Mathewson <nickm@torproject.org>2022-07-08 11:11:55 -0400
commit831639e080f7b8fbe75267960bc83fa9439e0819 (patch)
treede635b71960ec1338b6935884984a49d003492f3 /dir-spec.txt
parentbb7eba9b76d79ae7a78e963bcf88a1bb2a292e6d (diff)
downloadtorspec-831639e080f7b8fbe75267960bc83fa9439e0819.tar.gz
torspec-831639e080f7b8fbe75267960bc83fa9439e0819.zip
Describe behavior on authority certs from the past or future.
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 0de986f..9ae9368 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -1547,12 +1547,18 @@ Table of Contents
The time (in UTC) when this document and corresponding key were
last generated.
+ Implementations SHOULD reject certificates that are published
+ too far in the future, though they MAY tolerate some clock skew.
+
"dir-key-expires" YYYY-MM-DD HH:MM:SS NL
[Exactly once.]
A time (in UTC) after which this key is no longer valid.
+ Implementations SHOULD reject expired certificates, though they
+ MAY tolerate some clock skew.
+
"dir-signing-key" NL a key in PEM format
[Exactly once.]