diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-08-08 18:59:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-08-08 18:59:17 +0000 |
commit | f753ef4ac6c3bfcb0ac7e9f0c47ab0240069f9f5 (patch) | |
tree | 63f443b9608cd733e22a4e20557799b9085f353f /doc | |
parent | 29fb4833a9a4dc18991fb5ec5c48f6b00e88b263 (diff) | |
download | tor-f753ef4ac6c3bfcb0ac7e9f0c47ab0240069f9f5.tar.gz tor-f753ef4ac6c3bfcb0ac7e9f0c47ab0240069f9f5.zip |
Be slightly more specific about ASN1
svn:r2201
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 3b367a89f3..a435830cbd 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -173,9 +173,9 @@ TODO: (very soon) Onion skin [186 bytes] Public key hash [20 bytes] - The port and address field denote the IPV4 address and port of the - next onion router in the circuit; the public key hash is the SHA1 hash of - the ASN1 encoding of the next onion router's identity key. + The port and address field denote the IPV4 address and port of the next + onion router in the circuit; the public key hash is the SHA1 hash of the + PKCS#1 ASN1 encoding of the next onion router's identity (signing) key. [XXXX Before 0.0.8, EXTEND cells did not include the public key hash. Servers running 0.0.8 distinguish the old-style cells based on the |