[or-cvs] Be slightly more specific about ASN1

Nick Mathewson nickm at seul.org
Sun Aug 8 18:59:20 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv11072/doc

Modified Files:
	tor-spec.txt 
Log Message:
Be slightly more specific about ASN1

Index: tor-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/tor-spec.txt,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- tor-spec.txt	6 Aug 2004 09:18:35 -0000	1.61
+++ tor-spec.txt	8 Aug 2004 18:59:17 -0000	1.62
@@ -173,9 +173,9 @@
          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



More information about the tor-commits mailing list