summaryrefslogtreecommitdiff
path: root/draft-schanzen-r5n.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-r5n.xml')
-rw-r--r--draft-schanzen-r5n.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/draft-schanzen-r5n.xml b/draft-schanzen-r5n.xml
index 6ddf81e..d1169c6 100644
--- a/draft-schanzen-r5n.xml
+++ b/draft-schanzen-r5n.xml
@@ -1899,14 +1899,14 @@ BEGIN
1899 is a 32-bit block type field. The block type indicates the content 1899 is a 32-bit block type field. The block type indicates the content
1900 type of the payload. In network byte order. 1900 type of the payload. In network byte order.
1901 </dd> 1901 </dd>
1902 <dt>PUTPATH_LEN</dt> 1902 <dt>PUTPATH_L</dt>
1903 <dd> 1903 <dd>
1904 is a 16-bit number indicating the length of the PUT path recorded 1904 is a 16-bit number indicating the length of the PUT path recorded
1905 in <tt>PUTPATH</tt>. As <tt>PUTPATH</tt> is optional, this value may be zero 1905 in <tt>PUTPATH</tt>. As <tt>PUTPATH</tt> is optional, this value may be zero
1906 even if the message has traversed several peers. 1906 even if the message has traversed several peers.
1907 In network byte order. 1907 In network byte order.
1908 </dd> 1908 </dd>
1909 <dt>GET_PATH_LEN</dt> 1909 <dt>GETPATH_L</dt>
1910 <dd> 1910 <dd>
1911 is a 16-bit number indicating the length of the GET path recorded 1911 is a 16-bit number indicating the length of the GET path recorded
1912 in <tt>GETPATH</tt>. As <tt>GETPATH</tt> is optional, this value may be zero 1912 in <tt>GETPATH</tt>. As <tt>GETPATH</tt> is optional, this value may be zero
@@ -1940,12 +1940,12 @@ BEGIN
1940 <dt>PUTPATH</dt> 1940 <dt>PUTPATH</dt>
1941 <dd> 1941 <dd>
1942 the variable-length PUT path. 1942 the variable-length PUT path.
1943 The path consists of a list of <tt>PUT_PATH_LEN</tt> Path Elements. 1943 The path consists of a list of <tt>PUTPATH_L</tt> Path Elements.
1944 </dd> 1944 </dd>
1945 <dt>GETPATH</dt> 1945 <dt>GETPATH</dt>
1946 <dd> 1946 <dd>
1947 the variable-length PUT path. 1947 the variable-length PUT path.
1948 The path consists of a list of <tt>GET_PATH_LEN</tt> Path Elements. 1948 The path consists of a list of <tt>GETPATH_L</tt> Path Elements.
1949 </dd> 1949 </dd>
1950 <dt>LAST HOP SIGNATURE</dt> 1950 <dt>LAST HOP SIGNATURE</dt>
1951 <dd> 1951 <dd>
@@ -1985,7 +1985,7 @@ BEGIN
1985 discarded. 1985 discarded.
1986 </li> 1986 </li>
1987 <li> 1987 <li>
1988 If the <tt>PUT_PATH_LEN</tt> or the <tt>GET_PATH_LEN</tt> are non-zero, 1988 If the <tt>PUTPATH_L</tt> or the <tt>GETPATH_L</tt> are non-zero,
1989 the local peer <bcp14>SHOULD</bcp14> verify the signatures from the <tt>PUTPATH</tt> 1989 the local peer <bcp14>SHOULD</bcp14> verify the signatures from the <tt>PUTPATH</tt>
1990 and the <tt>GETPATH</tt>. 1990 and the <tt>GETPATH</tt>.
1991 Verification <bcp14>MAY</bcp14> involve checking all signatures or any random 1991 Verification <bcp14>MAY</bcp14> involve checking all signatures or any random
@@ -1994,7 +1994,7 @@ BEGIN
1994 verification a bottleneck. If an invalid signature is found, the 1994 verification a bottleneck. If an invalid signature is found, the
1995 path <bcp14>MUST</bcp14> be truncated to only include the elements 1995 path <bcp14>MUST</bcp14> be truncated to only include the elements
1996 following the invalid signature. In particular, any invalid signature 1996 following the invalid signature. In particular, any invalid signature
1997 on the <tt>GETPATH</tt> will cause <tt>PUT_PATH_LEN</tt> to be set to 0. 1997 on the <tt>GETPATH</tt> will cause <tt>PUTPATH_L</tt> to be set to 0.
1998 </li> 1998 </li>
1999 <li> 1999 <li>
2000 The peer also attempts to compute the 2000 The peer also attempts to compute the
@@ -2049,7 +2049,7 @@ BEGIN
2049 of the message and the respective signature <bcp14>MUST</bcp14> be 2049 of the message and the respective signature <bcp14>MUST</bcp14> be
2050 set using the query origin as the <tt>PEER SUCCESSOR</tt> and the 2050 set using the query origin as the <tt>PEER SUCCESSOR</tt> and the
2051 response origin as the <tt>PEER PREDECESSOR</tt>. If the flag is not set, 2051 response origin as the <tt>PEER PREDECESSOR</tt>. If the flag is not set,
2052 the <tt>GET_PATH_LEN</tt> and <tt>PUT_PATH_LEN</tt> 2052 the <tt>GETPATH_L</tt> and <tt>PUTPATH_L</tt>
2053 <bcp14>MUST</bcp14> be set to zero when forwarding the result. 2053 <bcp14>MUST</bcp14> be set to zero when forwarding the result.
2054 </li> 2054 </li>
2055 </ol> 2055 </ol>