diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:38:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-12-19 09:38:25 -0500 |
commit | b1d029b9a13ffd3cc69bbbebf8d7d2b381751a59 (patch) | |
tree | af9dad9990b56fba5b001ef85ebe08907f84b6eb /src/feature/dirauth/dirauth_options.inc | |
parent | f4f70e1f13bc66558926b3255a8783e3bdca5f66 (diff) | |
download | tor-b1d029b9a13ffd3cc69bbbebf8d7d2b381751a59.tar.gz tor-b1d029b9a13ffd3cc69bbbebf8d7d2b381751a59.zip |
Move AuthDirTestEd25519LinkKeys to the dirauth module.
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r-- | src/feature/dirauth/dirauth_options.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc index ec4d997f9f..ca70a51b9e 100644 --- a/src/feature/dirauth/dirauth_options.inc +++ b/src/feature/dirauth/dirauth_options.inc @@ -39,6 +39,11 @@ CONF_VAR(AuthDirPinKeys, BOOL, 0, "1") * vote indicating participation. */ CONF_VAR(AuthDirSharedRandomness, BOOL, 0, "1") +/** Bool (default: 1): When testing routerinfos as a directory authority, + * do we enforce Ed25519 identity match? */ +/* NOTE: remove this option someday. */ +CONF_VAR(AuthDirTestEd25519LinkKeys, BOOL, 0, "1") + /** Which versions of tor should we tell users to run? */ CONF_VAR(RecommendedVersions, LINELIST, 0, NULL) |