-
- Downloads
Split the behavior of node_supports_ed25519_link_authentication().
Before, this function meant "can we connect to this node and authenticate it using its ed25519 key?" Now it can additionally mean, "when somebody else connects to this node, do we expect that they can authenticate using the node's ed25519 key"? This change lets us future-proof our link authentication a bit. Closes ticket 20895. No backport needed, since ed25519 link authentication support has not been in any LTS release yet, and existing releases with it should be obsolete before any releases without support for linkauth=3 are released.
Showing
- changes/ticket20895 6 additions, 0 deletionschanges/ticket20895
- src/or/circuitbuild.c 2 additions, 2 deletionssrc/or/circuitbuild.c
- src/or/connection_or.c 1 addition, 1 deletionsrc/or/connection_or.c
- src/or/dirserv.c 2 additions, 2 deletionssrc/or/dirserv.c
- src/or/hs_service.c 1 addition, 1 deletionsrc/or/hs_service.c
- src/or/nodelist.c 13 additions, 7 deletionssrc/or/nodelist.c
- src/or/nodelist.h 2 additions, 1 deletionsrc/or/nodelist.h
- src/or/or.h 6 additions, 2 deletionssrc/or/or.h
- src/or/routerparse.c 3 additions, 1 deletionsrc/or/routerparse.c
Loading
Please register or sign in to comment