Skip to content

Commit

Permalink
protover: Add a note on why LinkAuth is not recommended or required
Browse files Browse the repository at this point in the history
Signed-off-by: David Goulet <[email protected]>
  • Loading branch information
dgoulet-tor committed Nov 5, 2021
1 parent 3d1a499 commit f93cd5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/or/protover.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit f93cd5d

Please sign in to comment.