diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-10 12:41:17 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:47:59 -0500 |
commit | 3d7e485402752d21d01cdf36ae1102d4b013fe85 (patch) | |
tree | f6ee25e75c27d05e8c6bf7e353f08039d0d28eb3 /doc | |
parent | 7daf15217240acefaf2ef802b6d89e04f4e51cae (diff) | |
download | tor-3d7e485402752d21d01cdf36ae1102d4b013fe85.tar.gz tor-3d7e485402752d21d01cdf36ae1102d4b013fe85.zip |
Add an option to disable dirauth ed25519 link key checks.
If there is some horrible bug in our ed25519 link authentication
code that causes us to label every single ed25519-having node as
non-running, we'll be glad we had this. Otherwise we can remove it
later.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 1071168441..9f6f95830a 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2270,6 +2270,13 @@ on the public Tor network. (default), the flag "shared-rand-participate" is added to the authority vote indicating participation in the protocol. (Default: 1) +[[AuthDirTestEd25519LinkKeys]] **AuthDirTestEd25519LinkKeys** **0**|**1**:: + Authoritative directories only. If this option is set to 0, then we treat + relays as "Running" if their RSA key is correct when we probe them, + regardless of their Ed25519 key. We should only ever set this option to 0 + if there is some major bug in Ed25519 link authentication that causes us + to label all the relays as not Running. (Default: 1) + [[BridgePassword]] **BridgePassword** __Password__:: If set, contains an HTTP authenticator that tells a bridge authority to serve all requested bridge information. Used by the (only partially |