Tor
0.4.7.0-alpha-dev
|
#include <extend_info_st.h>
Information on router used when extending a circuit. We don't need a full routerinfo_t to extend: we only need addr:port:keyid to build an OR connection, and onion_key to create the onionskin. Note that for one-hop general-purpose tunnels, the onion_key is NULL.
Definition at line 27 of file extend_info_st.h.
curve25519_public_key_t curve25519_onion_key |
Ntor onion key for this hop.
Definition at line 40 of file extend_info_st.h.
ed25519_public_key_t ed_identity |
Ed25519 identity for this router, if any.
Definition at line 33 of file extend_info_st.h.
Referenced by channel_connect_for_circuit(), and extend_info_describe().
char identity_digest[DIGEST_LEN] |
Hash of this router's RSA identity key.
Definition at line 31 of file extend_info_st.h.
Referenced by build_middle_exclude_list(), build_state_get_exit_node(), build_state_get_exit_rsa_id(), build_vanguard_middle_exclude_list(), channel_connect_for_circuit(), circuit_get_all_pending_on_channel(), client_rendezvous_circ_has_opened(), connection_ap_get_begincell_flags(), extend_info_describe(), extend_info_is_a_configured_bridge(), pathbias_count_circs_in_states(), pathbias_count_collapse(), pathbias_count_successful_close(), pathbias_count_timeout(), pathbias_count_use_failed(), routerset_contains_extendinfo(), and setup_intro_circ_auth_key().
char nickname[MAX_HEX_NICKNAME_LEN+1] |
This router's nickname for display.
Definition at line 28 of file extend_info_st.h.
Referenced by build_state_get_exit_nickname(), extend_info_describe(), and routerset_contains_extendinfo().
crypto_pk_t* onion_key |
TAP onion key for this hop.
Definition at line 38 of file extend_info_st.h.
Referenced by extend_info_is_a_configured_bridge().
tor_addr_port_t orports[EXTEND_INFO_MAX_ADDRS] |
IP/Port values for this hop's ORPort(s). Any unused values are set to a null address.
Definition at line 36 of file extend_info_st.h.
Referenced by extend_info_add_orport(), extend_info_any_orport_addr_is_internal(), extend_info_get_orport(), extend_info_has_orport(), extend_info_is_a_configured_bridge(), extend_info_pick_orport(), and routerset_contains_extendinfo().