aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-10 12:41:17 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-08 16:47:59 -0500
commit3d7e485402752d21d01cdf36ae1102d4b013fe85 (patch)
treef6ee25e75c27d05e8c6bf7e353f08039d0d28eb3 /src/or/config.c
parent7daf15217240acefaf2ef802b6d89e04f4e51cae (diff)
downloadtor-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 'src/or/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 51c62908e3..d100af812c 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -498,6 +498,7 @@ static config_var_t option_vars_[] = {
V(User, STRING, NULL),
OBSOLETE("UserspaceIOCPBuffers"),
V(AuthDirSharedRandomness, BOOL, "1"),
+ V(AuthDirTestEd25519LinkKeys, BOOL, "1"),
OBSOLETE("V1AuthoritativeDirectory"),
OBSOLETE("V2AuthoritativeDirectory"),
VAR("V3AuthoritativeDirectory",BOOL, V3AuthoritativeDir, "0"),