mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
prop224: Add onion key to service descriptor intro point
Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
parent
78e2bc4000
commit
c9927ce4d5
@ -30,6 +30,10 @@ typedef struct hs_service_intro_point_t {
|
||||
/* Top level intropoint "shared" data between client/service. */
|
||||
hs_intropoint_t base;
|
||||
|
||||
/* Onion key of the introduction point used to extend to it for the ntor
|
||||
* handshake. */
|
||||
curve25519_public_key_t onion_key;
|
||||
|
||||
/* Authentication keypair used to create the authentication certificate
|
||||
* which is published in the descriptor. */
|
||||
ed25519_keypair_t auth_key_kp;
|
||||
|
Loading…
Reference in New Issue
Block a user