diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-17 18:45:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-17 18:45:07 +0000 |
commit | faa56a500b4bcdac6306c0c8b923bb1fb22267ec (patch) | |
tree | a6a3bad7d03732adaa055151ad3c226e3b7dc764 /doc | |
parent | 4c1e516a093674e1911012a9f9c95fcab845a3e7 (diff) | |
download | tor-faa56a500b4bcdac6306c0c8b923bb1fb22267ec.tar.gz tor-faa56a500b4bcdac6306c0c8b923bb1fb22267ec.zip |
r14236@tombo: nickm | 2008-02-17 13:44:55 -0500
Partial fix for bug 586: Add an ephemeral __HashedControlSessionPassword.
svn:r13543
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/control-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt index 1fdc0ecba4..97f0f4c9ec 100644 --- a/doc/spec/control-spec.txt +++ b/doc/spec/control-spec.txt @@ -1560,3 +1560,8 @@ $Id$ (Boolean. Default: "0".) + __HashedControlSessionPassword + + As HashedControlPassword, but is not saved to the torrc file by + SAVECONF. Added in Tor 0.2.0.20-rc. + |