mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits where we do not know an onion key.
svn:r16942
This commit is contained in:
+8
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user