[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement midpoint functionality for rendezvous points.
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv27068/doc
Modified Files:
rend-spec.txt
Log Message:
Implement midpoint functionality for rendezvous points.
Index: rend-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/rend-spec.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- rend-spec.txt 1 Apr 2004 22:09:34 -0000 1.10
+++ rend-spec.txt 2 Apr 2004 21:56:52 -0000 1.11
@@ -111,7 +111,7 @@
TS A timestamp [4 octets]
NI Number of introduction points [2 octets]
Ipt A list of NUL-terminated OR nicknames [variable]
- SIG Signature of above fields [KL octets]
+ SIG Signature of above fields [variable]
KL is the length of PK, in octets. (Currently, KL must be 128.)
TS is the number of seconds elapsed since Jan 1, 1970.
@@ -131,7 +131,7 @@
KL Key length [2 octets]
PK Bob's public key [KL octets]
HS Hash of session info [20 octets]
- SIG Signature of above information [KL octets]
+ SIG Signature of above information [variable]
To prevent replay attacks, the HS field contains a SHA-1 hash based on the
shared secret KH between Bob's OP and the introduction point, as