mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
r13366@catbus: nickm | 2007-06-11 20:38:38 -0400
Clarify what we mean by digest, for people who ignore "as signed" and who don't read section 1.3. svn:r10568
This commit is contained in:
parent
a21381affa
commit
81cb092004
@ -504,10 +504,10 @@ $Id$
|
|||||||
|
|
||||||
[At most once]
|
[At most once]
|
||||||
|
|
||||||
"Digest" is a hex-encoded digest (using upper-case characters)
|
"Digest" is a hex-encoded digest (using upper-case characters) of the
|
||||||
of the router's extra-info document, as signed in the router's
|
router's extra-info document, as signed in the router's extra-info
|
||||||
extra-info. (If this field is absent, the router is not uploading
|
(that is, not including the signature). (If this field is absent, the
|
||||||
a corresponding extra-info document.)
|
router is not uploading a corresponding extra-info document.)
|
||||||
|
|
||||||
[Versions before 0.2.0.1-alpha don't recognize this, and versions
|
[Versions before 0.2.0.1-alpha don't recognize this, and versions
|
||||||
before 0.1.2.5-alpha will reject descriptors containing it unless
|
before 0.1.2.5-alpha will reject descriptors containing it unless
|
||||||
@ -793,7 +793,8 @@ $Id$
|
|||||||
[Exactly once.]
|
[Exactly once.]
|
||||||
|
|
||||||
A digest of the vote from the authority that contributed to this
|
A digest of the vote from the authority that contributed to this
|
||||||
consensus. (Hex, upper-case.)
|
consensus, as signed (that is, not including the signature).
|
||||||
|
(Hex, upper-case.)
|
||||||
|
|
||||||
Each router status entry contains the following items. Router status
|
Each router status entry contains the following items. Router status
|
||||||
entries are sorted in ascending order by identity digest.
|
entries are sorted in ascending order by identity digest.
|
||||||
@ -805,8 +806,9 @@ $Id$
|
|||||||
|
|
||||||
"Nickname" is the OR's nickname. "Identity" is a hash of its
|
"Nickname" is the OR's nickname. "Identity" is a hash of its
|
||||||
identity key, encoded in base64, with trailing equals sign(s)
|
identity key, encoded in base64, with trailing equals sign(s)
|
||||||
removed. "Digest" is a hash of its most recent descriptor (as
|
removed. "Digest" is a hash of its most recent descriptor as
|
||||||
signed), encoded in base64 as "identity". "Publication" is the
|
signed (that is, not including the signature), encoded in base64 as
|
||||||
|
"identity". "Publication" is the
|
||||||
publication time of its most recent descriptor, in the form
|
publication time of its most recent descriptor, in the form
|
||||||
YYYY-MM-DD HH:MM:SS, in GMT. "IP" is its current IP address;
|
YYYY-MM-DD HH:MM:SS, in GMT. "IP" is its current IP address;
|
||||||
ORPort is its current OR port, "DirPort" is it's current directory
|
ORPort is its current OR port, "DirPort" is it's current directory
|
||||||
|
Loading…
Reference in New Issue
Block a user