mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge proposal 136 into dir-spec.txt. We need to get better about doing this.
svn:r17528
This commit is contained in:
parent
0121caef61
commit
eb19ddb020
@ -909,6 +909,18 @@ $Id$
|
|||||||
server's administrator. Administrators should include at least an
|
server's administrator. Administrators should include at least an
|
||||||
email address and a PGP fingerprint.
|
email address and a PGP fingerprint.
|
||||||
|
|
||||||
|
"legacy-key" SP FINGERPRINT NL
|
||||||
|
|
||||||
|
[At most once]
|
||||||
|
|
||||||
|
Lists a fingerprint for an obsolete _identity_ key still used
|
||||||
|
by this authority to keep older clients working. This option
|
||||||
|
is used to keep key around for a little while in case the
|
||||||
|
authorities need to migrate many identity keys at once.
|
||||||
|
(Generally, this would only happen because of a security
|
||||||
|
vulnerability that affected multiple authorities, like the
|
||||||
|
Debian OpenSSL RNG bug of May 2008.)
|
||||||
|
|
||||||
The authority section of a consensus contains groups the following items,
|
The authority section of a consensus contains groups the following items,
|
||||||
in the order given, with one group for each authority that contributed to
|
in the order given, with one group for each authority that contributed to
|
||||||
the consensus, with groups sorted by authority identity digest:
|
the consensus, with groups sorted by authority identity digest:
|
||||||
@ -1176,7 +1188,12 @@ $Id$
|
|||||||
The authority item groups (dir-source, contact, fingerprint,
|
The authority item groups (dir-source, contact, fingerprint,
|
||||||
vote-digest) are taken from the votes of the voting
|
vote-digest) are taken from the votes of the voting
|
||||||
authorities. These groups are sorted by the digests of the
|
authorities. These groups are sorted by the digests of the
|
||||||
authorities identity keys, in ascending order.
|
authorities identity keys, in ascending order. If the consensus
|
||||||
|
method is 3 or later, a dir-source line must be included for
|
||||||
|
every vote with legacy-key entry, using the legacy-key's
|
||||||
|
fingerprint, the voter's ordinary nickname with the string
|
||||||
|
"-legacy" appended, and all other fields as from the original
|
||||||
|
vote's dir-source line.
|
||||||
|
|
||||||
A router status entry:
|
A router status entry:
|
||||||
* is included in the result if some router status entry with the same
|
* is included in the result if some router status entry with the same
|
||||||
|
@ -58,7 +58,7 @@ Proposals by number:
|
|||||||
133 Incorporate Unreachable ORs into the Tor Network [DRAFT]
|
133 Incorporate Unreachable ORs into the Tor Network [DRAFT]
|
||||||
134 More robust consensus voting with diverse authority sets [ACCEPTED]
|
134 More robust consensus voting with diverse authority sets [ACCEPTED]
|
||||||
135 Simplify Configuration of Private Tor Networks [FINISHED]
|
135 Simplify Configuration of Private Tor Networks [FINISHED]
|
||||||
136 Mass authority migration with legacy keys [FINISHED]
|
136 Mass authority migration with legacy keys [CLOSED]
|
||||||
137 Keep controllers informed as Tor bootstraps [CLOSED]
|
137 Keep controllers informed as Tor bootstraps [CLOSED]
|
||||||
138 Remove routers that are not Running from consensus documents [CLOSED]
|
138 Remove routers that are not Running from consensus documents [CLOSED]
|
||||||
139 Download consensus documents only when it will be trusted [CLOSED]
|
139 Download consensus documents only when it will be trusted [CLOSED]
|
||||||
@ -121,7 +121,6 @@ Proposals by status:
|
|||||||
111 Prioritizing local traffic over relayed traffic
|
111 Prioritizing local traffic over relayed traffic
|
||||||
128 Families of private bridges
|
128 Families of private bridges
|
||||||
135 Simplify Configuration of Private Tor Networks
|
135 Simplify Configuration of Private Tor Networks
|
||||||
136 Mass authority migration with legacy keys
|
|
||||||
CLOSED:
|
CLOSED:
|
||||||
101 Voting on the Tor Directory System
|
101 Voting on the Tor Directory System
|
||||||
102 Dropping "opt" from the directory format
|
102 Dropping "opt" from the directory format
|
||||||
@ -140,6 +139,7 @@ Proposals by status:
|
|||||||
126 Getting GeoIP data and publishing usage summaries
|
126 Getting GeoIP data and publishing usage summaries
|
||||||
129 Block Insecure Protocols by Default
|
129 Block Insecure Protocols by Default
|
||||||
130 Version 2 Tor connection protocol
|
130 Version 2 Tor connection protocol
|
||||||
|
136 Mass authority migration with legacy keys
|
||||||
137 Keep controllers informed as Tor bootstraps
|
137 Keep controllers informed as Tor bootstraps
|
||||||
138 Remove routers that are not Running from consensus documents
|
138 Remove routers that are not Running from consensus documents
|
||||||
139 Download consensus documents only when it will be trusted
|
139 Download consensus documents only when it will be trusted
|
||||||
|
@ -2,7 +2,7 @@ Filename: 136-legacy-keys.txt
|
|||||||
Title: Mass authority migration with legacy keys
|
Title: Mass authority migration with legacy keys
|
||||||
Author: Nick Mathewson
|
Author: Nick Mathewson
|
||||||
Created: 13-May-2008
|
Created: 13-May-2008
|
||||||
Status: Finished
|
Status: Closed
|
||||||
Implemented-In: 0.2.0.x
|
Implemented-In: 0.2.0.x
|
||||||
|
|
||||||
Overview:
|
Overview:
|
||||||
|
Loading…
Reference in New Issue
Block a user