diff options
author | David Goulet <dgoulet@torproject.org> | 2017-04-25 13:58:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-09 10:30:52 -0400 |
commit | bc34654ba2df0e4f4834095ab404f5429c518be9 (patch) | |
tree | c80ca69fa87825c8bd2ac16740134a00e3750fef /doc | |
parent | 09bc858dd54101e645b31bf32fe463b73c38add2 (diff) | |
download | tor-bc34654ba2df0e4f4834095ab404f5429c518be9.tar.gz tor-bc34654ba2df0e4f4834095ab404f5429c518be9.zip |
config: Remove FastFirstHopPK option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans
up the code associated with it.
Partially fixes #22060
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 54d0614d60..a9a2d4a943 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -1326,18 +1326,6 @@ The following options are useful only for clients (that is, if the node "foo". Disabled by default since attacking websites and exit relays can use it to manipulate your path selection. (Default: 0) -[[FastFirstHopPK]] **FastFirstHopPK** **0**|**1**|**auto**:: - 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 a little - slower. Setting this option to "auto" takes advice from the authorities - in the latest consensus about whether to use this feature. + - + - 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: auto) - [[TransPort]] **TransPort** \['address':]__port__|**auto** [_isolation flags_]:: Open this port to listen for transparent proxy connections. Set this to 0 if you don't want to allow transparent proxy connections. Set the port |