dir-spec.txt 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775
  1. $Id$
  2. Tor directory protocol, version 3
  3. 0. Scope and preliminaries
  4. This directory protocol is used by Tor version 0.2.0.x-alpha and later.
  5. See dir-spec-v1.txt for information on the protocol used up to the
  6. 0.1.0.x series, and dir-spec-v2.txt for information on the protocol
  7. used by the 0.1.1.x and 0.1.2.x series.
  8. Caches and authorities must still support older versions of the
  9. directory protocols, until the versions of Tor that require them are
  10. finally out of commission. See Section XXXX on backward compatibility.
  11. This document merges and supersedes the following proposals:
  12. 101 Voting on the Tor Directory System
  13. 103 Splitting identity key from regularly used signing key
  14. 104 Long and Short Router Descriptors
  15. AS OF 14 JUNE 2007, THIS SPECIFICATION HAS NOT YET BEEN COMPLETELY
  16. IMPLEMENTED, OR COMPLETELY COMPLETED.
  17. XXX when to download certificates.
  18. XXX timeline
  19. XXX fill in XXXXs
  20. 0.1. History
  21. The earliest versions of Onion Routing shipped with a list of known
  22. routers and their keys. When the set of routers changed, users needed to
  23. fetch a new list.
  24. The Version 1 Directory protocol
  25. --------------------------------
  26. Early versions of Tor (0.0.2) introduced "Directory authorities": servers
  27. that served signed "directory" documents containing a list of signed
  28. "router descriptors", along with short summary of the status of each
  29. router. Thus, clients could get up-to-date information on the state of
  30. the network automatically, and be certain that the list they were getting
  31. was attested by a trusted directory authority.
  32. Later versions (0.0.8) added directory caches, which download
  33. directories from the authorities and serve them to clients. Non-caches
  34. fetch from the caches in preference to fetching from the authorities, thus
  35. distributing bandwidth requirements.
  36. Also added during the version 1 directory protocol were "router status"
  37. documents: short documents that listed only the up/down status of the
  38. routers on the network, rather than a complete list of all the
  39. descriptors. Clients and caches would fetch these documents far more
  40. frequently than they would fetch full directories.
  41. The Version 2 Directory Protocol
  42. --------------------------------
  43. During the Tor 0.1.1.x series, Tor revised its handling of directory
  44. documents in order to address two major problems:
  45. * Directories had grown quite large (over 1MB), and most directory
  46. downloads consisted mainly of router descriptors that clients
  47. already had.
  48. * Every directory authority was a trust bottleneck: if a single
  49. directory authority lied, it could make clients believe for a time
  50. an arbitrarily distorted view of the Tor network. (Clients
  51. trusted the most recent signed document they downloaded.) Thus,
  52. adding more authorities would make the system less secure, not
  53. more.
  54. To address these, we extended the directory protocol so that
  55. authorities now published signed "network status" documents. Each
  56. network status listed, for every router in the network: a hash of its
  57. identity key, a hash of its most recent descriptor, and a summary of
  58. what the authority believed about its status. Clients would download
  59. the authorities' network status documents in turn, and believe
  60. statements about routers iff they were attested to by more than half of
  61. the authorities.
  62. Instead of downloading all router descriptors at once, clients
  63. downloaded only the descriptors that they did not have. Descriptors
  64. were indexed by their digests, in order to prevent malicious caches
  65. from giving different versions of a router descriptor to different
  66. clients.
  67. Routers began working harder to upload new descriptors only when their
  68. contents were substantially changed.
  69. 0.2. Goals of the version 3 protocol
  70. Version 3 of the Tor directory protocol tries to solve the following
  71. issues:
  72. * A great deal of bandwidth used to transmit router descriptors was
  73. used by two fields that are not actually used by Tor routers
  74. (namely read-history and write-history). We save about 60% by
  75. moving them into a separate document that most clients do not
  76. fetch or use.
  77. * It was possible under certain perverse circumstances for clients
  78. to download an unusual set of network status documents, thus
  79. partitioning themselves from clients who have a more recent and/or
  80. typical set of documents. Even under the best of circumstances,
  81. clients were sensitive to the ages of the network status documents
  82. they downloaded. Therefore, instead of having the clients
  83. correlate multiple network status documents, we have the
  84. authorities collectively vote on a single consensus network status
  85. document.
  86. * The most sensitive data in the entire network (the identity keys
  87. of the directory authorities) needed to be stored unencrypted so
  88. that the authorities can sign network-status documents on the fly.
  89. Now, the authorities' identity keys are stored offline, and used
  90. to certify medium-term signing keys that can be rotated.
  91. 0.3. Some Remaining questions
  92. Things we could solve on a v3 timeframe:
  93. The SHA-1 hash is showing its age. We should do something about our
  94. dependency on it. We could probably future-proof ourselves here in
  95. this revision, at least so far as documents from the authorities are
  96. concerned.
  97. Too many things about the authorities are hardcoded by IP.
  98. Perhaps we should start accepting longer identity keys for routers
  99. too.
  100. Things to solve eventually:
  101. Requiring every client to know about every router won't scale forever.
  102. Requiring every directory cache to know every router won't scale
  103. forever.
  104. 1. Outline
  105. There is a small set (say, around 5-10) of semi-trusted directory
  106. authorities. A default list of authorities is shipped with the Tor
  107. software. Users can change this list, but are encouraged not to do so,
  108. in order to avoid partitioning attacks.
  109. Every authority has a very-secret, long-term "Authority Identity Key".
  110. This is stored encrypted and/or offline, and is used to sign "key
  111. certificate" documents. Every key certificate contains a medium-term
  112. (3-12 months) "authority signing key", that is used by the authority to
  113. sign other directory information. (Note that the authority identity
  114. key is distinct from the router identity key that the authority uses
  115. in its role as an ordinary router.)
  116. Routers periodically upload signed "routers descriptors" to the
  117. directory authorities describing their keys, capabilities, and other
  118. information. Routers may also upload signed "extra info documents"
  119. containing information that is not required for the Tor protocol.
  120. Directory authorities serve router descriptors indexed by router
  121. identity, or by hash of the descriptor.
  122. Routers may act as directory caches to reduce load on the directory
  123. authorities. They announce this in their descriptors.
  124. Periodically, each directory authority generates a view of
  125. the current descriptors and status for known routers. They send a
  126. signed summary of this view (a "status vote") to the other
  127. authorities. The authorities compute the result of this vote, and sign
  128. a "consensus status" document containing the result of the vote.
  129. Directory caches download, cache, and re-serve consensus documents.
  130. Clients, directory caches, and directory authorities all use consensus
  131. documents to find out when their list of routers is out-of-date.
  132. (Directory authorities also use vote statuses.) If it is, they download
  133. any missing router descriptors. Clients download missing descriptors
  134. from caches; caches and authorities download from authorities.
  135. Descriptors are downloaded by the hash of the descriptor, not by the
  136. server's identity key: this prevents servers from attacking clients by
  137. giving them descriptors nobody else uses.
  138. All directory information is uploaded and downloaded with HTTP.
  139. [Authorities also generate and caches also cache documents produced and
  140. used by earlier versions of this protocol; see section XXX for notes.]
  141. 1.1. What's different from version 2?
  142. Clients used to download multiple network status documents,
  143. corresponding roughly to "status votes" above. They would compute the
  144. result of the vote on the client side.
  145. Authorities used to sign documents using the same private keys they used
  146. for their roles as routers. This forced them to keep these extremely
  147. sensitive keys in memory unencrypted.
  148. All of the information in extra-info documents used to be kept in the
  149. main descriptors.
  150. 1.2. Document meta-format
  151. Router descriptors, directories, and running-routers documents all obey the
  152. following lightweight extensible information format.
  153. The highest level object is a Document, which consists of one or more
  154. Items. Every Item begins with a KeywordLine, followed by zero or more
  155. Objects. A KeywordLine begins with a Keyword, optionally followed by
  156. whitespace and more non-newline characters, and ends with a newline. A
  157. Keyword is a sequence of one or more characters in the set [A-Za-z0-9-].
  158. An Object is a block of encoded data in pseudo-Open-PGP-style
  159. armor. (cf. RFC 2440)
  160. More formally:
  161. Document ::= (Item | NL)+
  162. Item ::= KeywordLine Object*
  163. KeywordLine ::= Keyword NL | Keyword WS ArgumentChar+ NL
  164. Keyword = KeywordChar+
  165. KeywordChar ::= 'A' ... 'Z' | 'a' ... 'z' | '0' ... '9' | '-'
  166. ArgumentChar ::= any printing ASCII character except NL.
  167. WS = (SP | TAB)+
  168. Object ::= BeginLine Base-64-encoded-data EndLine
  169. BeginLine ::= "-----BEGIN " Keyword "-----" NL
  170. EndLine ::= "-----END " Keyword "-----" NL
  171. The BeginLine and EndLine of an Object must use the same keyword.
  172. When interpreting a Document, software MUST ignore any KeywordLine that
  173. starts with a keyword it doesn't recognize; future implementations MUST NOT
  174. require current clients to understand any KeywordLine not currently
  175. described.
  176. The "opt" keyword was used until Tor 0.1.2.5-alpha for non-critical future
  177. extensions. All implementations MUST ignore any item of the form "opt
  178. keyword ....." when they would not recognize "keyword ....."; and MUST
  179. treat "opt keyword ....." as synonymous with "keyword ......" when keyword
  180. is recognized.
  181. Implementations before 0.1.2.5-alpha rejected any document with a
  182. KeywordLine that started with a keyword that they didn't recognize.
  183. When generating documents that need to be read by older versions of Tor,
  184. implementations MUST prefix items not recognized by older versions of
  185. Tor with an "opt" until those versions of Tor are obsolete. [Note that
  186. key certificates, status vote documents, extra info documents, and
  187. status consensus documents will never be read by older versions of Tor.]
  188. Other implementations that want to extend Tor's directory format MAY
  189. introduce their own items. The keywords for extension items SHOULD start
  190. with the characters "x-" or "X-", to guarantee that they will not conflict
  191. with keywords used by future versions of Tor.
  192. In our document descriptions below, we tag Items with a multiplicity in
  193. brackets. Possible tags are:
  194. "At start, exactly once": These items MUST occur in every instance of
  195. the document type, and MUST appear exactly once, and MUST be the
  196. first item in their documents.
  197. "Exactly once": These items MUST occur exactly one time in every
  198. instance of the document type.
  199. "At end, exactly once": These items MUST occur in every instance of
  200. the document type, and MUST appear exactly once, and MUST be the
  201. last item in their documents.
  202. "At most once": These items MAY occur zero or one times in any
  203. instance of the document type, but MUST NOT occur more than once.
  204. "Any number": These items MAY occur zero, one, or more times in any
  205. instance of the document type.
  206. "Once or more": These items MUST occur at least once in any instance
  207. of the document type, and MAY occur more.
  208. 1.3. Signing documents
  209. Every signable document below is signed in a similar manner, using a
  210. given "Initial Item", a final "Signature Item", a digest algorithm, and
  211. a signing key.
  212. The Initial Item must be the first item in the document.
  213. The Signature Item has the following format:
  214. <signature item keyword> [arguments] NL SIGNATURE NL
  215. The "SIGNATURE" Object contains a signature (using the signing key) of
  216. the PKCS1-padded digest of the entire document, taken from the
  217. beginning of the Initial item, through the newline after the Signature
  218. Item's keyword and its arguments.
  219. Unless otherwise, the digest algorithm is SHA-1.
  220. All documents are invalid unless signed with the correct signing key.
  221. The "Digest" of a document, unless stated otherwise, is its digest *as
  222. signed by this signature scheme*.
  223. 1.4. Voting timeline
  224. Every consensus document has a "valid-after" (VA) time, a "fresh-until"
  225. (FU) time and a "valid-until" (VU) time. VA MUST precede FU, which MUST
  226. in turn precede VU. Times are chosen so that every consensus will be
  227. "fresh" until the next consensus becomes valid, and "valid" for a while
  228. after. At least 3 consensuses should be valid at any given time.
  229. The timeline for a given consensus is as follows:
  230. VA-DistSeconds-VoteSeconds: The authorities exchange votes.
  231. VA-DistSeconds-VoteSeconds/2: The authorities try to download any
  232. votes they don't have.
  233. VA-DistSeconds: The authorities calculate the consensus and exchange
  234. signatures.
  235. VA-DistSeconds/2: The authorities try to download any signatures
  236. they don't have.
  237. VA: All authorities have a multiply signed consensus.
  238. VA ... FU: Caches download the consensus. (Note that since caches have
  239. no way of telling what VA and FU are until they have downloaded
  240. the consensus, they assume that the present consensus's VA is
  241. equal to the previous one's FU, and that its FU is one interval after
  242. that.)
  243. FU: The consensus is no longer the freshest consensus.
  244. FU ... (the current consensus's VU): Clients download the consensus.
  245. (See note above: clients guess that the next consensus's FU will be
  246. two intervals after the current VA.)
  247. VU: The consensus is no longer valid.
  248. VoteSeconds and DistSeconds MUST each be at least 20 seconds; FU-VA and
  249. VU-FU MUST each be at least 5 minutes.
  250. 2. Router operation and formats
  251. ORs SHOULD generate a new router descriptor and a new extra-info
  252. document whenever any of the following events have occurred:
  253. - A period of time (18 hrs by default) has passed since the last
  254. time a descriptor was generated.
  255. - A descriptor field other than bandwidth or uptime has changed.
  256. - Bandwidth has changed by a factor of 2 from the last time a
  257. descriptor was generated, and at least a given interval of time
  258. (20 mins by default) has passed since then.
  259. - Its uptime has been reset (by restarting).
  260. [XXX this list is incomplete; see router_differences_are_cosmetic()
  261. in routerlist.c for others]
  262. ORs SHOULD NOT publish a new router descriptor or extra-info document
  263. if none of the above events have occurred and not much time has passed
  264. (12 hours by default).
  265. After generating a descriptor, ORs upload them to every directory
  266. authority they know, by posting them (in order) to the URL
  267. http://<hostname:port>/tor/
  268. 2.1. Router descriptor format
  269. Router descriptors consist of the following items. For backward
  270. compatibility, there should be an extra NL at the end of each router
  271. descriptor.
  272. In lines that take multiple arguments, extra arguments SHOULD be
  273. accepted and ignored. Many of the nonterminals below are defined in
  274. section 2.3.
  275. "router" nickname address ORPort SOCKSPort DirPort NL
  276. [At start, exactly once.]
  277. Indicates the beginning of a router descriptor. "nickname" must be a
  278. valid router nickname as specified in 2.3. "address" must be an IPv4
  279. address in dotted-quad format. The last three numbers indicate the
  280. TCP ports at which this OR exposes functionality. ORPort is a port at
  281. which this OR accepts TLS connections for the main OR protocol;
  282. SOCKSPort is deprecated and should always be 0; and DirPort is the
  283. port at which this OR accepts directory-related HTTP connections. If
  284. any port is not supported, the value 0 is given instead of a port
  285. number. (At least one of DirPort and ORPort SHOULD be set;
  286. authorities MAY reject any descriptor with both DirPort and ORPort of
  287. 0.)
  288. "bandwidth" bandwidth-avg bandwidth-burst bandwidth-observed NL
  289. [Exactly once]
  290. Estimated bandwidth for this router, in bytes per second. The
  291. "average" bandwidth is the volume per second that the OR is willing to
  292. sustain over long periods; the "burst" bandwidth is the volume that
  293. the OR is willing to sustain in very short intervals. The "observed"
  294. value is an estimate of the capacity this server can handle. The
  295. server remembers the max bandwidth sustained output over any ten
  296. second period in the past day, and another sustained input. The
  297. "observed" value is the lesser of these two numbers.
  298. "platform" string NL
  299. [At most once]
  300. A human-readable string describing the system on which this OR is
  301. running. This MAY include the operating system, and SHOULD include
  302. the name and version of the software implementing the Tor protocol.
  303. "published" YYYY-MM-DD HH:MM:SS NL
  304. [Exactly once]
  305. The time, in GMT, when this descriptor (and its corresponding
  306. extra-info document if any) was generated.
  307. "fingerprint" fingerprint NL
  308. [At most once]
  309. A fingerprint (a HASH_LEN-byte of asn1 encoded public key, encoded in
  310. hex, with a single space after every 4 characters) for this router's
  311. identity key. A descriptor is considered invalid (and MUST be
  312. rejected) if the fingerprint line does not match the public key.
  313. [We didn't start parsing this line until Tor 0.1.0.6-rc; it should
  314. be marked with "opt" until earlier versions of Tor are obsolete.]
  315. "hibernating" bool NL
  316. [At most once]
  317. If the value is 1, then the Tor server was hibernating when the
  318. descriptor was published, and shouldn't be used to build circuits.
  319. [We didn't start parsing this line until Tor 0.1.0.6-rc; it should be
  320. marked with "opt" until earlier versions of Tor are obsolete.]
  321. "uptime" number NL
  322. [At most once]
  323. The number of seconds that this OR process has been running.
  324. "onion-key" NL a public key in PEM format
  325. [Exactly once]
  326. This key is used to encrypt EXTEND cells for this OR. The key MUST be
  327. accepted for at least 1 week after any new key is published in a
  328. subsequent descriptor. It MUST be 1024 bits.
  329. "signing-key" NL a public key in PEM format
  330. [Exactly once]
  331. The OR's long-term identity key. It MUST be 1024 bits.
  332. "accept" exitpattern NL
  333. "reject" exitpattern NL
  334. [Any number]
  335. These lines describe an "exit policy": the rules that an OR follows
  336. when deciding whether to allow a new stream to a given address. The
  337. 'exitpattern' syntax is described below. There MUST be at least one
  338. such entry. The rules are considered in order; if no rule matches,
  339. the address will be accepted. For clarity, the last such entry SHOULD
  340. be accept *:* or reject *:*.
  341. "router-signature" NL Signature NL
  342. [At end, exactly once]
  343. The "SIGNATURE" object contains a signature of the PKCS1-padded
  344. hash of the entire router descriptor, taken from the beginning of the
  345. "router" line, through the newline after the "router-signature" line.
  346. The router descriptor is invalid unless the signature is performed
  347. with the router's identity key.
  348. "contact" info NL
  349. [At most once]
  350. Describes a way to contact the server's administrator, preferably
  351. including an email address and a PGP key fingerprint.
  352. "family" names NL
  353. [At most once]
  354. 'Names' is a space-separated list of server nicknames or
  355. hexdigests. If two ORs list one another in their "family" entries,
  356. then OPs should treat them as a single OR for the purpose of path
  357. selection.
  358. For example, if node A's descriptor contains "family B", and node B's
  359. descriptor contains "family A", then node A and node B should never
  360. be used on the same circuit.
  361. "read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL
  362. [At most once]
  363. "write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL
  364. [At most once]
  365. Declare how much bandwidth the OR has used recently. Usage is divided
  366. into intervals of NSEC seconds. The YYYY-MM-DD HH:MM:SS field
  367. defines the end of the most recent interval. The numbers are the
  368. number of bytes used in the most recent intervals, ordered from
  369. oldest to newest.
  370. [We didn't start parsing these lines until Tor 0.1.0.6-rc; they should
  371. be marked with "opt" until earlier versions of Tor are obsolete.]
  372. [See also migration notes in section 2.2.1.]
  373. "eventdns" bool NL
  374. [At most once]
  375. Declare whether this version of Tor is using the newer enhanced
  376. dns logic. Versions of Tor with this field set to false SHOULD NOT
  377. be used for reverse hostname lookups.
  378. [All versions of Tor before 0.1.2.2-alpha should be assumed to have
  379. this option set to 0 if it is not present. All Tor versions at
  380. 0.1.2.2-alpha or later should be assumed to have this option set to
  381. 1 if it is not present. Until 0.1.2.1-alpha-dev, this option was
  382. not generated, even when the new DNS code was in use. Versions of Tor
  383. before 0.1.2.1-alpha-dev did not parse this option, so it should be
  384. marked "opt". The dnsworker logic has been removed, so this option
  385. should not be used by new server code. However, it can still be
  386. used, and should still be recognized by new code until Tor 0.1.2.x
  387. is obsolete.]
  388. "caches-extra-info" NL
  389. [At most once.]
  390. Present only if this router is a directory cache that provides
  391. extra-info documents.
  392. [Versions before 0.2.0.1-alpha don't recognize this, and versions
  393. before 0.1.2.5-alpha will reject descriptors containing it unless
  394. it is prefixed with "opt"; it should be so prefixed until these
  395. versions are obsolete.]
  396. "extra-info-digest" digest NL
  397. [At most once]
  398. "Digest" is a hex-encoded digest (using upper-case characters) of the
  399. router's extra-info document, as signed in the router's extra-info
  400. (that is, not including the signature). (If this field is absent, the
  401. router is not uploading a corresponding extra-info document.)
  402. [Versions before 0.2.0.1-alpha don't recognize this, and versions
  403. before 0.1.2.5-alpha will reject descriptors containing it unless
  404. it is prefixed with "opt"; it should be so prefixed until these
  405. versions are obsolete.]
  406. "hidden-service-dir" *(SP VersionNum) NL
  407. [At most once.]
  408. Present only if this router stores and serves hidden service
  409. descriptors. If any VersionNum(s) are specified, this router
  410. supports those descriptor versions. If none are specified, it
  411. defaults to version 2 descriptors.
  412. [Versions of Tor before 0.1.2.5-alpha rejected router descriptors
  413. with unrecognized items; the protocols line should be preceded with
  414. an "opt" until these Tors are obsolete.]
  415. "protocols" SP "Link" SP LINK-VERSION-LIST SP "Circuit" SP
  416. CIRCUIT-VERSION-LIST NL
  417. [At most once.]
  418. Both lists are space-separated sequences of numbers, to indicate which
  419. protocols the server supports. As of 30 Mar 2008, specified
  420. protocols are "Link 1 2 Circuit 1". See section 4.1 of tor-spec.txt
  421. for more information about link protocol versions.
  422. [Versions of Tor before 0.1.2.5-alpha rejected router descriptors
  423. with unrecognized items; the protocols line should be preceded with
  424. an "opt" until these Tors are obsolete.]
  425. 2.2. Extra-info documents
  426. Extra-info documents consist of the following items:
  427. "extra-info" Nickname Fingerprint NL
  428. [At start, exactly once.]
  429. Identifies what router this is an extra info descriptor for.
  430. Fingerprint is encoded in hex (using upper-case letters), with
  431. no spaces.
  432. "published"
  433. [Exactly once.]
  434. The time, in GMT, when this document (and its corresponding router
  435. descriptor if any) was generated. It MUST match the published time
  436. in the corresponding router descriptor.
  437. "read-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL
  438. [At most once.]
  439. "write-history" YYYY-MM-DD HH:MM:SS (NSEC s) NUM,NUM,NUM,NUM,NUM... NL
  440. [At most once.]
  441. As documented in 2.1 above. See migration notes in section 2.2.1.
  442. "geoip-start" YYYY-MM-DD HH:MM:SS NL
  443. "geoip-client-origins" CC=N,CC=N,... NL
  444. Only generated by bridge routers (see blocking.pdf), and only
  445. when they have been configured with a geoip database.
  446. Non-bridges SHOULD NOT generate these fields. Contains a list
  447. of mappings from two-letter country codes (CC) to the number
  448. of clients that have connected to that bridge from that
  449. country (approximate, and rounded up to the nearest multiple of 8
  450. in order to hamper traffic analysis). A country is included
  451. only if it has at least one address. The time in
  452. "geoip-start" is the time at which we began collecting geoip
  453. statistics.
  454. "router-signature" NL Signature NL
  455. [At end, exactly once.]
  456. A document signature as documented in section 1.3, using the
  457. initial item "extra-info" and the final item "router-signature",
  458. signed with the router's identity key.
  459. 2.2.1. Moving history fields to extra-info documents.
  460. Tools that want to use the read-history and write-history values SHOULD
  461. download extra-info documents as well as router descriptors. Such
  462. tools SHOULD accept history values from both sources; if they appear in
  463. both documents, the values in the extra-info documents are authoritative.
  464. New versions of Tor no longer generate router descriptors
  465. containing read-history or write-history. Tools should continue to
  466. accept read-history and write-history values in router descriptors
  467. produced by older versions of Tor until all Tor versions earlier
  468. than 0.2.0.x are obsolete.
  469. 2.3. Nonterminals in router descriptors
  470. nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-9]),
  471. case-insensitive.
  472. hexdigest ::= a '$', followed by 40 hexadecimal characters
  473. ([A-Fa-f0-9]). [Represents a server by the digest of its identity
  474. key.]
  475. exitpattern ::= addrspec ":" portspec
  476. portspec ::= "*" | port | port "-" port
  477. port ::= an integer between 1 and 65535, inclusive.
  478. [Some implementations incorrectly generate ports with value 0.
  479. Implementations SHOULD accept this, and SHOULD NOT generate it.
  480. Connections to port 0 are never permitted.]
  481. addrspec ::= "*" | ip4spec | ip6spec
  482. ipv4spec ::= ip4 | ip4 "/" num_ip4_bits | ip4 "/" ip4mask
  483. ip4 ::= an IPv4 address in dotted-quad format
  484. ip4mask ::= an IPv4 mask in dotted-quad format
  485. num_ip4_bits ::= an integer between 0 and 32
  486. ip6spec ::= ip6 | ip6 "/" num_ip6_bits
  487. ip6 ::= an IPv6 address, surrounded by square brackets.
  488. num_ip6_bits ::= an integer between 0 and 128
  489. bool ::= "0" | "1"
  490. 3. Formats produced by directory authorities.
  491. Every authority has two keys used in this protocol: a signing key, and
  492. an authority identity key. (Authorities also have a router identity
  493. key used in their role as a router and by earlier versions of the
  494. directory protocol.) The identity key is used from time to time to
  495. sign new key certificates using new signing keys; it is very sensitive.
  496. The signing key is used to sign key certificates and status documents.
  497. There are three kinds of documents generated by directory authorities:
  498. Key certificates
  499. Status votes
  500. Status consensuses
  501. Each is discussed below.
  502. 3.1. Key certificates
  503. Key certificates consist of the following items:
  504. "dir-key-certificate-version" version NL
  505. [At start, exactly once.]
  506. Determines the version of the key certificate. MUST be "3" for
  507. the protocol described in this document. Implementations MUST
  508. reject formats they don't understand.
  509. "dir-address" IP NL
  510. [Once or more]
  511. An IP:Port for this authority's directory port.
  512. "fingerprint" fingerprint NL
  513. [Exactly once.]
  514. Hexadecimal encoding without spaces based on the authority's
  515. identity key.
  516. "dir-identity-key" NL a public key in PEM format
  517. [Exactly once.]
  518. The long-term authority identity key for this authority. This key
  519. SHOULD be at least 2048 bits long; it MUST NOT be shorter than
  520. 1024 bits.
  521. "dir-key-published" YYYY-MM-DD HH:MM:SS NL
  522. [Exactly once.]
  523. The time (in GMT) when this document and corresponding key were
  524. last generated.
  525. "dir-key-expires" YYYY-MM-DD HH:MM:SS NL
  526. [Exactly once.]
  527. A time (in GMT) after which this key is no longer valid.
  528. "dir-signing-key" NL a key in PEM format
  529. [Exactly once.]
  530. The directory server's public signing key. This key MUST be at
  531. least 1024 bits, and MAY be longer.
  532. "dir-key-certification" NL Signature NL
  533. [At end, exactly once.]
  534. A document signature as documented in section 1.3, using the
  535. initial item "dir-key-certificate-version" and the final item
  536. "dir-key-certification", signed with the authority identity key.
  537. Authorities MUST generate a new signing key and corresponding
  538. certificate before the key expires.
  539. 3.2. Vote and consensus status documents
  540. Votes and consensuses are more strictly formatted then other documents
  541. in this specification, since different authorities must be able to
  542. generate exactly the same consensus given the same set of votes.
  543. The procedure for deciding when to generate vote and consensus status
  544. documents are described in section XXX below.
  545. Status documents contain a preamble, an authority section, a list of
  546. router status entries, and one more footers signature, in that order.
  547. Unlike other formats described above, a SP in these documents must be a
  548. single space character (hex 20).
  549. Some items appear only in votes, and some items appear only in
  550. consensuses. Unless specified, items occur in both.
  551. The preamble contains the following items. They MUST occur in the
  552. order given here:
  553. "network-status-version" SP version NL.
  554. [At start, exactly once.]
  555. A document format version. For this specification, the version is
  556. "3".
  557. "vote-status" SP type NL
  558. [Exactly once.]
  559. The status MUST be "vote" or "consensus", depending on the type of
  560. the document.
  561. "consensus-methods" SP IntegerList NL
  562. [Exactly once for votes; does not occur in consensuses.]
  563. A space-separated list of supported methods for generating
  564. consensuses from votes. See section 3.4.1 for details. Method "1"
  565. MUST be included.
  566. "consensus-method" SP Integer NL
  567. [Exactly once for consensuses; does not occur in votes.]
  568. See section 3.4.1 for details.
  569. (Only included when the vote is generated with consensus-method 2 or
  570. later.)
  571. "published" SP YYYY-MM-DD SP HH:MM:SS NL
  572. [Exactly once for votes; does not occur in consensuses.]
  573. The publication time for this status document (if a vote).
  574. "valid-after" SP YYYY-MM-DD SP HH:MM:SS NL
  575. [Exactly once.]
  576. The start of the Interval for this vote. Before this time, the
  577. consensus document produced from this vote should not be used.
  578. See 1.4 for voting timeline information.
  579. "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL
  580. [Exactly once.]
  581. The time at which the next consensus should be produced; before this
  582. time, there is no point in downloading another consensus, since there
  583. won't be a new one. See 1.4 for voting timeline information.
  584. "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL
  585. [Exactly once.]
  586. The end of the Interval for this vote. After this time, the
  587. consensus produced by this vote should not be used. See 1.4 for
  588. voting timeline information.
  589. "voting-delay" SP VoteSeconds SP DistSeconds NL
  590. [Exactly once.]
  591. VoteSeconds is the number of seconds that we will allow to collect
  592. votes from all authorities; DistSeconds is the number of seconds
  593. we'll allow to collect signatures from all authorities. See 1.4 for
  594. voting timeline information.
  595. "client-versions" SP VersionList NL
  596. [At most once.]
  597. A comma-separated list of recommended client versions, in
  598. ascending order. If absent, no opinion is held about client
  599. versions.
  600. "server-versions" SP VersionList NL
  601. [At most once.]
  602. A comma-separated list of recommended server versions, in
  603. ascending order. If absent, no opinion is held about server
  604. versions.
  605. "known-flags" SP FlagList NL
  606. [Exactly once.]
  607. A space-separated list of all of the flags that this document
  608. might contain. A flag is "known" either because the authority
  609. knows about them and might set them (if in a vote), or because
  610. enough votes were counted for the consensus for an authoritative
  611. opinion to have been formed about their status.
  612. The authority section of a vote contains the following items, followed
  613. in turn by the authority's current key certificate:
  614. "dir-source" SP nickname SP identity SP address SP IP SP dirport SP
  615. orport NL
  616. [Exactly once, at start]
  617. Describes this authority. The nickname is a convenient identifier
  618. for the authority. The identity is an uppercase hex fingerprint of
  619. the authority's current (v3 authority) identity key. The address is
  620. the server's hostname. The IP is the server's current IP address,
  621. and dirport is its current directory port. XXXXorport
  622. "contact" SP string NL
  623. [At most once.]
  624. An arbitrary string describing how to contact the directory
  625. server's administrator. Administrators should include at least an
  626. email address and a PGP fingerprint.
  627. The authority section of a consensus contains groups the following items,
  628. in the order given, with one group for each authority that contributed to
  629. the consensus, with groups sorted by authority identity digest:
  630. "dir-source" SP nickname SP identity SP address SP IP SP dirport SP
  631. orport NL
  632. [Exactly once, at start]
  633. As in the authority section of a vote.
  634. "contact" SP string NL
  635. [At most once.]
  636. As in the authority section of a vote.
  637. "vote-digest" SP digest NL
  638. [Exactly once.]
  639. A digest of the vote from the authority that contributed to this
  640. consensus, as signed (that is, not including the signature).
  641. (Hex, upper-case.)
  642. Each router status entry contains the following items. Router status
  643. entries are sorted in ascending order by identity digest.
  644. "r" SP nickname SP identity SP digest SP publication SP IP SP ORPort
  645. SP DirPort NL
  646. [At start, exactly once.]
  647. "Nickname" is the OR's nickname. "Identity" is a hash of its
  648. identity key, encoded in base64, with trailing equals sign(s)
  649. removed. "Digest" is a hash of its most recent descriptor as
  650. signed (that is, not including the signature), encoded in base64 as
  651. "identity". "Publication" is the
  652. publication time of its most recent descriptor, in the form
  653. YYYY-MM-DD HH:MM:SS, in GMT. "IP" is its current IP address;
  654. ORPort is its current OR port, "DirPort" is it's current directory
  655. port, or "0" for "none".
  656. "s" SP Flags NL
  657. [At most once.]
  658. A series of space-separated status flags, in alphabetical order.
  659. Currently documented flags are:
  660. "Authority" if the router is a directory authority.
  661. "BadExit" if the router is believed to be useless as an exit node
  662. (because its ISP censors it, because it is behind a restrictive
  663. proxy, or for some similar reason).
  664. "BadDirectory" if the router is believed to be useless as a
  665. directory cache (because its directory port isn't working,
  666. its bandwidth is always throttled, or for some similar
  667. reason).
  668. "Exit" if the router is more useful for building
  669. general-purpose exit circuits than for relay circuits. The
  670. path building algorithm uses this flag; see path-spec.txt.
  671. "Fast" if the router is suitable for high-bandwidth circuits.
  672. "Guard" if the router is suitable for use as an entry guard.
  673. "HSDir" if the router is considered a v2 hidden service directory.
  674. "Named" if the router's identity-nickname mapping is canonical,
  675. and this authority binds names.
  676. "Stable" if the router is suitable for long-lived circuits.
  677. "Running" if the router is currently usable.
  678. "Valid" if the router has been 'validated'.
  679. "V2Dir" if the router implements the v2 directory protocol.
  680. "V3Dir" if the router implements this protocol.
  681. "v" SP version NL
  682. [At most once.]
  683. The version of the Tor protocol that this server is running. If
  684. the value begins with "Tor" SP, the rest of the string is a Tor
  685. version number, and the protocol is "The Tor protocol as supported
  686. by the given version of Tor." Otherwise, if the value begins with
  687. some other string, Tor has upgraded to a more sophisticated
  688. protocol versioning system, and the protocol is "a version of the
  689. Tor protocol more recent than any we recognize."
  690. Directory authorities SHOULD omit version strings they receive from
  691. descriptors if they would cause "v" lines to be over 128 characters
  692. long.
  693. The signature section contains the following item, which appears
  694. Exactly Once for a vote, and At Least Once for a consensus.
  695. "directory-signature" SP identity SP signing-key-digest NL Signature
  696. This is a signature of the status document, with the initial item
  697. "network-status-version", and the signature item
  698. "directory-signature", using the signing key. (In this case, we take
  699. the hash through the _space_ after directory-signature, not the
  700. newline: this ensures that all authorities sign the same thing.)
  701. "identity" is the hex-encoded digest of the authority identity key of
  702. the signing authority, and "signing-key-digest" is the hex-encoded
  703. digest of the current authority signing key of the signing authority.
  704. 3.3. Deciding how to vote.
  705. (This section describes how directory authorities choose which status
  706. flags to apply to routers, as of Tor 0.2.0.0-alpha-dev. Later directory
  707. authorities MAY do things differently, so long as clients keep working
  708. well. Clients MUST NOT depend on the exact behaviors in this section.)
  709. In the below definitions, a router is considered "active" if it is
  710. running, valid, and not hibernating.
  711. "Valid" -- a router is 'Valid' if it is running a version of Tor not
  712. known to be broken, and the directory authority has not blacklisted
  713. it as suspicious.
  714. "Named" -- Directory authority administrators may decide to support name
  715. binding. If they do, then they must maintain a file of
  716. nickname-to-identity-key mappings, and try to keep this file consistent
  717. with other directory authorities. If they don't, they act as clients, and
  718. report bindings made by other directory authorities (name X is bound to
  719. identity Y if at least one binding directory lists it, and no directory
  720. binds X to some other Y'.) A router is called 'Named' if the router
  721. believes the given name should be bound to the given key.
  722. Two strategies exist on the current network for deciding on
  723. values for the Named flag. In the original version, server
  724. operators were asked to send nickname-identity pairs to a
  725. mailing list of Naming directory authorities operators. The
  726. operators were then supposed to add the pairs to their
  727. mapping files; in practice, they didn't get to this often.
  728. Newer Naming authorities run a script that registers routers
  729. in their mapping files once the routers have been online at
  730. least two weeks, no other router has that nickname, and no
  731. other router has wanted the nickname for a month. If a router
  732. has not been online for six months, the router is removed.
  733. "Unnamed" -- Directory authorities that support naming should vote for a
  734. router to be 'Unnamed' if its given nickname is mapped to a different
  735. identity.
  736. "Running" -- A router is 'Running' if the authority managed to connect to
  737. it successfully within the last 30 minutes.
  738. "Stable" -- A router is 'Stable' if it is active, and either its Weighted
  739. MTBF is at least the median for known active routers or its Weighted MTBF
  740. corresponds to at least 7 days. Routers are never called Stable if they are
  741. running a version of Tor known to drop circuits stupidly. (0.1.1.10-alpha
  742. through 0.1.1.16-rc are stupid this way.)
  743. To calculate weighted MTBF, compute the weighted mean of the lengths
  744. of all intervals when the router was observed to be up, weighting
  745. intervals by $\alpha^n$, where $n$ is the amount of time that has
  746. passed since the interval ended, and $\alpha$ is chosen so that
  747. measurements over approximately one month old no longer influence the
  748. weighted MTBF much.
  749. [XXXX what happens when we have less than 4 days of MTBF info.]
  750. "Exit" -- A router is called an 'Exit' iff it allows exits to at
  751. least two of the ports 80, 443, and 6667 and allows exits to at
  752. least one /8 address space.
  753. "Fast" -- A router is 'Fast' if it is active, and its bandwidth is
  754. either in the top 7/8ths for known active routers or at least 100KB/s.
  755. "Guard" -- A router is a possible 'Guard' if its Weighted Fractional
  756. Uptime is at least the median for "familiar" active routers, and if
  757. its bandwidth is at least median or at least 250KB/s.
  758. If the total bandwidth of active non-BadExit Exit servers is less
  759. than one third of the total bandwidth of all active servers, no Exit is
  760. listed as a Guard.
  761. To calculate weighted fractional uptime, compute the fraction
  762. of time that the router is up in any given day, weighting so that
  763. downtime and uptime in the past counts less.
  764. A node is 'familiar' if 1/8 of all active nodes have appeared more
  765. recently than it, OR it has been around for a few weeks.
  766. "Authority" -- A router is called an 'Authority' if the authority
  767. generating the network-status document believes it is an authority.
  768. "V2Dir" -- A router supports the v2 directory protocol if it has an open
  769. directory port, and it is running a version of the directory protocol that
  770. supports the functionality clients need. (Currently, this is
  771. 0.1.1.9-alpha or later.)
  772. "V3Dir" -- A router supports the v3 directory protocol if it has an open
  773. directory port, and it is running a version of the directory protocol that
  774. supports the functionality clients need. (Currently, this is
  775. 0.2.0.?????-alpha or later.)
  776. "HSDir" -- A router is a v2 hidden service directory if it stores and
  777. serves v2 hidden service descriptors and the authority managed to connect
  778. to it successfully within the last 24 hours.
  779. Directory server administrators may label some servers or IPs as
  780. blacklisted, and elect not to include them in their network-status lists.
  781. Authorities SHOULD 'disable' any servers in excess of 3 on any single IP.
  782. When there are more than 3 to choose from, authorities should first prefer
  783. authorities to non-authorities, then prefer Running to non-Running, and
  784. then prefer high-bandwidth to low-bandwidth. To 'disable' a server, the
  785. authority *should* advertise it without the Running or Valid flag.
  786. Thus, the network-status vote includes all non-blacklisted,
  787. non-expired, non-superseded descriptors.
  788. 3.4. Computing a consensus from a set of votes
  789. Given a set of votes, authorities compute the contents of the consensus
  790. document as follows:
  791. The "valid-after", "valid-until", and "fresh-until" times are taken as
  792. the median of the respective values from all the votes.
  793. The times in the "voting-delay" line are taken as the median of the
  794. VoteSeconds and DistSeconds times in the votes.
  795. Known-flags is the union of all flags known by any voter.
  796. "client-versions" and "server-versions" are sorted in ascending
  797. order; A version is recommended in the consensus if it is recommended
  798. by more than half of the voting authorities that included a
  799. client-versions or server-versions lines in their votes.
  800. The authority item groups (dir-source, contact, fingerprint,
  801. vote-digest) are taken from the votes of the voting
  802. authorities. These groups are sorted by the digests of the
  803. authorities identity keys, in ascending order.
  804. A router status entry:
  805. * is included in the result if some router status entry with the same
  806. identity is included by more than half of the authorities (total
  807. authorities, not just those whose votes we have).
  808. * For any given identity, we include at most one router status entry.
  809. * A router entry has a flag set if that is included by more than half
  810. of the authorities who care about that flag.
  811. * Two router entries are "the same" if they have the same
  812. <descriptor digest, published time, nickname, IP, ports> tuple.
  813. We choose the tuple for a given router as whichever tuple appears
  814. for that router in the most votes. We break ties first in favor of
  815. the more recently published, then in favor of smaller server
  816. descriptor digest.
  817. * The Named flag appears if it is included for this routerstatus by
  818. _any_ authority, and if all authorities that list it list the same
  819. nickname. However, if consensus-method 2 or later is in use, and
  820. any authority calls this identity/nickname pair Unnamed, then
  821. this routerstatus does not get the Named flag.
  822. * If consensus-method 2 or later is in use, the Unnamed flag is
  823. set for a routerstatus if any authorities have voted for a different
  824. identities to be Named with that nickname, or if any authority
  825. lists that nickname/ID pair as Unnamed.
  826. (With consensus-method 1, Unnamed is set like any other flag.)
  827. * The version is given as whichever version is listed by the most
  828. voters, with ties decided in favor of more recent versions.
  829. * If consensus-method 4 or later is in use, then routers that
  830. do not have the Running flag are not listed at all.
  831. The signatures at the end of a consensus document are sorted in
  832. ascending order by identity digest.
  833. All ties in computing medians are broken in favor of the smaller or
  834. earlier item.
  835. 3.4.1. Forward compatibility
  836. Future versions of Tor will need to include new information in the
  837. consensus documents, but it is important that all authorities (or at least
  838. half) generate and sign the same signed consensus.
  839. To achieve this, authorities list in their votes their supported methods
  840. for generating consensuses from votes. Later methods will be assigned
  841. higher numbers. Currently recognized methods:
  842. "1" -- The first implemented version.
  843. "2" -- Added support for the Unnamed flag.
  844. "3" -- Added legacy ID key support to aid in authority ID key rollovers
  845. "4" -- No longer list routers that are not running in the consensus
  846. Before generating a consensus, an authority must decide which consensus
  847. method to use. To do this, it looks for the highest version number
  848. supported by more than 2/3 of the authorities voting. If it supports this
  849. method, then it uses it. Otherwise, it falls back to method 1.
  850. (The consensuses generated by new methods must be parsable by
  851. implementations that only understand the old methods, and must not cause
  852. those implementations to compromise their anonymity. This is a means for
  853. making changes in the contents of consensus; not for making
  854. backward-incompatible changes in their format.)
  855. 3.5. Detached signatures
  856. Assuming full connectivity, every authority should compute and sign the
  857. same consensus directory in each period. Therefore, it isn't necessary to
  858. download the consensus computed by each authority; instead, the
  859. authorities only push/fetch each others' signatures. A "detached
  860. signature" document contains items as follows:
  861. "consensus-digest" SP Digest NL
  862. [At start, at most once.]
  863. The digest of the consensus being signed.
  864. "valid-after" SP YYYY-MM-DD SP HH:MM:SS NL
  865. "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL
  866. "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL
  867. [As in the consensus]
  868. "directory-signature"
  869. [As in the consensus; the signature object is the same as in the
  870. consensus document.]
  871. 4. Directory server operation
  872. All directory authorities and directory caches ("directory servers")
  873. implement this section, except as noted.
  874. 4.1. Accepting uploads (authorities only)
  875. When a router posts a signed descriptor to a directory authority, the
  876. authority first checks whether it is well-formed and correctly
  877. self-signed. If it is, the authority next verifies that the nickname
  878. in question is not already assigned to a router with a different
  879. public key.
  880. Finally, the authority MAY check that the router is not blacklisted
  881. because of its key, IP, or another reason.
  882. If the descriptor passes these tests, and the authority does not already
  883. have a descriptor for a router with this public key, it accepts the
  884. descriptor and remembers it.
  885. If the authority _does_ have a descriptor with the same public key, the
  886. newly uploaded descriptor is remembered if its publication time is more
  887. recent than the most recent old descriptor for that router, and either:
  888. - There are non-cosmetic differences between the old descriptor and the
  889. new one.
  890. - Enough time has passed between the descriptors' publication times.
  891. (Currently, 12 hours.)
  892. Differences between router descriptors are "non-cosmetic" if they would be
  893. sufficient to force an upload as described in section 2 above.
  894. Note that the "cosmetic difference" test only applies to uploaded
  895. descriptors, not to descriptors that the authority downloads from other
  896. authorities.
  897. When a router posts a signed extra-info document to a directory authority,
  898. the authority again checks it for well-formedness and correct signature,
  899. and checks that its matches the extra-info-digest in some router
  900. descriptor that it believes is currently useful. If so, it accepts it and
  901. stores it and serves it as requested. If not, it drops it.
  902. 4.2. Voting (authorities only)
  903. Authorities divide time into Intervals. Authority administrators SHOULD
  904. try to all pick the same interval length, and SHOULD pick intervals that
  905. are commonly used divisions of time (e.g., 5 minutes, 15 minutes, 30
  906. minutes, 60 minutes, 90 minutes). Voting intervals SHOULD be chosen to
  907. divide evenly into a 24-hour day.
  908. Authorities SHOULD act according to interval and delays in the
  909. latest consensus. Lacking a latest consensus, they SHOULD default to a
  910. 30-minute Interval, a 5 minute VotingDelay, and a 5 minute DistDelay.
  911. Authorities MUST take pains to ensure that their clocks remain accurate
  912. within a few seconds. (Running NTP is usually sufficient.)
  913. The first voting period of each day begins at 00:00 (midnight) GMT. If
  914. the last period of the day would be truncated by one-half or more, it is
  915. merged with the second-to-last period.
  916. An authority SHOULD publish its vote immediately at the start of each voting
  917. period (minus VoteSeconds+DistSeconds). It does this by making it
  918. available at
  919. http://<hostname>/tor/status-vote/next/authority.z
  920. and sending it in an HTTP POST request to each other authority at the URL
  921. http://<hostname>/tor/post/vote
  922. If, at the start of the voting period, minus DistSeconds, an authority
  923. does not have a current statement from another authority, the first
  924. authority downloads the other's statement.
  925. Once an authority has a vote from another authority, it makes it available
  926. at
  927. http://<hostname>/tor/status-vote/next/<fp>.z
  928. where <fp> is the fingerprint of the other authority's identity key.
  929. And at
  930. http://<hostname>/tor/status-vote/next/d/<d>.z
  931. where <d> is the digest of the vote document.
  932. The consensus status, along with as many signatures as the server
  933. currently knows, should be available at
  934. http://<hostname>/tor/status-vote/next/consensus.z
  935. All of the detached signatures it knows for consensus status should be
  936. available at:
  937. http://<hostname>/tor/status-vote/next/consensus-signatures.z
  938. Once there are enough signatures, or once the voting period starts,
  939. these documents are available at
  940. http://<hostname>/tor/status-vote/current/consensus.z
  941. and
  942. http://<hostname>/tor/status-vote/current/consensus-signatures.z
  943. [XXX current/consensus-signatures is not currently implemented, as it
  944. is not used in the voting protocol.]
  945. The other vote documents are analogously made available under
  946. http://<hostname>/tor/status-vote/current/authority.z
  947. http://<hostname>/tor/status-vote/current/<fp>.z
  948. http://<hostname>/tor/status-vote/current/d/<d>.z
  949. once the consensus is complete.
  950. Once an authority has computed and signed a consensus network status, it
  951. should send its detached signature to each other authority in an HTTP POST
  952. request to the URL:
  953. http://<hostname>/tor/post/consensus-signature
  954. [XXX Note why we support push-and-then-pull.]
  955. [XXX possible future features include support for downloading old
  956. consensuses.]
  957. 4.3. Downloading consensus status documents (caches only)
  958. All directory servers (authorities and caches) try to keep a recent
  959. network-status consensus document to serve to clients. A cache ALWAYS
  960. downloads a network-status consensus if any of the following are true:
  961. - The cache has no consensus document.
  962. - The cache's consensus document is no longer valid.
  963. Otherwise, the cache downloads a new consensus document at a randomly
  964. chosen time in the first half-interval after its current consensus
  965. stops being fresh. (This time is chosen at random to avoid swarming
  966. the authorities at the start of each period. The interval size is
  967. inferred from the difference between the valid-after time and the
  968. fresh-until time on the consensus.)
  969. [For example, if a cache has a consensus that became valid at 1:00,
  970. and is fresh until 2:00, that cache will fetch a new consensus at
  971. a random time between 2:00 and 2:30.]
  972. 4.4. Downloading and storing router descriptors (authorities and caches)
  973. Periodically (currently, every 10 seconds), directory servers check
  974. whether there are any specific descriptors that they do not have and that
  975. they are not currently trying to download. Caches identify these
  976. descriptors by hash in the recent network-status consensus documents;
  977. authorities identify them by hash in vote (if publication date is more
  978. recent than the descriptor we currently have).
  979. [XXXX need a way to fetch descriptors ahead of the vote? v2 status docs can
  980. do that for now.]
  981. If so, the directory server launches requests to the authorities for these
  982. descriptors, such that each authority is only asked for descriptors listed
  983. in its most recent vote (if the requester is an authority) or in the
  984. consensus (if the requester is a cache). If we're an authority, and more
  985. than one authority lists the descriptor, we choose which to ask at random.
  986. If one of these downloads fails, we do not try to download that descriptor
  987. from the authority that failed to serve it again unless we receive a newer
  988. network-status (consensus or vote) from that authority that lists the same
  989. descriptor.
  990. Directory servers must potentially cache multiple descriptors for each
  991. router. Servers must not discard any descriptor listed by any recent
  992. consensus. If there is enough space to store additional descriptors,
  993. servers SHOULD try to hold those which clients are likely to download the
  994. most. (Currently, this is judged based on the interval for which each
  995. descriptor seemed newest.)
  996. [XXXX define recent]
  997. Authorities SHOULD NOT download descriptors for routers that they would
  998. immediately reject for reasons listed in 3.1.
  999. 4.5. Downloading and storing extra-info documents
  1000. All authorities, and any cache that chooses to cache extra-info documents,
  1001. and any client that uses extra-info documents, should implement this
  1002. section.
  1003. Note that generally, clients don't need extra-info documents.
  1004. Periodically, the Tor instance checks whether it is missing any extra-info
  1005. documents: in other words, if it has any router descriptors with an
  1006. extra-info-digest field that does not match any of the extra-info
  1007. documents currently held. If so, it downloads whatever extra-info
  1008. documents are missing. Caches download from authorities; non-caches try
  1009. to download from caches. We follow the same splitting and back-off rules
  1010. as in 4.4 (if a cache) or 5.3 (if a client).
  1011. 4.6. General-use HTTP URLs
  1012. "Fingerprints" in these URLs are base-16-encoded SHA1 hashes.
  1013. The most recent v3 consensus should be available at:
  1014. http://<hostname>/tor/status-vote/current/consensus.z
  1015. Starting with Tor version 0.2.1.1-alpha is also available at:
  1016. http://<hostname>/tor/status-vote/current/consensus/<F1>+<F2>+<F3>.z
  1017. Where F1, F2, etc. are authority identity fingerprints the client trusts.
  1018. Servers will only return a consensus if more than half of the requested
  1019. authorities have signed the document, otherwise a 404 error will be sent
  1020. back. The fingerprints can be shortened to a length of any multiple of
  1021. two, using only the leftmost part of the encoded fingerprint. Tor uses
  1022. 3 bytes (6 hex characters) of the fingerprint.
  1023. Clients SHOULD sort the fingerprints in ascending order. Server MUST
  1024. accept any order.
  1025. Clients SHOULD use this format when requesting consensus documents from
  1026. directory authority servers and from caches running a version of Tor
  1027. that is known to support this URL format.
  1028. A concatenated set of all the current key certificates should be available
  1029. at:
  1030. http://<hostname>/tor/keys/all.z
  1031. The key certificate for this server (if it is an authority) should be
  1032. available at:
  1033. http://<hostname>/tor/keys/authority.z
  1034. The key certificate for an authority whose authority identity fingerprint
  1035. is <F> should be available at:
  1036. http://<hostname>/tor/keys/fp/<F>.z
  1037. The key certificate whose signing key fingerprint is <F> should be
  1038. available at:
  1039. http://<hostname>/tor/keys/sk/<F>.z
  1040. [XXX020 cross-certify?]
  1041. The most recent descriptor for a server whose identity key has a
  1042. fingerprint of <F> should be available at:
  1043. http://<hostname>/tor/server/fp/<F>.z
  1044. The most recent descriptors for servers with identity fingerprints
  1045. <F1>,<F2>,<F3> should be available at:
  1046. http://<hostname>/tor/server/fp/<F1>+<F2>+<F3>.z
  1047. (NOTE: Implementations SHOULD NOT download descriptors by identity key
  1048. fingerprint. This allows a corrupted server (in collusion with a cache) to
  1049. provide a unique descriptor to a client, and thereby partition that client
  1050. from the rest of the network.)
  1051. The server descriptor with (descriptor) digest <D> (in hex) should be
  1052. available at:
  1053. http://<hostname>/tor/server/d/<D>.z
  1054. The most recent descriptors with digests <D1>,<D2>,<D3> should be
  1055. available at:
  1056. http://<hostname>/tor/server/d/<D1>+<D2>+<D3>.z
  1057. The most recent descriptor for this server should be at:
  1058. http://<hostname>/tor/server/authority.z
  1059. [Nothing in the Tor protocol uses this resource yet, but it is useful
  1060. for debugging purposes. Also, the official Tor implementations
  1061. (starting at 0.1.1.x) use this resource to test whether a server's
  1062. own DirPort is reachable.]
  1063. A concatenated set of the most recent descriptors for all known servers
  1064. should be available at:
  1065. http://<hostname>/tor/server/all.z
  1066. Extra-info documents are available at the URLS
  1067. http://<hostname>/tor/extra/d/...
  1068. http://<hostname>/tor/extra/fp/...
  1069. http://<hostname>/tor/extra/all[.z]
  1070. http://<hostname>/tor/extra/authority[.z]
  1071. (As for /tor/server/ URLs: supports fetching extra-info
  1072. documents by their digest, by the fingerprint of their servers,
  1073. or all at once. When serving by fingerprint, we serve the
  1074. extra-info that corresponds to the descriptor we would serve by
  1075. that fingerprint. Only directory authorities of version
  1076. 0.2.0.1-alpha or later are guaranteed to support the first
  1077. three classes of URLs. Caches may support them, and MUST
  1078. support them if they have advertised "caches-extra-info".)
  1079. For debugging, directories SHOULD expose non-compressed objects at URLs like
  1080. the above, but without the final ".z".
  1081. Clients MUST handle compressed concatenated information in two forms:
  1082. - A concatenated list of zlib-compressed objects.
  1083. - A zlib-compressed concatenated list of objects.
  1084. Directory servers MAY generate either format: the former requires less
  1085. CPU, but the latter requires less bandwidth.
  1086. Clients SHOULD use upper case letters (A-F) when base16-encoding
  1087. fingerprints. Servers MUST accept both upper and lower case fingerprints
  1088. in requests.
  1089. 5. Client operation: downloading information
  1090. Every Tor that is not a directory server (that is, those that do
  1091. not have a DirPort set) implements this section.
  1092. 5.1. Downloading network-status documents
  1093. Each client maintains a list of directory authorities. Insofar as
  1094. possible, clients SHOULD all use the same list.
  1095. Clients try to have a live consensus network-status document at all times.
  1096. A network-status document is "live" if the time in its valid-until field
  1097. has not passed.
  1098. If a client is missing a live network-status document, it tries to fetch
  1099. it from a directory cache (or from an authority if it knows no caches).
  1100. On failure, the client waits briefly, then tries that network-status
  1101. document again from another cache. The client does not build circuits
  1102. until it has a live network-status consensus document, and it has
  1103. descriptors for more than 1/4 of the routers that it believes are running.
  1104. (Note: clients can and should pick caches based on the network-status
  1105. information they have: once they have first fetched network-status info
  1106. from an authority, they should not need to go to the authority directly
  1107. again.)
  1108. To avoid swarming the caches whenever a consensus expires, the
  1109. clients download new consensuses at a randomly chosen time after the
  1110. caches are expected to have a fresh consensus, but before their
  1111. consensus will expire. (This time is chosen uniformly at random from
  1112. the interval between the time 3/4 into the first interval after the
  1113. consensus is no longer fresh, and 7/8 of the time remaining after
  1114. that before the consensus is invalid.)
  1115. [For example, if a cache has a consensus that became valid at 1:00,
  1116. and is fresh until 2:00, and expires at 4:00, that cache will fetch
  1117. a new consensus at a random time between 2:45 and 3:50, since 3/4
  1118. of the one-hour interval is 45 minutes, and 7/8 of the remaining 75
  1119. minutes is 65 minutes.]
  1120. 5.2. Downloading and storing router descriptors
  1121. Clients try to have the best descriptor for each router. A descriptor is
  1122. "best" if:
  1123. * It is listed in the consensus network-status document.
  1124. Periodically (currently every 10 seconds) clients check whether there are
  1125. any "downloadable" descriptors. A descriptor is downloadable if:
  1126. - It is the "best" descriptor for some router.
  1127. - The descriptor was published at least 10 minutes in the past.
  1128. (This prevents clients from trying to fetch descriptors that the
  1129. mirrors have probably not yet retrieved and cached.)
  1130. - The client does not currently have it.
  1131. - The client is not currently trying to download it.
  1132. - The client would not discard it immediately upon receiving it.
  1133. - The client thinks it is running and valid (see 6.1 below).
  1134. If at least 16 known routers have downloadable descriptors, or if
  1135. enough time (currently 10 minutes) has passed since the last time the
  1136. client tried to download descriptors, it launches requests for all
  1137. downloadable descriptors, as described in 5.3 below.
  1138. When a descriptor download fails, the client notes it, and does not
  1139. consider the descriptor downloadable again until a certain amount of time
  1140. has passed. (Currently 0 seconds for the first failure, 60 seconds for the
  1141. second, 5 minutes for the third, 10 minutes for the fourth, and 1 day
  1142. thereafter.) Periodically (currently once an hour) clients reset the
  1143. failure count.
  1144. Clients retain the most recent descriptor they have downloaded for each
  1145. router so long as it is not too old (currently, 48 hours), OR so long as
  1146. no better descriptor has been downloaded for the same router.
  1147. [Versions of Tor before 0.1.2.3-alpha would discard descriptors simply for
  1148. being published too far in the past.] [The code seems to discard
  1149. descriptors in all cases after they're 5 days old. True? -RD]
  1150. 5.3. Managing downloads
  1151. When a client has no consensus network-status document, it downloads it
  1152. from a randomly chosen authority. In all other cases, the client
  1153. downloads from caches randomly chosen from among those believed to be V2
  1154. directory servers. (This information comes from the network-status
  1155. documents; see 6 below.)
  1156. When downloading multiple router descriptors, the client chooses multiple
  1157. mirrors so that:
  1158. - At least 3 different mirrors are used, except when this would result
  1159. in more than one request for under 4 descriptors.
  1160. - No more than 128 descriptors are requested from a single mirror.
  1161. - Otherwise, as few mirrors as possible are used.
  1162. After choosing mirrors, the client divides the descriptors among them
  1163. randomly.
  1164. After receiving any response client MUST discard any network-status
  1165. documents and descriptors that it did not request.
  1166. 6. Using directory information
  1167. Everyone besides directory authorities uses the approaches in this section
  1168. to decide which servers to use and what their keys are likely to be.
  1169. (Directory authorities just believe their own opinions, as in 3.1 above.)
  1170. 6.1. Choosing routers for circuits.
  1171. Circuits SHOULD NOT be built until the client has enough directory
  1172. information: a live consensus network status [XXXX fallback?] and
  1173. descriptors for at least 1/4 of the servers believed to be running.
  1174. A server is "listed" if it is included by the consensus network-status
  1175. document. Clients SHOULD NOT use unlisted servers.
  1176. These flags are used as follows:
  1177. - Clients SHOULD NOT use non-'Valid' or non-'Running' routers unless
  1178. requested to do so.
  1179. - Clients SHOULD NOT use non-'Fast' routers for any purpose other than
  1180. very-low-bandwidth circuits (such as introduction circuits).
  1181. - Clients SHOULD NOT use non-'Stable' routers for circuits that are
  1182. likely to need to be open for a very long time (such as those used for
  1183. IRC or SSH connections).
  1184. - Clients SHOULD NOT choose non-'Guard' nodes when picking entry guard
  1185. nodes.
  1186. - Clients SHOULD NOT download directory information from non-'V2Dir'
  1187. caches.
  1188. See the "path-spec.txt" document for more details.
  1189. 6.2. Managing naming
  1190. In order to provide human-memorable names for individual server
  1191. identities, some directory servers bind names to IDs. Clients handle
  1192. names in two ways:
  1193. When a client encounters a name it has not mapped before:
  1194. If the consensus lists any router with that name as "Named", or if
  1195. consensus-method 2 or later is in use and the consensus lists any
  1196. router with that name as having the "Unnamed" flag, then the name is
  1197. bound. (It's bound to the ID listed in the entry with the Named,
  1198. or to an unknown ID if no name is found.)
  1199. When the user refers to a bound name, the implementation SHOULD provide
  1200. only the router with ID bound to that name, and no other router, even
  1201. if the router with the right ID can't be found.
  1202. When a user tries to refer to a non-bound name, the implementation SHOULD
  1203. warn the user. After warning the user, the implementation MAY use any
  1204. router that advertises the name.
  1205. Not every router needs a nickname. When a router doesn't configure a
  1206. nickname, it publishes with the default nickname "Unnamed". Authorities
  1207. SHOULD NOT ever mark a router with this nickname as Named; client software
  1208. SHOULD NOT ever use a router in response to a user request for a router
  1209. called "Unnamed".
  1210. 6.3. Software versions
  1211. An implementation of Tor SHOULD warn when it has fetched a consensus
  1212. network-status, and it is running a software version not listed.
  1213. 6.4. Warning about a router's status.
  1214. If a router tries to publish its descriptor to a Naming authority
  1215. that has its nickname mapped to another key, the router SHOULD
  1216. warn the operator that it is either using the wrong key or is using
  1217. an already claimed nickname.
  1218. If a router has fetched a consensus document,, and the
  1219. authorities do not publish a binding for the router's nickname, the
  1220. router MAY remind the operator that the chosen nickname is not
  1221. bound to this key at the authorities, and suggest contacting the
  1222. authority operators.
  1223. ...
  1224. 6.5. Router protocol versions
  1225. A client should believe that a router supports a given feature if that
  1226. feature is supported by the router or protocol versions in more than half
  1227. of the live networkstatuses' "v" entries for that router. In other words,
  1228. if the "v" entries for some router are:
  1229. v Tor 0.0.8pre1 (from authority 1)
  1230. v Tor 0.1.2.11 (from authority 2)
  1231. v FutureProtocolDescription 99 (from authority 3)
  1232. then the client should believe that the router supports any feature
  1233. supported by 0.1.2.11.
  1234. This is currently equivalent to believing the median declared version for
  1235. a router in all live networkstatuses.
  1236. 7. Standards compliance
  1237. All clients and servers MUST support HTTP 1.0. Clients and servers MAY
  1238. support later versions of HTTP as well.
  1239. 7.1. HTTP headers
  1240. Servers MAY set the Content-Length: header. Servers SHOULD set
  1241. Content-Encoding to "deflate" or "identity".
  1242. Servers MAY include an X-Your-Address-Is: header, whose value is the
  1243. apparent IP address of the client connecting to them (as a dotted quad).
  1244. For directory connections tunneled over a BEGIN_DIR stream, servers SHOULD
  1245. report the IP from which the circuit carrying the BEGIN_DIR stream reached
  1246. them. [Servers before version 0.1.2.5-alpha reported 127.0.0.1 for all
  1247. BEGIN_DIR-tunneled connections.]
  1248. Servers SHOULD disable caching of multiple network statuses or multiple
  1249. router descriptors. Servers MAY enable caching of single descriptors,
  1250. single network statuses, the list of all router descriptors, a v1
  1251. directory, or a v1 running routers document. XXX mention times.
  1252. 7.2. HTTP status codes
  1253. Tor delivers the following status codes. Some were chosen without much
  1254. thought; other code SHOULD NOT rely on specific status codes yet.
  1255. 200 -- the operation completed successfully
  1256. -- the user requested statuses or serverdescs, and none of the ones we
  1257. requested were found (0.2.0.4-alpha and earlier).
  1258. 304 -- the client specified an if-modified-since time, and none of the
  1259. requested resources have changed since that time.
  1260. 400 -- the request is malformed, or
  1261. -- the URL is for a malformed variation of one of the URLs we support,
  1262. or
  1263. -- the client tried to post to a non-authority, or
  1264. -- the authority rejected a malformed posted document, or
  1265. 404 -- the requested document was not found.
  1266. -- the user requested statuses or serverdescs, and none of the ones
  1267. requested were found (0.2.0.5-alpha and later).
  1268. 503 -- we are declining the request in order to save bandwidth
  1269. -- user requested some items that we ordinarily generate or store,
  1270. but we do not have any available.
  1271. 9. Backward compatibility and migration plans
  1272. Until Tor versions before 0.1.1.x are completely obsolete, directory
  1273. authorities should generate, and mirrors should download and cache, v1
  1274. directories and running-routers lists, and allow old clients to download
  1275. them. These documents and the rules for retrieving, serving, and caching
  1276. them are described in dir-spec-v1.txt.
  1277. Until Tor versions before 0.2.0.x are completely obsolete, directory
  1278. authorities should generate, mirrors should download and cache, v2
  1279. network-status documents, and allow old clients to download them.
  1280. Additionally, all directory servers and caches should download, store, and
  1281. serve any router descriptor that is required because of v2 network-status
  1282. documents. These documents and the rules for retrieving, serving, and
  1283. caching them are described in dir-spec-v1.txt.
  1284. A. Consensus-negotiation timeline.
  1285. Period begins: this is the Published time.
  1286. Everybody sends votes
  1287. Reconciliation: everybody tries to fetch missing votes.
  1288. consensus may exist at this point.
  1289. End of voting period:
  1290. everyone swaps signatures.
  1291. Now it's okay for caches to download
  1292. Now it's okay for clients to download.
  1293. Valid-after/valid-until switchover