commit 205c60bcdaa3f21600594f8c903844d8c4408efe Author: Roger Dingledine arma@torproject.org Date: Wed Jul 5 14:29:17 2017 -0400
clarify what "contents of a cookie" are --- control-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index ff42d4c..50a59dd 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1261,8 +1261,8 @@ AuthMethod = "NULL" / ; No authentication is required "HASHEDPASSWORD" / ; A controller must supply the original password - "COOKIE" / ; A controller must supply the contents of a cookie - "SAFECOOKIE" ; A controller must prove knowledge of a cookie + "COOKIE" / ; ... or supply the contents of a cookie file + "SAFECOOKIE" ; ... or prove knowledge of a cookie file's contents
AuthCookieFile = QuotedString TorVersion = QuotedString
tor-commits@lists.torproject.org