aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2008-04-12 16:58:20 +0000
committerPeter Palfrader <peter@palfrader.org>2008-04-12 16:58:20 +0000
commit963d281ed52bed9dd716da56a3c51c7b62c68ed6 (patch)
tree3207a46a73c75ad793b26561a0a221641bfa314d /doc
parent67d1a860bcdeea6cf2638cb7fdf345d2fa050692 (diff)
downloadtor-963d281ed52bed9dd716da56a3c51c7b62c68ed6.tar
tor-963d281ed52bed9dd716da56a3c51c7b62c68ed6.tar.gz
Slightly clarify the control spec
svn:r14362
Diffstat (limited to 'doc')
-rw-r--r--doc/spec/control-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 60e5a7872..01ff287ea 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -1513,7 +1513,8 @@ $Id$
'tor --hash-password <password>'
or by using the example code in the Python and Java controller libraries.
To authenticate under this scheme, the controller sends Tor the original
- secret that was used to generate the password.
+ secret that was used to generate the password, either as a quoted string
+ or encoded in hexadecimal.
5.2. Don't let the buffer get too big.