dirvote.c 60 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784
  1. /* Copyright 2001-2004 Roger Dingledine.
  2. * Copyright 2004-2007 Roger Dingledine, Nick Mathewson. */
  3. /* See LICENSE for licensing information */
  4. /* $Id$ */
  5. const char dirvote_c_id[] =
  6. "$Id$";
  7. #define DIRVOTE_PRIVATE
  8. #include "or.h"
  9. /**
  10. * \file dirvote.c
  11. * \brief Functions to compute directory consensus, and schedule voting.
  12. **/
  13. static int dirvote_add_signatures_to_pending_consensus(
  14. const char *detached_signatures_body,
  15. const char **msg_out);
  16. static char *list_v3_auth_ids(void);
  17. static void dirvote_fetch_missing_votes(void);
  18. static void dirvote_fetch_missing_signatures(void);
  19. static void dirvote_perform_vote(void);
  20. static void dirvote_clear_votes(int all_votes);
  21. static int dirvote_compute_consensus(void);
  22. static int dirvote_publish_consensus(void);
  23. /* =====
  24. * Voting and consensus generation
  25. * ===== */
  26. /** Clear all storage held in <b>ns</b>. */
  27. void
  28. networkstatus_vote_free(networkstatus_vote_t *ns)
  29. {
  30. if (!ns)
  31. return;
  32. tor_free(ns->client_versions);
  33. tor_free(ns->server_versions);
  34. if (ns->known_flags) {
  35. SMARTLIST_FOREACH(ns->known_flags, char *, c, tor_free(c));
  36. smartlist_free(ns->known_flags);
  37. }
  38. if (ns->voters) {
  39. SMARTLIST_FOREACH(ns->voters, networkstatus_voter_info_t *, voter,
  40. {
  41. tor_free(voter->nickname);
  42. tor_free(voter->address);
  43. tor_free(voter->contact);
  44. });
  45. smartlist_free(ns->voters);
  46. }
  47. if (ns->cert)
  48. authority_cert_free(ns->cert);
  49. if (ns->routerstatus_list) {
  50. if (ns->is_vote) {
  51. SMARTLIST_FOREACH(ns->routerstatus_list, vote_routerstatus_t *, rs,
  52. {
  53. tor_free(rs->version);
  54. tor_free(rs);
  55. });
  56. } else {
  57. SMARTLIST_FOREACH(ns->routerstatus_list, routerstatus_t *, rs,
  58. tor_free(rs));
  59. }
  60. smartlist_free(ns->routerstatus_list);
  61. }
  62. memset(ns, 11, sizeof(*ns));
  63. tor_free(ns);
  64. }
  65. /** Return the voter info from <b>vote</b> for the voter whose identity digest
  66. * is <b>identity</b>, or NULL if no such voter is associated with
  67. * <b>vote</b>. */
  68. networkstatus_voter_info_t *
  69. networkstatus_get_voter_by_id(networkstatus_vote_t *vote,
  70. const char *identity)
  71. {
  72. if (!vote || !vote->voters)
  73. return NULL;
  74. SMARTLIST_FOREACH(vote->voters, networkstatus_voter_info_t *, voter,
  75. if (!memcmp(voter->identity_digest, identity, DIGEST_LEN))
  76. return voter);
  77. return NULL;
  78. }
  79. /** Given a vote <b>vote</b> (not a consensus!), return its associated
  80. * networkstatus_voter_info_t.*/
  81. static networkstatus_voter_info_t *
  82. get_voter(const networkstatus_vote_t *vote)
  83. {
  84. tor_assert(vote);
  85. tor_assert(vote->is_vote);
  86. tor_assert(vote->voters);
  87. tor_assert(smartlist_len(vote->voters) == 1);
  88. return smartlist_get(vote->voters, 0);
  89. }
  90. /** Helper for sorting networkstatus_vote_t votes (not consensuses) by the
  91. * hash of their voters' identity digests. */
  92. static int
  93. _compare_votes_by_authority_id(const void **_a, const void **_b)
  94. {
  95. const networkstatus_vote_t *a = *_a, *b = *_b;
  96. return memcmp(get_voter(a)->identity_digest,
  97. get_voter(b)->identity_digest, DIGEST_LEN);
  98. }
  99. /** Given a sorted list of strings <b>in</b>, add every member to <b>out</b>
  100. * that occurs more than <b>min</b> times. */
  101. static void
  102. get_frequent_members(smartlist_t *out, smartlist_t *in, int min)
  103. {
  104. char *cur = NULL;
  105. int count = 0;
  106. SMARTLIST_FOREACH(in, char *, cp,
  107. {
  108. if (cur && !strcmp(cp, cur)) {
  109. ++count;
  110. } else {
  111. if (count > min)
  112. smartlist_add(out, cur);
  113. cur = cp;
  114. count = 1;
  115. }
  116. });
  117. if (count > min)
  118. smartlist_add(out, cur);
  119. }
  120. /** Given a sorted list of strings <b>lst</b>, return the member that appears
  121. * most. Break ties in favor of later-occurring members. */
  122. static const char *
  123. get_most_frequent_member(smartlist_t *lst)
  124. {
  125. const char *most_frequent = NULL;
  126. int most_frequent_count = 0;
  127. const char *cur = NULL;
  128. int count = 0;
  129. SMARTLIST_FOREACH(lst, const char *, s,
  130. {
  131. if (cur && !strcmp(s, cur)) {
  132. ++count;
  133. } else {
  134. if (count >= most_frequent_count) {
  135. most_frequent = cur;
  136. most_frequent_count = count;
  137. }
  138. cur = s;
  139. count = 1;
  140. }
  141. });
  142. if (count >= most_frequent_count) {
  143. most_frequent = cur;
  144. most_frequent_count = count;
  145. }
  146. return most_frequent;
  147. }
  148. /** Return 0 if and only if <b>a</b> and <b>b</b> are routerstatuses
  149. * that come from the same routerinfo, with the same derived elements.
  150. */
  151. static int
  152. compare_vote_rs(const vote_routerstatus_t *a, const vote_routerstatus_t *b)
  153. {
  154. int r;
  155. if ((r = memcmp(a->status.identity_digest, b->status.identity_digest,
  156. DIGEST_LEN)))
  157. return r;
  158. if ((r = memcmp(a->status.descriptor_digest, b->status.descriptor_digest,
  159. DIGEST_LEN)))
  160. return r;
  161. if ((r = (b->status.published_on - a->status.published_on)))
  162. return r;
  163. if ((r = strcmp(b->status.nickname, a->status.nickname)))
  164. return r;
  165. if ((r = (((int)b->status.addr) - ((int)a->status.addr))))
  166. return r;
  167. if ((r = (((int)b->status.or_port) - ((int)a->status.or_port))))
  168. return r;
  169. if ((r = (((int)b->status.dir_port) - ((int)a->status.dir_port))))
  170. return r;
  171. return 0;
  172. }
  173. /** Helper for sorting routerlists based on compare_vote_rs. */
  174. static int
  175. _compare_vote_rs(const void **_a, const void **_b)
  176. {
  177. const vote_routerstatus_t *a = *_a, *b = *_b;
  178. return compare_vote_rs(a,b);
  179. }
  180. /** Given a list of vote_routerstatus_t, all for the same router identity,
  181. * return whichever is most frequent, breaking ties in favor of more
  182. * recently published vote_routerstatus_t.
  183. */
  184. static vote_routerstatus_t *
  185. compute_routerstatus_consensus(smartlist_t *votes)
  186. {
  187. vote_routerstatus_t *most = NULL, *cur = NULL;
  188. int most_n = 0, cur_n = 0;
  189. time_t most_published = 0;
  190. smartlist_sort(votes, _compare_vote_rs);
  191. SMARTLIST_FOREACH(votes, vote_routerstatus_t *, rs,
  192. {
  193. if (cur && !compare_vote_rs(cur, rs)) {
  194. ++cur_n;
  195. } else {
  196. if (cur_n > most_n ||
  197. (cur && cur_n == most_n &&
  198. cur->status.published_on > most_published)) {
  199. most = cur;
  200. most_n = cur_n;
  201. most_published = cur->status.published_on;
  202. }
  203. cur_n = 1;
  204. cur = rs;
  205. }
  206. });
  207. if (cur_n > most_n ||
  208. (cur && cur_n == most_n && cur->status.published_on > most_published)) {
  209. most = cur;
  210. most_n = cur_n;
  211. most_published = cur->status.published_on;
  212. }
  213. tor_assert(most);
  214. return most;
  215. }
  216. /** Given a list of strings in <b>lst</b>, set the DIGEST_LEN-byte digest at
  217. * <b>digest_out</b> to the hash of the concatenation of those strings. */
  218. static void
  219. hash_list_members(char *digest_out, smartlist_t *lst)
  220. {
  221. crypto_digest_env_t *d = crypto_new_digest_env();
  222. SMARTLIST_FOREACH(lst, const char *, cp,
  223. crypto_digest_add_bytes(d, cp, strlen(cp)));
  224. crypto_digest_get_digest(d, digest_out, DIGEST_LEN);
  225. crypto_free_digest_env(d);
  226. }
  227. /** Given a list of vote networkstatus_vote_t in <b>votes</b>, our public
  228. * authority <b>identity_key</b>, our private authority <b>signing_key</b>,
  229. * and the number of <b>total_authorities</b> that we believe exist in our
  230. * voting quorum, generate the text of a new v3 consensus vote, and return the
  231. * value in a newly allocated string.
  232. *
  233. * Note: this function DOES NOT check whether the votes are from
  234. * recognized authorities. (dirvote_add_vote does that.) */
  235. char *
  236. networkstatus_compute_consensus(smartlist_t *votes,
  237. int total_authorities,
  238. crypto_pk_env_t *identity_key,
  239. crypto_pk_env_t *signing_key)
  240. {
  241. smartlist_t *chunks;
  242. char *result = NULL;
  243. time_t valid_after, fresh_until, valid_until;
  244. int vote_seconds, dist_seconds;
  245. char *client_versions = NULL, *server_versions = NULL;
  246. smartlist_t *flags;
  247. tor_assert(total_authorities >= smartlist_len(votes));
  248. if (!smartlist_len(votes)) {
  249. log_warn(LD_DIR, "Can't compute a consensus from no votes.");
  250. return NULL;
  251. }
  252. flags = smartlist_create();
  253. /* Compute medians of time-related things, and figure out how many
  254. * routers we might need to talk about. */
  255. {
  256. int n_votes = smartlist_len(votes);
  257. time_t *va_times = tor_malloc(n_votes * sizeof(time_t));
  258. time_t *fu_times = tor_malloc(n_votes * sizeof(time_t));
  259. time_t *vu_times = tor_malloc(n_votes * sizeof(time_t));
  260. int *votesec_list = tor_malloc(n_votes * sizeof(int));
  261. int *distsec_list = tor_malloc(n_votes * sizeof(int));
  262. int n_versioning_clients = 0, n_versioning_servers = 0;
  263. smartlist_t *combined_client_versions = smartlist_create();
  264. smartlist_t *combined_server_versions = smartlist_create();
  265. int j;
  266. SMARTLIST_FOREACH(votes, networkstatus_vote_t *, v,
  267. {
  268. tor_assert(v->is_vote);
  269. va_times[v_sl_idx] = v->valid_after;
  270. fu_times[v_sl_idx] = v->fresh_until;
  271. vu_times[v_sl_idx] = v->valid_until;
  272. votesec_list[v_sl_idx] = v->vote_seconds;
  273. distsec_list[v_sl_idx] = v->dist_seconds;
  274. if (v->client_versions) {
  275. smartlist_t *cv = smartlist_create();
  276. ++n_versioning_clients;
  277. smartlist_split_string(cv, v->client_versions, ",",
  278. SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
  279. sort_version_list(cv, 1);
  280. smartlist_add_all(combined_client_versions, cv);
  281. smartlist_free(cv); /* elements get freed later. */
  282. }
  283. if (v->server_versions) {
  284. smartlist_t *sv = smartlist_create();
  285. ++n_versioning_servers;
  286. smartlist_split_string(sv, v->server_versions, ",",
  287. SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
  288. sort_version_list(sv, 1);
  289. smartlist_add_all(combined_server_versions, sv);
  290. smartlist_free(sv); /* elements get freed later. */
  291. }
  292. SMARTLIST_FOREACH(v->known_flags, const char *, cp,
  293. smartlist_add(flags, tor_strdup(cp)));
  294. });
  295. valid_after = median_time(va_times, n_votes);
  296. fresh_until = median_time(fu_times, n_votes);
  297. valid_until = median_time(vu_times, n_votes);
  298. vote_seconds = median_int(votesec_list, n_votes);
  299. dist_seconds = median_int(distsec_list, n_votes);
  300. tor_assert(valid_after+MIN_VOTE_INTERVAL <= fresh_until);
  301. tor_assert(fresh_until+MIN_VOTE_INTERVAL <= valid_until);
  302. tor_assert(vote_seconds >= MIN_VOTE_SECONDS);
  303. tor_assert(dist_seconds >= MIN_DIST_SECONDS);
  304. for (j = 0; j < 2; ++j) {
  305. smartlist_t *lst =
  306. j ? combined_server_versions : combined_client_versions;
  307. int min = (j ? n_versioning_servers : n_versioning_clients) / 2;
  308. smartlist_t *good = smartlist_create();
  309. char *res;
  310. sort_version_list(lst, 0);
  311. get_frequent_members(good, lst, min);
  312. res = smartlist_join_strings(good, ",", 0, NULL);
  313. if (j)
  314. server_versions = res;
  315. else
  316. client_versions = res;
  317. SMARTLIST_FOREACH(lst, char *, cp, tor_free(cp));
  318. smartlist_free(good);
  319. smartlist_free(lst);
  320. }
  321. smartlist_sort_strings(flags);
  322. smartlist_uniq_strings(flags);
  323. tor_free(va_times);
  324. tor_free(fu_times);
  325. tor_free(vu_times);
  326. tor_free(votesec_list);
  327. tor_free(distsec_list);
  328. }
  329. chunks = smartlist_create();
  330. {
  331. char buf[1024];
  332. char va_buf[ISO_TIME_LEN+1], fu_buf[ISO_TIME_LEN+1],
  333. vu_buf[ISO_TIME_LEN+1];
  334. char *flaglist;
  335. format_iso_time(va_buf, valid_after);
  336. format_iso_time(fu_buf, fresh_until);
  337. format_iso_time(vu_buf, valid_until);
  338. flaglist = smartlist_join_strings(flags, " ", 0, NULL);
  339. tor_snprintf(buf, sizeof(buf),
  340. "network-status-version 3\n"
  341. "vote-status consensus\n"
  342. "valid-after %s\n"
  343. "fresh-until %s\n"
  344. "valid-until %s\n"
  345. "voting-delay %d %d\n"
  346. "client-versions %s\n"
  347. "server-versions %s\n"
  348. "known-flags %s\n",
  349. va_buf, fu_buf, vu_buf,
  350. vote_seconds, dist_seconds,
  351. client_versions, server_versions, flaglist);
  352. smartlist_add(chunks, tor_strdup(buf));
  353. tor_free(flaglist);
  354. }
  355. /* Sort the votes. */
  356. smartlist_sort(votes, _compare_votes_by_authority_id);
  357. /* Add the authority sections. */
  358. SMARTLIST_FOREACH(votes, networkstatus_vote_t *, v,
  359. {
  360. char buf[1024];
  361. struct in_addr in;
  362. char ip[INET_NTOA_BUF_LEN];
  363. char fingerprint[HEX_DIGEST_LEN+1];
  364. char votedigest[HEX_DIGEST_LEN+1];
  365. networkstatus_voter_info_t *voter = get_voter(v);
  366. in.s_addr = htonl(voter->addr);
  367. tor_inet_ntoa(&in, ip, sizeof(ip));
  368. base16_encode(fingerprint, sizeof(fingerprint), voter->identity_digest,
  369. DIGEST_LEN);
  370. base16_encode(votedigest, sizeof(votedigest), voter->vote_digest,
  371. DIGEST_LEN);
  372. tor_snprintf(buf, sizeof(buf),
  373. "dir-source %s %s %s %s %d %d\n"
  374. "contact %s\n"
  375. "vote-digest %s\n",
  376. voter->nickname, fingerprint, voter->address, ip,
  377. voter->dir_port,
  378. voter->or_port,
  379. voter->contact,
  380. votedigest);
  381. smartlist_add(chunks, tor_strdup(buf));
  382. });
  383. /* Add the actual router entries. */
  384. {
  385. int *index; /* index[j] is the current index into votes[j]. */
  386. int *size; /* size[j] is the number of routerstatuses in votes[j]. */
  387. int *flag_counts; /* The number of voters that list flag[j] for the
  388. * currently considered router. */
  389. int i;
  390. smartlist_t *matching_descs = smartlist_create();
  391. smartlist_t *chosen_flags = smartlist_create();
  392. smartlist_t *versions = smartlist_create();
  393. int *n_voter_flags; /* n_voter_flags[j] is the number of flags that
  394. * votes[j] knows about. */
  395. int *n_flag_voters; /* n_flag_voters[f] is the number of votes that care
  396. * about flags[f]. */
  397. int **flag_map; /* flag_map[j][b] is an index f such that flag_map[f]
  398. * is the same flag as votes[j]->known_flags[b]. */
  399. int *named_flag; /* Index of the flag "Named" for votes[j] */
  400. index = tor_malloc_zero(sizeof(int)*smartlist_len(votes));
  401. size = tor_malloc_zero(sizeof(int)*smartlist_len(votes));
  402. n_voter_flags = tor_malloc_zero(sizeof(int) * smartlist_len(votes));
  403. n_flag_voters = tor_malloc_zero(sizeof(int) * smartlist_len(flags));
  404. flag_map = tor_malloc_zero(sizeof(int*) * smartlist_len(votes));
  405. named_flag = tor_malloc_zero(sizeof(int*) * smartlist_len(votes));
  406. for (i = 0; i < smartlist_len(votes); ++i)
  407. named_flag[i] = -1;
  408. SMARTLIST_FOREACH(votes, networkstatus_vote_t *, v,
  409. {
  410. flag_map[v_sl_idx] = tor_malloc_zero(
  411. sizeof(int)*smartlist_len(v->known_flags));
  412. SMARTLIST_FOREACH(v->known_flags, const char *, fl,
  413. {
  414. int p = smartlist_string_pos(flags, fl);
  415. tor_assert(p >= 0);
  416. flag_map[v_sl_idx][fl_sl_idx] = p;
  417. ++n_flag_voters[p];
  418. if (!strcmp(fl, "Named"))
  419. named_flag[v_sl_idx] = fl_sl_idx;
  420. });
  421. n_voter_flags[v_sl_idx] = smartlist_len(v->known_flags);
  422. size[v_sl_idx] = smartlist_len(v->routerstatus_list);
  423. });
  424. /* Now go through all the votes */
  425. flag_counts = tor_malloc(sizeof(int) * smartlist_len(flags));
  426. while (1) {
  427. vote_routerstatus_t *rs;
  428. routerstatus_t rs_out;
  429. const char *lowest_id = NULL;
  430. const char *chosen_version;
  431. const char *chosen_name = NULL;
  432. int naming_conflict = 0;
  433. int n_listing = 0;
  434. int i;
  435. char buf[256];
  436. /* Of the next-to-be-considered digest in each voter, which is first? */
  437. SMARTLIST_FOREACH(votes, networkstatus_vote_t *, v, {
  438. if (index[v_sl_idx] < size[v_sl_idx]) {
  439. rs = smartlist_get(v->routerstatus_list, index[v_sl_idx]);
  440. if (!lowest_id ||
  441. memcmp(rs->status.identity_digest, lowest_id, DIGEST_LEN) < 0)
  442. lowest_id = rs->status.identity_digest;
  443. }
  444. });
  445. if (!lowest_id) /* we're out of routers. */
  446. break;
  447. memset(flag_counts, 0, sizeof(int)*smartlist_len(flags));
  448. smartlist_clear(matching_descs);
  449. smartlist_clear(chosen_flags);
  450. smartlist_clear(versions);
  451. /* Okay, go through all the entries for this digest. */
  452. SMARTLIST_FOREACH(votes, networkstatus_vote_t *, v, {
  453. if (index[v_sl_idx] >= size[v_sl_idx])
  454. continue; /* out of entries. */
  455. rs = smartlist_get(v->routerstatus_list, index[v_sl_idx]);
  456. if (memcmp(rs->status.identity_digest, lowest_id, DIGEST_LEN))
  457. continue; /* doesn't include this router. */
  458. /* At this point, we know that we're looking at a routersatus with
  459. * identity "lowest".
  460. */
  461. ++index[v_sl_idx];
  462. ++n_listing;
  463. smartlist_add(matching_descs, rs);
  464. if (rs->version && rs->version[0])
  465. smartlist_add(versions, rs->version);
  466. /* Tally up all the flags. */
  467. for (i = 0; i < n_voter_flags[v_sl_idx]; ++i) {
  468. if (rs->flags & (U64_LITERAL(1) << i))
  469. ++flag_counts[flag_map[v_sl_idx][i]];
  470. }
  471. if (rs->flags & (U64_LITERAL(1) << named_flag[v_sl_idx])) {
  472. if (chosen_name && strcmp(chosen_name, rs->status.nickname)) {
  473. log_notice(LD_DIR, "Conflict on naming for router: %s vs %s",
  474. chosen_name, rs->status.nickname);
  475. naming_conflict = 1;
  476. }
  477. chosen_name = rs->status.nickname;
  478. }
  479. });
  480. /* We don't include this router at all unless more than half of
  481. * the authorities we believe in list it. */
  482. if (n_listing <= total_authorities/2)
  483. continue;
  484. /* Figure out the most popular opinion of what the most recent
  485. * routerinfo and its contents are. */
  486. rs = compute_routerstatus_consensus(matching_descs);
  487. /* Copy bits of that into rs_out. */
  488. tor_assert(!memcmp(lowest_id, rs->status.identity_digest, DIGEST_LEN));
  489. memcpy(rs_out.identity_digest, lowest_id, DIGEST_LEN);
  490. memcpy(rs_out.descriptor_digest, rs->status.descriptor_digest,
  491. DIGEST_LEN);
  492. rs_out.addr = rs->status.addr;
  493. rs_out.published_on = rs->status.published_on;
  494. rs_out.dir_port = rs->status.dir_port;
  495. rs_out.or_port = rs->status.or_port;
  496. if (chosen_name && !naming_conflict) {
  497. strlcpy(rs_out.nickname, chosen_name, sizeof(rs_out.nickname));
  498. } else {
  499. strlcpy(rs_out.nickname, rs->status.nickname, sizeof(rs_out.nickname));
  500. }
  501. /* Set the flags. */
  502. smartlist_add(chosen_flags, (char*)"s"); /* for the start of the line. */
  503. SMARTLIST_FOREACH(flags, const char *, fl,
  504. {
  505. if (strcmp(fl, "Named")) {
  506. if (flag_counts[fl_sl_idx] > n_flag_voters[fl_sl_idx]/2)
  507. smartlist_add(chosen_flags, (char*)fl);
  508. } else {
  509. if (!naming_conflict && flag_counts[fl_sl_idx])
  510. smartlist_add(chosen_flags, (char*)"Named");
  511. }
  512. });
  513. /* Pick the version. */
  514. if (smartlist_len(versions)) {
  515. sort_version_list(versions, 0);
  516. chosen_version = get_most_frequent_member(versions);
  517. } else {
  518. chosen_version = NULL;
  519. }
  520. /* Okay!! Now we can write the descriptor... */
  521. /* First line goes into "buf". */
  522. routerstatus_format_entry(buf, sizeof(buf), &rs_out, NULL, 1);
  523. smartlist_add(chunks, tor_strdup(buf));
  524. /* Second line is all flags. The "\n" is missing. */
  525. smartlist_add(chunks,
  526. smartlist_join_strings(chosen_flags, " ", 0, NULL));
  527. /* Now the version line. */
  528. if (chosen_version) {
  529. smartlist_add(chunks, tor_strdup("\nv "));
  530. smartlist_add(chunks, tor_strdup(chosen_version));
  531. }
  532. smartlist_add(chunks, tor_strdup("\n"));
  533. /* And the loop is over and we move on to the next router */
  534. }
  535. tor_free(index);
  536. tor_free(size);
  537. tor_free(n_voter_flags);
  538. tor_free(n_flag_voters);
  539. for (i = 0; i < smartlist_len(votes); ++i)
  540. tor_free(flag_map[i]);
  541. tor_free(flag_map);
  542. tor_free(flag_counts);
  543. smartlist_free(matching_descs);
  544. smartlist_free(chosen_flags);
  545. smartlist_free(versions);
  546. }
  547. /* Add a signature. */
  548. {
  549. char digest[DIGEST_LEN];
  550. char fingerprint[HEX_DIGEST_LEN+1];
  551. char signing_key_fingerprint[HEX_DIGEST_LEN+1];
  552. char buf[4096];
  553. smartlist_add(chunks, tor_strdup("directory-signature "));
  554. /* Compute the hash of the chunks. */
  555. hash_list_members(digest, chunks);
  556. /* Get the fingerprints */
  557. crypto_pk_get_fingerprint(identity_key, fingerprint, 0);
  558. crypto_pk_get_fingerprint(signing_key, signing_key_fingerprint, 0);
  559. /* add the junk that will go at the end of the line. */
  560. tor_snprintf(buf, sizeof(buf), "%s %s\n", fingerprint,
  561. signing_key_fingerprint);
  562. /* And the signature. */
  563. if (router_append_dirobj_signature(buf, sizeof(buf), digest,
  564. signing_key)) {
  565. log_warn(LD_BUG, "Couldn't sign consensus networkstatus.");
  566. return NULL; /* This leaks, but it should never happen. */
  567. }
  568. smartlist_add(chunks, tor_strdup(buf));
  569. }
  570. result = smartlist_join_strings(chunks, "", 0, NULL);
  571. tor_free(client_versions);
  572. tor_free(server_versions);
  573. smartlist_free(flags);
  574. SMARTLIST_FOREACH(chunks, char *, cp, tor_free(cp));
  575. smartlist_free(chunks);
  576. {
  577. networkstatus_vote_t *c;
  578. if (!(c = networkstatus_parse_vote_from_string(result, NULL, 0))) {
  579. log_err(LD_BUG,"Generated a networkstatus consensus we couldn't "
  580. "parse.");
  581. tor_free(result);
  582. return NULL;
  583. }
  584. networkstatus_vote_free(c);
  585. }
  586. return result;
  587. }
  588. /** Check whether the signature on <b>voter</b> is correctly signed by
  589. * the signing key of <b>cert</b>. Return -1 if <b>cert</b> doesn't match the
  590. * signing key; otherwise set the good_signature or bad_signature flag on
  591. * <b>voter</b>, and return 0. */
  592. /* (private; exposed for testing.) */
  593. int
  594. networkstatus_check_voter_signature(networkstatus_vote_t *consensus,
  595. networkstatus_voter_info_t *voter,
  596. authority_cert_t *cert)
  597. {
  598. char d[DIGEST_LEN];
  599. char *signed_digest;
  600. size_t signed_digest_len;
  601. if (crypto_pk_get_digest(cert->signing_key, d)<0)
  602. return -1;
  603. if (memcmp(voter->signing_key_digest, d, DIGEST_LEN))
  604. return -1;
  605. signed_digest_len = crypto_pk_keysize(cert->signing_key);
  606. signed_digest = tor_malloc(signed_digest_len);
  607. if (crypto_pk_public_checksig(cert->signing_key,
  608. signed_digest,
  609. voter->signature,
  610. voter->signature_len) != DIGEST_LEN ||
  611. memcmp(signed_digest, consensus->networkstatus_digest, DIGEST_LEN)) {
  612. log_warn(LD_DIR, "Got a bad signature on a networkstatus vote");
  613. voter->bad_signature = 1;
  614. } else {
  615. voter->good_signature = 1;
  616. }
  617. return 0;
  618. }
  619. /** Given a v3 networkstatus consensus in <b>consensus</b>, check every
  620. * as-yet-unchecked signature on <b>consensus</b>. Return 1 if there is a
  621. * signature from every recognized authority on it, 0 if there are
  622. * enough good signatures from recognized authorities on it, -1 if we might
  623. * get enough good signatures by fetching missing certificates, and -2
  624. * otherwise. Log messages at INFO or WARN: if <b>warn</b> is over 1, warn
  625. * about every problem; if warn is at least 1, warn only if we can't get
  626. * enough signatures; if warn is negative, log nothing at all. */
  627. int
  628. networkstatus_check_consensus_signature(networkstatus_vote_t *consensus,
  629. int warn)
  630. {
  631. int n_good = 0;
  632. int n_missing_key = 0;
  633. int n_bad = 0;
  634. int n_unknown = 0;
  635. int n_no_signature = 0;
  636. int n_v3_authorities = get_n_authorities(V3_AUTHORITY);
  637. int n_required = n_v3_authorities/2 + 1;
  638. smartlist_t *need_certs_from = smartlist_create();
  639. smartlist_t *unrecognized = smartlist_create();
  640. smartlist_t *missing_authorities = smartlist_create();
  641. int severity;
  642. tor_assert(! consensus->is_vote);
  643. SMARTLIST_FOREACH(consensus->voters, networkstatus_voter_info_t *, voter,
  644. {
  645. if (!voter->good_signature && !voter->bad_signature && voter->signature) {
  646. /* we can try to check the signature. */
  647. authority_cert_t *cert =
  648. authority_cert_get_by_digests(voter->identity_digest,
  649. voter->signing_key_digest);
  650. if (! cert) {
  651. if (!trusteddirserver_get_by_v3_auth_digest(voter->identity_digest)) {
  652. smartlist_add(unrecognized, voter);
  653. ++n_unknown;
  654. } else {
  655. smartlist_add(need_certs_from, voter);
  656. ++n_missing_key;
  657. }
  658. continue;
  659. }
  660. if (networkstatus_check_voter_signature(consensus, voter, cert) < 0) {
  661. smartlist_add(need_certs_from, voter);
  662. ++n_missing_key;
  663. continue;
  664. }
  665. }
  666. if (voter->good_signature)
  667. ++n_good;
  668. else if (voter->bad_signature)
  669. ++n_bad;
  670. else
  671. ++n_no_signature;
  672. });
  673. /* Now see whether we're missing any voters entirely. */
  674. SMARTLIST_FOREACH(router_get_trusted_dir_servers(),
  675. trusted_dir_server_t *, ds,
  676. {
  677. if ((ds->type & V3_AUTHORITY) &&
  678. !networkstatus_get_voter_by_id(consensus, ds->v3_identity_digest))
  679. smartlist_add(missing_authorities, ds);
  680. });
  681. if (warn > 1 || (warn >= 0 && n_good < n_required))
  682. severity = LOG_WARN;
  683. else
  684. severity = LOG_INFO;
  685. if (warn >= 0) {
  686. SMARTLIST_FOREACH(unrecognized, networkstatus_voter_info_t *, voter,
  687. {
  688. log(severity, LD_DIR, "Consensus includes unrecognized authority '%s' "
  689. "at %s:%d (contact %s; identity %s)",
  690. voter->nickname, voter->address, (int)voter->dir_port,
  691. voter->contact?voter->contact:"n/a",
  692. hex_str(voter->identity_digest, DIGEST_LEN));
  693. });
  694. SMARTLIST_FOREACH(need_certs_from, networkstatus_voter_info_t *, voter,
  695. {
  696. log_info(LD_DIR, "Looks like we need to download a new certificate "
  697. "from authority '%s' at %s:%d (contact %s; identity %s)",
  698. voter->nickname, voter->address, (int)voter->dir_port,
  699. voter->contact?voter->contact:"n/a",
  700. hex_str(voter->identity_digest, DIGEST_LEN));
  701. });
  702. SMARTLIST_FOREACH(missing_authorities, trusted_dir_server_t *, ds,
  703. {
  704. log(severity, LD_DIR, "Consensus does not include configured "
  705. "authority '%s' at %s:%d (identity %s)",
  706. ds->nickname, ds->address, (int)ds->dir_port,
  707. hex_str(ds->v3_identity_digest, DIGEST_LEN));
  708. });
  709. log(severity, LD_DIR,
  710. "%d unknown, %d missing key, %d good, %d bad, %d no signature, "
  711. "%d required", n_unknown, n_missing_key, n_good, n_bad,
  712. n_no_signature, n_required);
  713. }
  714. smartlist_free(unrecognized);
  715. smartlist_free(need_certs_from);
  716. smartlist_free(missing_authorities);
  717. if (n_good == n_v3_authorities)
  718. return 1;
  719. else if (n_good >= n_required)
  720. return 0;
  721. else if (n_good + n_missing_key >= n_required)
  722. return -1;
  723. else
  724. return -2;
  725. }
  726. /** Given a consensus vote <b>target</b> and a set of detached signatures in
  727. * <b>sigs</b> that correspond to the same consensus, check whether there are
  728. * any new signatures in <b>src_voter_list</b> that should be added to
  729. * <b>target. (A signature should be added if we have no signature for that
  730. * voter in <b>target</b> yet, or if we have no verifiable signature and the
  731. * new signature is verifiable.) Return the number of signatures added or
  732. * changed, or -1 if the document signed by <b>sigs</b> isn't the same
  733. * document as <b>target</b>. */
  734. int
  735. networkstatus_add_detached_signatures(networkstatus_vote_t *target,
  736. ns_detached_signatures_t *sigs)
  737. {
  738. int r = 0;
  739. tor_assert(sigs);
  740. tor_assert(target);
  741. tor_assert(!target->is_vote);
  742. /* Are they the same consensus? */
  743. if (memcmp(target->networkstatus_digest, sigs->networkstatus_digest,
  744. DIGEST_LEN))
  745. return -1;
  746. /* For each voter in src... */
  747. SMARTLIST_FOREACH(sigs->signatures, networkstatus_voter_info_t *, src_voter,
  748. {
  749. networkstatus_voter_info_t *target_voter =
  750. networkstatus_get_voter_by_id(target, src_voter->identity_digest);
  751. authority_cert_t *cert;
  752. /* If the target doesn't know about this voter, then forget it. */
  753. if (!target_voter)
  754. continue;
  755. /* If the target already has a good signature from this voter, then skip
  756. * this one. */
  757. if (target_voter->good_signature)
  758. continue;
  759. /* Try checking the signature if we haven't already. */
  760. if (!src_voter->good_signature && !src_voter->bad_signature) {
  761. cert = authority_cert_get_by_digests(src_voter->identity_digest,
  762. src_voter->signing_key_digest);
  763. if (cert) {
  764. networkstatus_check_voter_signature(target, src_voter, cert);
  765. }
  766. }
  767. /* If this signature is good, or we don't have any signature yet,
  768. * then add it. */
  769. if (src_voter->good_signature || !target_voter->signature) {
  770. ++r;
  771. tor_free(target_voter->signature);
  772. target_voter->signature =
  773. tor_memdup(src_voter->signature, src_voter->signature_len);
  774. memcpy(target_voter->signing_key_digest, src_voter->signing_key_digest,
  775. DIGEST_LEN);
  776. target_voter->signature_len = src_voter->signature_len;
  777. target_voter->good_signature = 1;
  778. target_voter->bad_signature = 0;
  779. }
  780. });
  781. return r;
  782. }
  783. /** Return a newly allocated string holding the detached-signatures document
  784. * corresponding to the signatures on <b>consensus</b>. */
  785. char *
  786. networkstatus_get_detached_signatures(networkstatus_vote_t *consensus)
  787. {
  788. smartlist_t *elements;
  789. char buf[4096];
  790. char *result = NULL;
  791. int n_sigs = 0;
  792. tor_assert(consensus);
  793. tor_assert(! consensus->is_vote);
  794. elements = smartlist_create();
  795. {
  796. char va_buf[ISO_TIME_LEN+1], fu_buf[ISO_TIME_LEN+1],
  797. vu_buf[ISO_TIME_LEN+1];
  798. char d[HEX_DIGEST_LEN+1];
  799. base16_encode(d, sizeof(d), consensus->networkstatus_digest, DIGEST_LEN);
  800. format_iso_time(va_buf, consensus->valid_after);
  801. format_iso_time(fu_buf, consensus->fresh_until);
  802. format_iso_time(vu_buf, consensus->valid_until);
  803. tor_snprintf(buf, sizeof(buf),
  804. "consensus-digest %s\n"
  805. "valid-after %s\n"
  806. "fresh-until %s\n"
  807. "valid-until %s\n", d, va_buf, fu_buf, vu_buf);
  808. smartlist_add(elements, tor_strdup(buf));
  809. }
  810. SMARTLIST_FOREACH(consensus->voters, networkstatus_voter_info_t *, v,
  811. {
  812. char sk[HEX_DIGEST_LEN+1];
  813. char id[HEX_DIGEST_LEN+1];
  814. if (!v->signature || v->bad_signature)
  815. continue;
  816. ++n_sigs;
  817. base16_encode(sk, sizeof(sk), v->signing_key_digest, DIGEST_LEN);
  818. base16_encode(id, sizeof(id), v->identity_digest, DIGEST_LEN);
  819. tor_snprintf(buf, sizeof(buf),
  820. "directory-signature %s %s\n-----BEGIN SIGNATURE-----\n",
  821. id, sk);
  822. smartlist_add(elements, tor_strdup(buf));
  823. base64_encode(buf, sizeof(buf), v->signature, v->signature_len);
  824. strlcat(buf, "-----END SIGNATURE-----\n", sizeof(buf));
  825. smartlist_add(elements, tor_strdup(buf));
  826. });
  827. result = smartlist_join_strings(elements, "", 0, NULL);
  828. SMARTLIST_FOREACH(elements, char *, cp, tor_free(cp));
  829. smartlist_free(elements);
  830. if (!n_sigs)
  831. tor_free(result);
  832. return result;
  833. }
  834. /** Release all storage held in <b>s</b>. */
  835. void
  836. ns_detached_signatures_free(ns_detached_signatures_t *s)
  837. {
  838. if (s->signatures) {
  839. SMARTLIST_FOREACH(s->signatures, networkstatus_voter_info_t *, v,
  840. {
  841. tor_free(v->signature);
  842. tor_free(v);
  843. });
  844. smartlist_free(s->signatures);
  845. }
  846. tor_free(s);
  847. }
  848. /* =====
  849. * Certificate functions
  850. * ===== */
  851. /** Free storage held in <b>cert</b>. */
  852. void
  853. authority_cert_free(authority_cert_t *cert)
  854. {
  855. if (!cert)
  856. return;
  857. tor_free(cert->cache_info.signed_descriptor_body);
  858. if (cert->signing_key)
  859. crypto_free_pk_env(cert->signing_key);
  860. if (cert->identity_key)
  861. crypto_free_pk_env(cert->identity_key);
  862. tor_free(cert);
  863. }
  864. /** Allocate and return a new authority_cert_t with the same contents as
  865. * <b>cert</b>. */
  866. authority_cert_t *
  867. authority_cert_dup(authority_cert_t *cert)
  868. {
  869. authority_cert_t *out = tor_malloc(sizeof(authority_cert_t));
  870. tor_assert(cert);
  871. memcpy(out, cert, sizeof(authority_cert_t));
  872. /* Now copy pointed-to things. */
  873. out->cache_info.signed_descriptor_body =
  874. tor_strndup(cert->cache_info.signed_descriptor_body,
  875. cert->cache_info.signed_descriptor_len);
  876. out->cache_info.saved_location = SAVED_NOWHERE;
  877. out->identity_key = crypto_pk_dup_key(cert->identity_key);
  878. out->signing_key = crypto_pk_dup_key(cert->signing_key);
  879. return out;
  880. }
  881. /* =====
  882. * Vote scheduling
  883. * ===== */
  884. /** Set *<b>timing_out</b> to the intervals at which we would like to vote.
  885. * Note that these aren't the intervals we'll use to vote; they're the ones
  886. * that we'll vote to use. */
  887. void
  888. dirvote_get_preferred_voting_intervals(vote_timing_t *timing_out)
  889. {
  890. or_options_t *options = get_options();
  891. tor_assert(timing_out);
  892. timing_out->vote_interval = options->V3AuthVotingInterval;
  893. timing_out->n_intervals_valid = options->V3AuthNIntervalsValid;
  894. timing_out->vote_delay = options->V3AuthVoteDelay;
  895. timing_out->dist_delay = options->V3AuthDistDelay;
  896. }
  897. /** Return the start of the next interval of size <b>interval</b> (in seconds)
  898. * after <b>now</b>. Midnight always starts a fresh interval, and if the last
  899. * interval of a day would be truncated to less than half its size, it is
  900. * rolled into the previous interval. */
  901. time_t
  902. dirvote_get_start_of_next_interval(time_t now, int interval)
  903. {
  904. struct tm tm;
  905. time_t midnight_today;
  906. time_t midnight_tomorrow;
  907. time_t next;
  908. tor_gmtime_r(&now, &tm);
  909. tm.tm_hour = 0;
  910. tm.tm_min = 0;
  911. tm.tm_sec = 0;
  912. midnight_today = tor_timegm(&tm);
  913. midnight_tomorrow = midnight_today + (24*60*60);
  914. next = midnight_today + ((now-midnight_today)/interval + 1)*interval;
  915. /* Intervals never cross midnight. */
  916. if (next > midnight_tomorrow)
  917. next = midnight_tomorrow;
  918. /* If the interval would only last half as long as it's supposed to, then
  919. * skip over to the next day. */
  920. if (next + interval/2 > midnight_tomorrow)
  921. next = midnight_tomorrow;
  922. return next;
  923. }
  924. /** Scheduling information for a voting interval. */
  925. static struct {
  926. /** When do we generate and distribute our vote for this interval? */
  927. time_t voting_starts;
  928. /** When do we send an HTTP request for any votes that we haven't
  929. * been posted yet?*/
  930. time_t fetch_missing_votes;
  931. /** When do we give up on getting more votes and generate a consensus? */
  932. time_t voting_ends;
  933. /** When do we send an HTTP request for any signatures we're expecting to
  934. * see on the consensus? */
  935. time_t fetch_missing_signatures;
  936. /** When do we publish the consensus? */
  937. time_t interval_starts;
  938. /* True iff we have generated and distributed our vote. */
  939. int have_voted;
  940. /* True iff we've requested missing votes. */
  941. int have_fetched_missing_votes;
  942. /* True iff we have built a consensus and sent the signatures around. */
  943. int have_built_consensus;
  944. /* True iff we've fetched missing signatures. */
  945. int have_fetched_missing_signatures;
  946. /* True iff we have published our consensus. */
  947. int have_published_consensus;
  948. } voting_schedule = {0,0,0,0,0,0,0,0,0,0};
  949. /** Set voting_schedule to hold the timing for the next vote we should be
  950. * doing. */
  951. void
  952. dirvote_recalculate_timing(time_t now)
  953. {
  954. int interval, vote_delay, dist_delay;
  955. time_t start;
  956. time_t end;
  957. networkstatus_vote_t *consensus = networkstatus_get_live_consensus(now);
  958. memset(&voting_schedule, 0, sizeof(voting_schedule));
  959. if (consensus) {
  960. interval = consensus->fresh_until - consensus->valid_after;
  961. vote_delay = consensus->vote_seconds;
  962. dist_delay = consensus->dist_seconds;
  963. } else {
  964. interval = 30*60;
  965. vote_delay = dist_delay = 300;
  966. }
  967. tor_assert(interval > 0);
  968. if (vote_delay + dist_delay > interval/2)
  969. vote_delay = dist_delay = interval / 4;
  970. start = voting_schedule.interval_starts =
  971. dirvote_get_start_of_next_interval(now,interval);
  972. end = dirvote_get_start_of_next_interval(start+1, interval);
  973. tor_assert(end > start);
  974. voting_schedule.fetch_missing_signatures = start - (dist_delay/2);
  975. voting_schedule.voting_ends = start - dist_delay;
  976. voting_schedule.fetch_missing_votes = start - dist_delay - (vote_delay/2);
  977. voting_schedule.voting_starts = start - dist_delay - vote_delay;
  978. {
  979. char tbuf[ISO_TIME_LEN+1];
  980. format_iso_time(tbuf, voting_schedule.interval_starts);
  981. log_notice(LD_DIR,"Choosing expected valid-after time as %s: "
  982. "consensus_set=%d, interval=%d",
  983. tbuf, consensus?1:0, interval);
  984. }
  985. }
  986. /** Entry point: Take whatever voting actions are pending as of <b>now</b>. */
  987. void
  988. dirvote_act(time_t now)
  989. {
  990. if (!voting_schedule.voting_starts) {
  991. char *keys = list_v3_auth_ids();
  992. authority_cert_t *c = get_my_v3_authority_cert();
  993. log_notice(LD_DIR, "Scheduling voting. Known authority IDs are %s. "
  994. "Mine is %s.",
  995. keys, hex_str(c->cache_info.identity_digest, DIGEST_LEN));
  996. tor_free(keys);
  997. dirvote_recalculate_timing(now);
  998. }
  999. if (voting_schedule.voting_starts < now && !voting_schedule.have_voted) {
  1000. log_notice(LD_DIR, "Time to vote.");
  1001. dirvote_perform_vote();
  1002. voting_schedule.have_voted = 1;
  1003. }
  1004. if (voting_schedule.fetch_missing_votes < now &&
  1005. !voting_schedule.have_fetched_missing_votes) {
  1006. log_notice(LD_DIR, "Time to fetch any votes that we're missing.");
  1007. dirvote_fetch_missing_votes();
  1008. voting_schedule.have_fetched_missing_votes = 1;
  1009. }
  1010. if (voting_schedule.voting_ends < now &&
  1011. !voting_schedule.have_built_consensus) {
  1012. log_notice(LD_DIR, "Time to compute a consensus.");
  1013. dirvote_compute_consensus();
  1014. /* XXXX020 we will want to try again later if we haven't got enough
  1015. * votes yet. */
  1016. voting_schedule.have_built_consensus = 1;
  1017. }
  1018. if (voting_schedule.fetch_missing_signatures < now &&
  1019. !voting_schedule.have_fetched_missing_signatures) {
  1020. log_notice(LD_DIR, "Time to fetch any signatures that we're missing.");
  1021. dirvote_fetch_missing_signatures();
  1022. voting_schedule.have_fetched_missing_signatures = 1;
  1023. }
  1024. if (voting_schedule.interval_starts < now &&
  1025. !voting_schedule.have_published_consensus) {
  1026. log_notice(LD_DIR, "Time to publish the consensus and discard old votes");
  1027. dirvote_publish_consensus();
  1028. dirvote_clear_votes(0);
  1029. voting_schedule.have_published_consensus = 1;
  1030. /* XXXX020 we will want to try again later if we haven't got enough
  1031. * signatures yet. */
  1032. dirvote_recalculate_timing(now);
  1033. }
  1034. }
  1035. /** A vote networkstatus_vote_t and its unparsed body: held around so we can
  1036. * use it to generate a consensus (at voting_ends) and so we can serve it to
  1037. * other authorities that might want it. */
  1038. typedef struct pending_vote_t {
  1039. cached_dir_t *vote_body;
  1040. networkstatus_vote_t *vote;
  1041. } pending_vote_t;
  1042. /** List of pending_vote_t for the current vote. Before we've used them to
  1043. * build a consensus, the votes go here. */
  1044. static smartlist_t *pending_vote_list = NULL;
  1045. /** List of pending_vote_t for the previous vote. After we've used them to
  1046. * build a consensus, the votes go here for the next period. */
  1047. static smartlist_t *previous_vote_list = NULL;
  1048. /** The body of the consensus that we're currently building. Once we
  1049. * have it built, it goes into dirserv.c */
  1050. static char *pending_consensus_body = NULL;
  1051. /** The detached signatures for the consensus that we're currently
  1052. * building. */
  1053. static char *pending_consensus_signatures = NULL;
  1054. /** The parsed in-progress consensus document. */
  1055. static networkstatus_vote_t *pending_consensus = NULL;
  1056. /** List of ns_detached_signatures_t: hold signatures that get posted to us
  1057. * before we have generated the consensus on our own. */
  1058. static smartlist_t *pending_consensus_signature_list = NULL;
  1059. /** Generate a networkstatus vote and post it to all the v3 authorities.
  1060. * (V3 Authority only) */
  1061. static void
  1062. dirvote_perform_vote(void)
  1063. {
  1064. cached_dir_t *new_vote = generate_v3_networkstatus();
  1065. pending_vote_t *pending_vote;
  1066. int status;
  1067. const char *msg = "";
  1068. if (!new_vote)
  1069. return;
  1070. if (!(pending_vote = dirvote_add_vote(new_vote->dir, &msg, &status))) {
  1071. log_warn(LD_DIR, "Couldn't store my own vote! (I told myself, '%s'.)",
  1072. msg);
  1073. return;
  1074. }
  1075. directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_VOTE,
  1076. ROUTER_PURPOSE_GENERAL,
  1077. V3_AUTHORITY,
  1078. pending_vote->vote_body->dir,
  1079. pending_vote->vote_body->dir_len, 0);
  1080. log_notice(LD_DIR, "Vote posted.");
  1081. }
  1082. /** Send an HTTP request to every other v3 authority, for the votes of every
  1083. * authority for which we haven't received a vote yet in this period. (V3
  1084. * authority only) */
  1085. static void
  1086. dirvote_fetch_missing_votes(void)
  1087. {
  1088. smartlist_t *missing_fps = smartlist_create();
  1089. char *resource;
  1090. SMARTLIST_FOREACH(router_get_trusted_dir_servers(),
  1091. trusted_dir_server_t *, ds,
  1092. {
  1093. if (!(ds->type & V3_AUTHORITY))
  1094. continue;
  1095. if (!dirvote_get_vote(ds->v3_identity_digest,
  1096. DGV_BY_ID|DGV_INCLUDE_PENDING)) {
  1097. char *cp = tor_malloc(HEX_DIGEST_LEN+1);
  1098. base16_encode(cp, HEX_DIGEST_LEN+1, ds->v3_identity_digest,
  1099. DIGEST_LEN);
  1100. smartlist_add(missing_fps, cp);
  1101. }
  1102. });
  1103. if (!smartlist_len(missing_fps)) {
  1104. smartlist_free(missing_fps);
  1105. return;
  1106. }
  1107. log_notice(LOG_NOTICE, "We're missing votes from %d authorities. Asking "
  1108. "every other authority for a copy.", smartlist_len(missing_fps));
  1109. resource = smartlist_join_strings(missing_fps, "+", 0, NULL);
  1110. directory_get_from_all_authorities(DIR_PURPOSE_FETCH_STATUS_VOTE,
  1111. 0, resource);
  1112. tor_free(resource);
  1113. SMARTLIST_FOREACH(missing_fps, char *, cp, tor_free(cp));
  1114. smartlist_free(missing_fps);
  1115. }
  1116. /** Send a request to every other authority for its detached signatures,
  1117. * unless we have signatures from all other v3 authorities already. */
  1118. static void
  1119. dirvote_fetch_missing_signatures(void)
  1120. {
  1121. if (!pending_consensus)
  1122. return;
  1123. if (networkstatus_check_consensus_signature(pending_consensus, -1) == 1)
  1124. return; /* we have a signature from everybody. */
  1125. directory_get_from_all_authorities(DIR_PURPOSE_FETCH_DETACHED_SIGNATURES,
  1126. 0, NULL);
  1127. }
  1128. /** Drop all currently pending votes, consensus, and detached signatures. */
  1129. static void
  1130. dirvote_clear_votes(int all_votes)
  1131. {
  1132. if (!previous_vote_list)
  1133. previous_vote_list = smartlist_create();
  1134. if (!pending_vote_list)
  1135. pending_vote_list = smartlist_create();
  1136. /* All "previous" votes are now junk. */
  1137. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, v, {
  1138. cached_dir_decref(v->vote_body);
  1139. v->vote_body = NULL;
  1140. networkstatus_vote_free(v->vote);
  1141. tor_free(v);
  1142. });
  1143. smartlist_clear(previous_vote_list);
  1144. if (all_votes) {
  1145. /* If we're dumping all the votes, we delete the pending ones. */
  1146. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v, {
  1147. cached_dir_decref(v->vote_body);
  1148. v->vote_body = NULL;
  1149. networkstatus_vote_free(v->vote);
  1150. tor_free(v);
  1151. });
  1152. } else {
  1153. /* Otherwise, we move them into "previous". */
  1154. smartlist_add_all(previous_vote_list, pending_vote_list);
  1155. }
  1156. smartlist_clear(pending_vote_list);
  1157. if (pending_consensus_signature_list) {
  1158. SMARTLIST_FOREACH(pending_consensus_signature_list, char *, cp,
  1159. tor_free(cp));
  1160. smartlist_clear(pending_consensus_signature_list);
  1161. }
  1162. tor_free(pending_consensus_body);
  1163. tor_free(pending_consensus_signatures);
  1164. if (pending_consensus) {
  1165. networkstatus_vote_free(pending_consensus);
  1166. pending_consensus = NULL;
  1167. }
  1168. }
  1169. /** Return a newly allocated string containing the hex-encoded v3 authority
  1170. identity digest of every recognized v3 authority. */
  1171. static char *
  1172. list_v3_auth_ids(void)
  1173. {
  1174. smartlist_t *known_v3_keys = smartlist_create();
  1175. char *keys;
  1176. SMARTLIST_FOREACH(router_get_trusted_dir_servers(),
  1177. trusted_dir_server_t *, ds,
  1178. if ((ds->type & V3_AUTHORITY) &&
  1179. !tor_digest_is_zero(ds->v3_identity_digest))
  1180. smartlist_add(known_v3_keys,
  1181. tor_strdup(hex_str(ds->v3_identity_digest, DIGEST_LEN))));
  1182. keys = smartlist_join_strings(known_v3_keys, ", ", 0, NULL);
  1183. SMARTLIST_FOREACH(known_v3_keys, char *, cp, tor_free(cp));
  1184. smartlist_free(known_v3_keys);
  1185. return keys;
  1186. }
  1187. /** Called when we have received a networkstatus vote in <b>vote_body</b>.
  1188. * Parse and validate it, and on success store it as a pending vote (which we
  1189. * then return). Return NULL on failure. Sets *<b>msg_out</b> and
  1190. * *<b>status_out</b> to an HTTP response and status code. (V3 authority
  1191. * only) */
  1192. pending_vote_t *
  1193. dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
  1194. {
  1195. networkstatus_vote_t *vote;
  1196. networkstatus_voter_info_t *vi;
  1197. trusted_dir_server_t *ds;
  1198. pending_vote_t *pending_vote = NULL;
  1199. const char *end_of_vote = NULL;
  1200. int any_failed = 0;
  1201. tor_assert(vote_body);
  1202. tor_assert(msg_out);
  1203. tor_assert(status_out);
  1204. if (!pending_vote_list)
  1205. pending_vote_list = smartlist_create();
  1206. *status_out = 0;
  1207. *msg_out = NULL;
  1208. again:
  1209. vote = networkstatus_parse_vote_from_string(vote_body, &end_of_vote, 1);
  1210. if (!end_of_vote)
  1211. end_of_vote = vote_body + strlen(vote_body);
  1212. if (!vote) {
  1213. log_warn(LD_DIR, "Couldn't parse vote: length was %d",
  1214. (int)strlen(vote_body));
  1215. *msg_out = "Unable to parse vote";
  1216. goto err;
  1217. }
  1218. tor_assert(smartlist_len(vote->voters) == 1);
  1219. vi = get_voter(vote);
  1220. tor_assert(vi->good_signature == 1);
  1221. ds = trusteddirserver_get_by_v3_auth_digest(vi->identity_digest);
  1222. if (!ds || !(ds->type & V3_AUTHORITY)) {
  1223. char *keys = list_v3_auth_ids();
  1224. log_warn(LD_DIR, "Got a vote from an authority with authority key ID %s. "
  1225. "This authority %s. Known v3 key IDs are: %s",
  1226. hex_str(vi->identity_digest, DIGEST_LEN),
  1227. ds?"is not recognized":"is recognized, but is not listed as v3",
  1228. keys);
  1229. tor_free(keys);
  1230. *msg_out = "Vote not from a recognized v3 authority";
  1231. goto err;
  1232. }
  1233. tor_assert(vote->cert);
  1234. if (!authority_cert_get_by_digests(vote->cert->cache_info.identity_digest,
  1235. vote->cert->signing_key_digest)) {
  1236. /* Hey, it's a new cert! */
  1237. trusted_dirs_load_certs_from_string(
  1238. vote->cert->cache_info.signed_descriptor_body,
  1239. 0 /* from_store */);
  1240. if (!authority_cert_get_by_digests(vote->cert->cache_info.identity_digest,
  1241. vote->cert->signing_key_digest)) {
  1242. log_warn(LD_BUG, "We added a cert, but still couldn't find it.");
  1243. }
  1244. }
  1245. /* Is it for the right period? */
  1246. if (vote->valid_after != voting_schedule.interval_starts) {
  1247. char tbuf1[ISO_TIME_LEN+1], tbuf2[ISO_TIME_LEN+1];
  1248. format_iso_time(tbuf1, vote->valid_after);
  1249. format_iso_time(tbuf2, voting_schedule.interval_starts);
  1250. log_warn(LD_DIR, "Rejecting vote with valid-after time of %s; we were "
  1251. "expecting %s", tbuf1, tbuf2);
  1252. *msg_out = "Bad valid-after time";
  1253. goto err;
  1254. }
  1255. /* Now see whether we already h<ave a vote from this authority.*/
  1256. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v, {
  1257. if (! memcmp(v->vote->cert->cache_info.identity_digest,
  1258. vote->cert->cache_info.identity_digest,
  1259. DIGEST_LEN)) {
  1260. networkstatus_voter_info_t *vi_old = get_voter(v->vote);
  1261. if (!memcmp(vi_old->vote_digest, vi->vote_digest, DIGEST_LEN)) {
  1262. /* Ah, it's the same vote. Not a problem. */
  1263. log_info(LD_DIR, "Discarding a vote we already have.");
  1264. if (*status_out < 200)
  1265. *status_out = 200;
  1266. if (!*msg_out)
  1267. *msg_out = "OK";
  1268. goto discard;
  1269. } else if (v->vote->published < vote->published) {
  1270. log_notice(LD_DIR, "Replacing an older pending vote from this "
  1271. "directory.");
  1272. cached_dir_decref(v->vote_body);
  1273. networkstatus_vote_free(v->vote);
  1274. v->vote_body = new_cached_dir(tor_strndup(vote_body,
  1275. end_of_vote-vote_body),
  1276. vote->published);
  1277. v->vote = vote;
  1278. if (end_of_vote &&
  1279. !strcmpstart(end_of_vote, "network-status-version"))
  1280. goto again;
  1281. if (*status_out < 200)
  1282. *status_out = 200;
  1283. if (!*msg_out)
  1284. *msg_out = "OK";
  1285. return v;
  1286. } else {
  1287. *msg_out = "Already have a newer pending vote";
  1288. goto err;
  1289. }
  1290. }
  1291. });
  1292. pending_vote = tor_malloc_zero(sizeof(pending_vote_t));
  1293. pending_vote->vote_body = new_cached_dir(tor_strndup(vote_body,
  1294. end_of_vote-vote_body),
  1295. vote->published);
  1296. pending_vote->vote = vote;
  1297. smartlist_add(pending_vote_list, pending_vote);
  1298. if (!strcmpstart(end_of_vote, "network-status-version ")) {
  1299. vote_body = end_of_vote;
  1300. goto again;
  1301. }
  1302. goto done;
  1303. err:
  1304. any_failed = 1;
  1305. if (!*msg_out)
  1306. *msg_out = "Error adding vote";
  1307. if (*status_out < 400)
  1308. *status_out = 400;
  1309. discard:
  1310. if (vote)
  1311. networkstatus_vote_free(vote);
  1312. if (end_of_vote && !strcmpstart(end_of_vote, "network-status-version ")) {
  1313. vote_body = end_of_vote;
  1314. goto again;
  1315. }
  1316. done:
  1317. if (*status_out < 200)
  1318. *status_out = 200;
  1319. if (!*msg_out)
  1320. *msg_out = "ok";
  1321. return any_failed ? NULL : pending_vote;
  1322. }
  1323. /** Try to compute a v3 networkstatus consensus from the currently pending
  1324. * votes. Return 0 on success, -1 on failure. Store the consensus in
  1325. * pending_consensus: it won't be ready to be published until we have
  1326. * everybody else's signatures collected too. (V3 Authoritity only) */
  1327. static int
  1328. dirvote_compute_consensus(void)
  1329. {
  1330. /* Have we got enough votes to try? */
  1331. int n_votes, n_voters;
  1332. smartlist_t *votes = NULL;
  1333. char *consensus_body = NULL, *signatures = NULL;
  1334. networkstatus_vote_t *consensus = NULL;
  1335. authority_cert_t *my_cert;
  1336. if (!pending_vote_list)
  1337. pending_vote_list = smartlist_create();
  1338. n_voters = get_n_authorities(V3_AUTHORITY);
  1339. n_votes = smartlist_len(pending_vote_list);
  1340. if (n_votes <= n_voters/2) {
  1341. log_warn(LD_DIR, "We don't have enough votes to generate a consensus.");
  1342. goto err;
  1343. }
  1344. if (!(my_cert = get_my_v3_authority_cert())) {
  1345. log_warn(LD_DIR, "Can't generate consensus without a certificate.");
  1346. goto err;
  1347. }
  1348. votes = smartlist_create();
  1349. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v,
  1350. smartlist_add(votes, v->vote));
  1351. consensus_body = networkstatus_compute_consensus(
  1352. votes, n_voters,
  1353. my_cert->identity_key,
  1354. get_my_v3_authority_signing_key());
  1355. if (!consensus_body) {
  1356. log_warn(LD_DIR, "Couldn't generate a consensus at all!");
  1357. goto err;
  1358. }
  1359. consensus = networkstatus_parse_vote_from_string(consensus_body, NULL, 0);
  1360. if (!consensus) {
  1361. log_warn(LD_DIR, "Couldn't parse consensus we generated!");
  1362. goto err;
  1363. }
  1364. /* 'Check' our own signature, to mark it valid. */
  1365. networkstatus_check_consensus_signature(consensus, -1);
  1366. signatures = networkstatus_get_detached_signatures(consensus);
  1367. if (!signatures) {
  1368. log_warn(LD_DIR, "Couldn't extract signatures.");
  1369. goto err;
  1370. }
  1371. tor_free(pending_consensus_body);
  1372. pending_consensus_body = consensus_body;
  1373. tor_free(pending_consensus_signatures);
  1374. pending_consensus_signatures = signatures;
  1375. if (pending_consensus)
  1376. networkstatus_vote_free(pending_consensus);
  1377. pending_consensus = consensus;
  1378. if (pending_consensus_signature_list) {
  1379. int n_sigs = 0;
  1380. /* we may have gotten signatures for this consensus before we built
  1381. * it ourself. Add them now. */
  1382. SMARTLIST_FOREACH(pending_consensus_signature_list, char *, sig,
  1383. {
  1384. const char *msg = NULL;
  1385. n_sigs += dirvote_add_signatures_to_pending_consensus(sig, &msg);
  1386. tor_free(sig);
  1387. });
  1388. if (n_sigs)
  1389. log_notice(LD_DIR, "Added %d pending signatures while building "
  1390. "consensus.", n_sigs);
  1391. smartlist_clear(pending_consensus_signature_list);
  1392. }
  1393. log_notice(LD_DIR, "Consensus computed; uploading signature(s)");
  1394. directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_SIGNATURES,
  1395. ROUTER_PURPOSE_GENERAL,
  1396. V3_AUTHORITY,
  1397. pending_consensus_signatures,
  1398. strlen(pending_consensus_signatures), 0);
  1399. log_notice(LD_DIR, "Signature(s) posted.");
  1400. return 0;
  1401. err:
  1402. if (votes)
  1403. smartlist_free(votes);
  1404. tor_free(consensus_body);
  1405. tor_free(signatures);
  1406. networkstatus_vote_free(consensus);
  1407. return -1;
  1408. }
  1409. /** Helper: we just got the <b>deteached_signatures_body</b> sent to us as
  1410. * signatures on the currently pending consensus. Add them to the consensus
  1411. * as appropriate. Return the number of signatures added. (?) */
  1412. static int
  1413. dirvote_add_signatures_to_pending_consensus(
  1414. const char *detached_signatures_body,
  1415. const char **msg_out)
  1416. {
  1417. ns_detached_signatures_t *sigs = NULL;
  1418. int r = -1;
  1419. tor_assert(detached_signatures_body);
  1420. tor_assert(msg_out);
  1421. /* Only call if we have a pending consensus right now. */
  1422. tor_assert(pending_consensus);
  1423. tor_assert(pending_consensus_body);
  1424. tor_assert(pending_consensus_signatures);
  1425. *msg_out = NULL;
  1426. if (!(sigs = networkstatus_parse_detached_signatures(
  1427. detached_signatures_body, NULL))) {
  1428. *msg_out = "Couldn't parse detached signatures.";
  1429. goto err;
  1430. }
  1431. r = networkstatus_add_detached_signatures(pending_consensus,
  1432. sigs);
  1433. if (r >= 0) {
  1434. char *new_detached =
  1435. networkstatus_get_detached_signatures(pending_consensus);
  1436. const char *src;
  1437. char *dst;
  1438. size_t new_consensus_len =
  1439. strlen(pending_consensus_body) + strlen(new_detached) + 1;
  1440. pending_consensus_body = tor_realloc(pending_consensus_body,
  1441. new_consensus_len);
  1442. dst = strstr(pending_consensus_body, "directory-signature ");
  1443. tor_assert(dst);
  1444. src = strstr(new_detached, "directory-signature ");
  1445. tor_assert(src);
  1446. strlcpy(dst, src, new_consensus_len - (dst-pending_consensus_body));
  1447. /* XXXX020 remove this block once it has failed to crash for a while. */
  1448. {
  1449. ns_detached_signatures_t *sigs =
  1450. networkstatus_parse_detached_signatures(new_detached, NULL);
  1451. networkstatus_vote_t *v = networkstatus_parse_vote_from_string(
  1452. pending_consensus_body, NULL, 0);
  1453. tor_assert(sigs);
  1454. ns_detached_signatures_free(sigs);
  1455. tor_assert(v);
  1456. networkstatus_vote_free(v);
  1457. }
  1458. tor_free(pending_consensus_signatures);
  1459. pending_consensus_signatures = new_detached;
  1460. *msg_out = "Signatures added";
  1461. } else {
  1462. *msg_out = "Digest mismatch when adding detached signatures";
  1463. }
  1464. goto done;
  1465. err:
  1466. if (!msg_out)
  1467. *msg_out = "Unrecognized error while adding detached signatures.";
  1468. done:
  1469. if (sigs)
  1470. ns_detached_signatures_free(sigs);
  1471. return r;
  1472. }
  1473. /** Helper: we just got the <b>deteached_signatures_body</b> sent to us as
  1474. * signatures on the currently pending consensus. Add them to the pending
  1475. * consensus (if we have one); otherwise queue them until we have a
  1476. * consensus. Return negative on failure, nonnegative on success. */
  1477. int
  1478. dirvote_add_signatures(const char *detached_signatures_body,
  1479. const char **msg)
  1480. {
  1481. if (pending_consensus) {
  1482. log_notice(LD_DIR, "Got a signature. Adding it to the pending consensus.");
  1483. return dirvote_add_signatures_to_pending_consensus(
  1484. detached_signatures_body, msg);
  1485. } else {
  1486. log_notice(LD_DIR, "Got a signature. Queueing it for the next consensus.");
  1487. if (!pending_consensus_signature_list)
  1488. pending_consensus_signature_list = smartlist_create();
  1489. smartlist_add(pending_consensus_signature_list,
  1490. tor_strdup(detached_signatures_body));
  1491. *msg = "Signature queued";
  1492. return 0;
  1493. }
  1494. }
  1495. /** Replace the consensus that we're currently serving with the one that we've
  1496. * been building. (V3 Authority only) */
  1497. static int
  1498. dirvote_publish_consensus(void)
  1499. {
  1500. /* Can we actually publish it yet? */
  1501. if (!pending_consensus ||
  1502. networkstatus_check_consensus_signature(pending_consensus, 1)<0) {
  1503. log_warn(LD_DIR, "Not enough info to publish pending consensus");
  1504. return -1;
  1505. }
  1506. if (networkstatus_set_current_consensus(pending_consensus_body, 0, 0))
  1507. log_warn(LD_DIR, "Error publishing consensus");
  1508. else
  1509. log_notice(LD_DIR, "Consensus published.");
  1510. return 0;
  1511. }
  1512. /** Release all static storage held in dirvote.c */
  1513. void
  1514. dirvote_free_all(void)
  1515. {
  1516. dirvote_clear_votes(1);
  1517. /* now empty as a result of clear_pending_votes. */
  1518. smartlist_free(pending_vote_list);
  1519. pending_vote_list = NULL;
  1520. smartlist_free(previous_vote_list);
  1521. previous_vote_list = NULL;
  1522. tor_free(pending_consensus_body);
  1523. tor_free(pending_consensus_signatures);
  1524. if (pending_consensus) {
  1525. networkstatus_vote_free(pending_consensus);
  1526. pending_consensus = NULL;
  1527. }
  1528. if (pending_consensus_signature_list) {
  1529. /* now empty as a result of clear_pending_votes. */
  1530. smartlist_free(pending_consensus_signature_list);
  1531. pending_consensus_signature_list = NULL;
  1532. }
  1533. }
  1534. /* ====
  1535. * Access to pending items.
  1536. * ==== */
  1537. /** Return the body of the consensus that we're currently trying to build. */
  1538. const char *
  1539. dirvote_get_pending_consensus(void)
  1540. {
  1541. return pending_consensus_body;
  1542. }
  1543. /** Return the signatures that we know for the consensus that we're currently
  1544. * trying to build */
  1545. const char *
  1546. dirvote_get_pending_detached_signatures(void)
  1547. {
  1548. return pending_consensus_signatures;
  1549. }
  1550. /** Return a given vote specified by <b>fp</b>. If <b>by_id</b>, return the
  1551. * vote for the authority with the v3 authority identity key digest <b>fp</b>;
  1552. * if <b>by_id</b> is false, return the vote whose digest is <b>fp</b>. If
  1553. * <b>fp</b> is NULL, return our own vote. If <b>include_previous</b> is
  1554. * false, do not consider any votes for a consensus that's already been built.
  1555. * If <b>include_pending</b> is false, do not consider any votes for the
  1556. * consensus that's in progress. May return NULL if we have no vote for the
  1557. * authority in question. */
  1558. const cached_dir_t *
  1559. dirvote_get_vote(const char *fp, int flags)
  1560. {
  1561. int by_id = flags & DGV_BY_ID;
  1562. const int include_pending = flags & DGV_INCLUDE_PENDING;
  1563. const int include_previous = flags & DGV_INCLUDE_PREVIOUS;
  1564. if (!pending_vote_list && !previous_vote_list)
  1565. return NULL;
  1566. if (fp == NULL) {
  1567. authority_cert_t *c = get_my_v3_authority_cert();
  1568. if (c) {
  1569. fp = c->cache_info.identity_digest;
  1570. by_id = 1;
  1571. } else
  1572. return NULL;
  1573. }
  1574. if (by_id) {
  1575. if (pending_vote_list && include_pending) {
  1576. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, pv,
  1577. if (!memcmp(get_voter(pv->vote)->identity_digest, fp, DIGEST_LEN))
  1578. return pv->vote_body);
  1579. }
  1580. if (previous_vote_list && include_previous) {
  1581. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, pv,
  1582. if (!memcmp(get_voter(pv->vote)->identity_digest, fp, DIGEST_LEN))
  1583. return pv->vote_body);
  1584. }
  1585. } else {
  1586. if (pending_vote_list && include_pending) {
  1587. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, pv,
  1588. if (!memcmp(pv->vote->networkstatus_digest, fp, DIGEST_LEN))
  1589. return pv->vote_body);
  1590. }
  1591. if (previous_vote_list && include_previous) {
  1592. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, pv,
  1593. if (!memcmp(pv->vote->networkstatus_digest, fp, DIGEST_LEN))
  1594. return pv->vote_body);
  1595. }
  1596. }
  1597. return NULL;
  1598. }