From c527cde82f74849ec3b183159d20441019b77e2e Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 30 Aug 2017 10:13:22 -0400 Subject: prop224: Pick rendezvous point of protover HSRend=2 Version 3 hidden service needs rendezvous point that have the protocol version HSRend >= 2 else the rendezvous cells are rejected. Fixes #23361 Signed-off-by: David Goulet --- src/or/nodelist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/or/nodelist.h') diff --git a/src/or/nodelist.h b/src/or/nodelist.h index d16cf0ecf7..9676263f75 100644 --- a/src/or/nodelist.h +++ b/src/or/nodelist.h @@ -62,6 +62,7 @@ int node_ed25519_id_matches(const node_t *node, int node_supports_ed25519_link_authentication(const node_t *node); int node_supports_v3_hsdir(const node_t *node); int node_supports_ed25519_hs_intro(const node_t *node); +int node_supports_v3_rendezvous_point(const node_t *node); const uint8_t *node_get_rsa_id_digest(const node_t *node); int node_has_ipv6_addr(const node_t *node); -- cgit v1.2.3-54-g00ecf