diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-01 01:10:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-01 01:10:50 +0000 |
commit | bbd4ef1cd1f0fb2f2c7b9cab3abbff052d04716f (patch) | |
tree | fa83aee35971ec90a084c2c0e1d7dcc00ad889d1 /doc/spec | |
parent | fd95ceb78162c34974f2e15e564f21ab26dfb822 (diff) | |
download | tor-bbd4ef1cd1f0fb2f2c7b9cab3abbff052d04716f.tar tor-bbd4ef1cd1f0fb2f2c7b9cab3abbff052d04716f.tar.gz |
r12605@catbus: nickm | 2007-04-30 21:10:48 -0400
Add an expiry date to key certificates.
svn:r10079
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/proposals/103-multilevel-keys.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/proposals/103-multilevel-keys.txt b/doc/spec/proposals/103-multilevel-keys.txt index 39814b80d..ce4da1fee 100644 --- a/doc/spec/proposals/103-multilevel-keys.txt +++ b/doc/spec/proposals/103-multilevel-keys.txt @@ -118,6 +118,7 @@ Extensions to Proposal 101. "dir-identity-key": The long-term identity key for this authority. "dir-key-published": The time when this directory's signing key was last changed. + "dir-key-expires": A time after which this key is no longer valid. "dir-signing-key": As in proposal 101. "dir-key-certification": A signature of the above fields, in order. The signed material extends from the beginning of |