diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-23 20:13:23 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-23 20:13:23 +0000 |
commit | 545b317e1ff387dcf58fbd82ccdead9afa979685 (patch) | |
tree | 53bea2743e872dd17c28bb097e139b60898e6aeb /doc | |
parent | f28fc83ea57a3964457996238daf2f1697685185 (diff) | |
download | tor-545b317e1ff387dcf58fbd82ccdead9afa979685.tar.gz tor-545b317e1ff387dcf58fbd82ccdead9afa979685.zip |
Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits where we do not know an onion key.
svn:r16942
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 89d67d26f3..388a5c9e07 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -660,11 +660,14 @@ resolved. This helps trap accidental attempts to resolve URLs and so on. .LP .TP \fBFastFirstHopPK \fR\fB0\fR|\fB1\fR\fP -When this option is enabled and we aren't running as a server, Tor -skips the public key step for the first hop of creating circuits. This is -safe since we have already used TLS to authenticate the server and to -establish forward-secure keys. Turning this option off makes circuit -building slower. +When this option is disabled, Tor uses the public key step for the first +hop of creating circuits. Skipping it is generally safe since we have +already used TLS to authenticate the relay and to establish forward-secure +keys. Turning this option off makes circuit building slower. + +Note that Tor will always use the public key step for the first hop if +it's operating as a relay, and it will never use the public key step if +it doesn't yet know the onion key of the first hop. (Default: 1) .LP .TP |