#include <or.h>
Data Fields | |
| signed_descriptor_t | cache_info |
| char | nickname [MAX_NICKNAME_LEN+1] |
| unsigned int | bad_sig: 1 |
| char * | pending_sig |
| size_t | pending_sig_len |
| char extrainfo_t::nickname[MAX_NICKNAME_LEN+1] |
The router's nickname.
Referenced by extrainfo_dump_to_string(), extrainfo_parse_entry_from_string(), and router_rebuild_descriptor().
| unsigned int extrainfo_t::bad_sig |
True iff we found the right key for this extra-info, verified the signature, and found it to be bad.
Referenced by routerinfo_incompatible_with_extrainfo().
| char* extrainfo_t::pending_sig |
If present, we didn't have the right key to verify this extra-info, so this is a copy of the signature in the document.
Referenced by extrainfo_free(), extrainfo_parse_entry_from_string(), and routerinfo_incompatible_with_extrainfo().
| size_t extrainfo_t::pending_sig_len |
Length of pending_sig.
Referenced by extrainfo_parse_entry_from_string(), and routerinfo_incompatible_with_extrainfo().
1.5.6