aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-05 10:16:08 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-11-05 10:16:08 -0400
commitf93cd5deb8f4731920043016c082e44e81afcfbf (patch)
tree096b1120708fffefa25e7bc9a9609bc64f522c65
parent3d1a49908c2727746928d40bc71da0373aad7fcf (diff)
downloadtor-f93cd5deb8f4731920043016c082e44e81afcfbf.tar.gz
tor-f93cd5deb8f4731920043016c082e44e81afcfbf.zip
protover: Add a note on why LinkAuth is not recommended or required
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--src/core/or/protover.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/or/protover.c b/src/core/or/protover.c
index 0183704c2c..8075dd425c 100644
--- a/src/core/or/protover.c
+++ b/src/core/or/protover.c
@@ -462,6 +462,13 @@ protover_get_supported_protocols(void)
* XXX: WARNING!
*/
+/*
+ * NOTE: A keen observer will notice that "LinkAuth" is not recommended nor
+ * required. This is due to the HAVE_WORKING_TOR_TLS_GET_TLSSECRETS define
+ * that can either set "1" or "1,3" and so we can't enforce one or the other
+ * due to this uncertainty on how tor was built.
+ */
+
/** Return the recommended client protocols list that directory authorities
* put in the consensus. */
const char *