X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/ca732796fd94e7bc50750c11377da63880e4beff..a2b48abfb3e429655bbc13992bd2dd12d05679e7:/PROTOCOL diff --git a/PROTOCOL b/PROTOCOL index c1ef03b..cf6eacf 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -10,11 +10,27 @@ It's a multipart/form-data. Authentication: for now, plaintext password -Routing assistance: none needed; secnet polypath will DTRT +Routing assistance: none in hippotat; can be requested on client + from userv-ipif via `vroutes' parameter. Use with secnet polypath + ideally uses the special support in secnet 0.4.x. Client form parameters (multipart/form-data): m metadata, newline-separated list (text file) of client ip address (textual) password target_requests_outstanding - d data (SLIP format) + http_timeout + d data (SLIP format, with SLIP_ESC and `-' swapped) + + + + +Possible future nonce-based authentication: + +server keeps big nonce counter for each client +meaning is: + nonce counter is most recent nonce client has sent +also server keeps bitmap of the previous ?64 nonces, + whether client has sent them + +client picks.... xxx