mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
mention the existence of dir-spec in tor-spec, and note that we need
to update it. svn:r6761
This commit is contained in:
parent
182589dae6
commit
1c23ae80b7
1 changed files with 10 additions and 1 deletions
|
@ -856,7 +856,8 @@ The items' formats are as follows:
|
||||||
|
|
||||||
A fingerprint (a HASH_LEN-byte of asn1 encoded public key, encoded
|
A fingerprint (a HASH_LEN-byte of asn1 encoded public key, encoded
|
||||||
in hex, with a single space after every 4 characters) for this router's
|
in hex, with a single space after every 4 characters) for this router's
|
||||||
identity key.
|
identity key. A descriptor is considered invalid (and MUST be
|
||||||
|
rejected) if the fingerprint line does not match the public key.
|
||||||
|
|
||||||
[We didn't start parsing this line until Tor 0.1.0.6-rc; it should
|
[We didn't start parsing this line until Tor 0.1.0.6-rc; it should
|
||||||
be marked with "opt" until earlier versions of Tor are obsolete.]
|
be marked with "opt" until earlier versions of Tor are obsolete.]
|
||||||
|
@ -943,6 +944,10 @@ line, they must appear in the "ports" lines.
|
||||||
|
|
||||||
8.3. Directory format
|
8.3. Directory format
|
||||||
|
|
||||||
|
[Sections 8.3-8.5 describe the old version 1 directory format, which is
|
||||||
|
used by Tor 0.0.9.x and 0.1.0.x. See dir-spec.txt for the new version
|
||||||
|
2 format, used by 0.1.1.x and 0.1.2.x. -RD]
|
||||||
|
|
||||||
A Directory begins with a "signed-directory" item, followed by one each of
|
A Directory begins with a "signed-directory" item, followed by one each of
|
||||||
the following, in any order: "recommended-software", "published",
|
the following, in any order: "recommended-software", "published",
|
||||||
"router-status", "dir-signing-key". It may include any number of "opt"
|
"router-status", "dir-signing-key". It may include any number of "opt"
|
||||||
|
@ -1017,6 +1022,10 @@ it SHOULD reject the entire directory.
|
||||||
|
|
||||||
8.4. Network-status descriptor
|
8.4. Network-status descriptor
|
||||||
|
|
||||||
|
[Sections 8.3-8.5 describe the old version 1 directory format, which is
|
||||||
|
used by Tor 0.0.9.x and 0.1.0.x. See dir-spec.txt for the new version
|
||||||
|
2 format, used by 0.1.1.x and 0.1.2.x. -RD]
|
||||||
|
|
||||||
A "network-status" (a.k.a "running-routers") document is a truncated
|
A "network-status" (a.k.a "running-routers") document is a truncated
|
||||||
directory that contains only the current status of a list of nodes, not
|
directory that contains only the current status of a list of nodes, not
|
||||||
their actual descriptors. It contains exactly one of each of the following
|
their actual descriptors. It contains exactly one of each of the following
|
||||||
|
|
Loading…
Add table
Reference in a new issue