dirvote.c 132 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833
  1. /* Copyright (c) 2001-2004, Roger Dingledine.
  2. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  3. * Copyright (c) 2007-2016, The Tor Project, Inc. */
  4. /* See LICENSE for licensing information */
  5. #define DIRVOTE_PRIVATE
  6. #include "or.h"
  7. #include "config.h"
  8. #include "dircollate.h"
  9. #include "directory.h"
  10. #include "dirserv.h"
  11. #include "dirvote.h"
  12. #include "microdesc.h"
  13. #include "networkstatus.h"
  14. #include "policies.h"
  15. #include "rephist.h"
  16. #include "router.h"
  17. #include "routerkeys.h"
  18. #include "routerlist.h"
  19. #include "routerparse.h"
  20. #include "entrynodes.h" /* needed for guardfraction methods */
  21. #include "torcert.h"
  22. #include "shared_random_state.h"
  23. /**
  24. * \file dirvote.c
  25. * \brief Functions to compute directory consensus, and schedule voting.
  26. **/
  27. /** A consensus that we have built and are appending signatures to. Once it's
  28. * time to publish it, it will become an active consensus if it accumulates
  29. * enough signatures. */
  30. typedef struct pending_consensus_t {
  31. /** The body of the consensus that we're currently building. Once we
  32. * have it built, it goes into dirserv.c */
  33. char *body;
  34. /** The parsed in-progress consensus document. */
  35. networkstatus_t *consensus;
  36. } pending_consensus_t;
  37. /* DOCDOC dirvote_add_signatures_to_all_pending_consensuses */
  38. static int dirvote_add_signatures_to_all_pending_consensuses(
  39. const char *detached_signatures_body,
  40. const char *source,
  41. const char **msg_out);
  42. static int dirvote_add_signatures_to_pending_consensus(
  43. pending_consensus_t *pc,
  44. ns_detached_signatures_t *sigs,
  45. const char *source,
  46. int severity,
  47. const char **msg_out);
  48. static char *list_v3_auth_ids(void);
  49. static void dirvote_fetch_missing_votes(void);
  50. static void dirvote_fetch_missing_signatures(void);
  51. static int dirvote_perform_vote(void);
  52. static void dirvote_clear_votes(int all_votes);
  53. static int dirvote_compute_consensuses(void);
  54. static int dirvote_publish_consensus(void);
  55. /* =====
  56. * Voting
  57. * =====*/
  58. /** Return a new string containing the string representation of the vote in
  59. * <b>v3_ns</b>, signed with our v3 signing key <b>private_signing_key</b>.
  60. * For v3 authorities. */
  61. STATIC char *
  62. format_networkstatus_vote(crypto_pk_t *private_signing_key,
  63. networkstatus_t *v3_ns)
  64. {
  65. smartlist_t *chunks = smartlist_new();
  66. const char *client_versions = NULL, *server_versions = NULL;
  67. char *packages = NULL;
  68. char fingerprint[FINGERPRINT_LEN+1];
  69. char digest[DIGEST_LEN];
  70. uint32_t addr;
  71. char *client_versions_line = NULL, *server_versions_line = NULL;
  72. char *shared_random_vote_str = NULL;
  73. networkstatus_voter_info_t *voter;
  74. char *status = NULL;
  75. tor_assert(private_signing_key);
  76. tor_assert(v3_ns->type == NS_TYPE_VOTE || v3_ns->type == NS_TYPE_OPINION);
  77. voter = smartlist_get(v3_ns->voters, 0);
  78. addr = voter->addr;
  79. base16_encode(fingerprint, sizeof(fingerprint),
  80. v3_ns->cert->cache_info.identity_digest, DIGEST_LEN);
  81. client_versions = v3_ns->client_versions;
  82. server_versions = v3_ns->server_versions;
  83. if (client_versions) {
  84. tor_asprintf(&client_versions_line, "client-versions %s\n",
  85. client_versions);
  86. } else {
  87. client_versions_line = tor_strdup("");
  88. }
  89. if (server_versions) {
  90. tor_asprintf(&server_versions_line, "server-versions %s\n",
  91. server_versions);
  92. } else {
  93. server_versions_line = tor_strdup("");
  94. }
  95. if (v3_ns->package_lines) {
  96. smartlist_t *tmp = smartlist_new();
  97. SMARTLIST_FOREACH(v3_ns->package_lines, const char *, p,
  98. if (validate_recommended_package_line(p))
  99. smartlist_add_asprintf(tmp, "package %s\n", p));
  100. smartlist_sort_strings(tmp);
  101. packages = smartlist_join_strings(tmp, "", 0, NULL);
  102. SMARTLIST_FOREACH(tmp, char *, cp, tor_free(cp));
  103. smartlist_free(tmp);
  104. } else {
  105. packages = tor_strdup("");
  106. }
  107. /* Get shared random commitments/reveals line(s). */
  108. shared_random_vote_str = sr_get_string_for_vote();
  109. {
  110. char published[ISO_TIME_LEN+1];
  111. char va[ISO_TIME_LEN+1];
  112. char fu[ISO_TIME_LEN+1];
  113. char vu[ISO_TIME_LEN+1];
  114. char *flags = smartlist_join_strings(v3_ns->known_flags, " ", 0, NULL);
  115. /* XXXX Abstraction violation: should be pulling a field out of v3_ns.*/
  116. char *flag_thresholds = dirserv_get_flag_thresholds_line();
  117. char *params;
  118. authority_cert_t *cert = v3_ns->cert;
  119. char *methods =
  120. make_consensus_method_list(MIN_SUPPORTED_CONSENSUS_METHOD,
  121. MAX_SUPPORTED_CONSENSUS_METHOD, " ");
  122. format_iso_time(published, v3_ns->published);
  123. format_iso_time(va, v3_ns->valid_after);
  124. format_iso_time(fu, v3_ns->fresh_until);
  125. format_iso_time(vu, v3_ns->valid_until);
  126. if (v3_ns->net_params)
  127. params = smartlist_join_strings(v3_ns->net_params, " ", 0, NULL);
  128. else
  129. params = tor_strdup("");
  130. tor_assert(cert);
  131. smartlist_add_asprintf(chunks,
  132. "network-status-version 3\n"
  133. "vote-status %s\n"
  134. "consensus-methods %s\n"
  135. "published %s\n"
  136. "valid-after %s\n"
  137. "fresh-until %s\n"
  138. "valid-until %s\n"
  139. "voting-delay %d %d\n"
  140. "%s%s" /* versions */
  141. "%s" /* packages */
  142. "known-flags %s\n"
  143. "flag-thresholds %s\n"
  144. "params %s\n"
  145. "dir-source %s %s %s %s %d %d\n"
  146. "contact %s\n"
  147. "%s", /* shared randomness information */
  148. v3_ns->type == NS_TYPE_VOTE ? "vote" : "opinion",
  149. methods,
  150. published, va, fu, vu,
  151. v3_ns->vote_seconds, v3_ns->dist_seconds,
  152. client_versions_line,
  153. server_versions_line,
  154. packages,
  155. flags,
  156. flag_thresholds,
  157. params,
  158. voter->nickname, fingerprint, voter->address,
  159. fmt_addr32(addr), voter->dir_port, voter->or_port,
  160. voter->contact,
  161. shared_random_vote_str ?
  162. shared_random_vote_str : "");
  163. tor_free(params);
  164. tor_free(flags);
  165. tor_free(flag_thresholds);
  166. tor_free(methods);
  167. tor_free(shared_random_vote_str);
  168. if (!tor_digest_is_zero(voter->legacy_id_digest)) {
  169. char fpbuf[HEX_DIGEST_LEN+1];
  170. base16_encode(fpbuf, sizeof(fpbuf), voter->legacy_id_digest, DIGEST_LEN);
  171. smartlist_add_asprintf(chunks, "legacy-dir-key %s\n", fpbuf);
  172. }
  173. smartlist_add(chunks, tor_strndup(cert->cache_info.signed_descriptor_body,
  174. cert->cache_info.signed_descriptor_len));
  175. }
  176. SMARTLIST_FOREACH_BEGIN(v3_ns->routerstatus_list, vote_routerstatus_t *,
  177. vrs) {
  178. char *rsf;
  179. vote_microdesc_hash_t *h;
  180. rsf = routerstatus_format_entry(&vrs->status,
  181. vrs->version, NS_V3_VOTE, vrs);
  182. if (rsf)
  183. smartlist_add(chunks, rsf);
  184. for (h = vrs->microdesc; h; h = h->next) {
  185. smartlist_add(chunks, tor_strdup(h->microdesc_hash_line));
  186. }
  187. } SMARTLIST_FOREACH_END(vrs);
  188. smartlist_add(chunks, tor_strdup("directory-footer\n"));
  189. /* The digest includes everything up through the space after
  190. * directory-signature. (Yuck.) */
  191. crypto_digest_smartlist(digest, DIGEST_LEN, chunks,
  192. "directory-signature ", DIGEST_SHA1);
  193. {
  194. char signing_key_fingerprint[FINGERPRINT_LEN+1];
  195. if (crypto_pk_get_fingerprint(private_signing_key,
  196. signing_key_fingerprint, 0)<0) {
  197. log_warn(LD_BUG, "Unable to get fingerprint for signing key");
  198. goto err;
  199. }
  200. smartlist_add_asprintf(chunks, "directory-signature %s %s\n", fingerprint,
  201. signing_key_fingerprint);
  202. }
  203. note_crypto_pk_op(SIGN_DIR);
  204. {
  205. char *sig = router_get_dirobj_signature(digest, DIGEST_LEN,
  206. private_signing_key);
  207. if (!sig) {
  208. log_warn(LD_BUG, "Unable to sign networkstatus vote.");
  209. goto err;
  210. }
  211. smartlist_add(chunks, sig);
  212. }
  213. status = smartlist_join_strings(chunks, "", 0, NULL);
  214. {
  215. networkstatus_t *v;
  216. if (!(v = networkstatus_parse_vote_from_string(status, NULL,
  217. v3_ns->type))) {
  218. log_err(LD_BUG,"Generated a networkstatus %s we couldn't parse: "
  219. "<<%s>>",
  220. v3_ns->type == NS_TYPE_VOTE ? "vote" : "opinion", status);
  221. goto err;
  222. }
  223. networkstatus_vote_free(v);
  224. }
  225. goto done;
  226. err:
  227. tor_free(status);
  228. done:
  229. tor_free(client_versions_line);
  230. tor_free(server_versions_line);
  231. tor_free(packages);
  232. SMARTLIST_FOREACH(chunks, char *, cp, tor_free(cp));
  233. smartlist_free(chunks);
  234. return status;
  235. }
  236. /* =====
  237. * Consensus generation
  238. * ===== */
  239. /** Given a vote <b>vote</b> (not a consensus!), return its associated
  240. * networkstatus_voter_info_t. */
  241. static networkstatus_voter_info_t *
  242. get_voter(const networkstatus_t *vote)
  243. {
  244. tor_assert(vote);
  245. tor_assert(vote->type == NS_TYPE_VOTE);
  246. tor_assert(vote->voters);
  247. tor_assert(smartlist_len(vote->voters) == 1);
  248. return smartlist_get(vote->voters, 0);
  249. }
  250. /** Return the signature made by <b>voter</b> using the algorithm
  251. * <b>alg</b>, or NULL if none is found. */
  252. document_signature_t *
  253. voter_get_sig_by_algorithm(const networkstatus_voter_info_t *voter,
  254. digest_algorithm_t alg)
  255. {
  256. if (!voter->sigs)
  257. return NULL;
  258. SMARTLIST_FOREACH(voter->sigs, document_signature_t *, sig,
  259. if (sig->alg == alg)
  260. return sig);
  261. return NULL;
  262. }
  263. /** Temporary structure used in constructing a list of dir-source entries
  264. * for a consensus. One of these is generated for every vote, and one more
  265. * for every legacy key in each vote. */
  266. typedef struct dir_src_ent_t {
  267. networkstatus_t *v;
  268. const char *digest;
  269. int is_legacy;
  270. } dir_src_ent_t;
  271. /** Helper for sorting networkstatus_t votes (not consensuses) by the
  272. * hash of their voters' identity digests. */
  273. static int
  274. compare_votes_by_authority_id_(const void **_a, const void **_b)
  275. {
  276. const networkstatus_t *a = *_a, *b = *_b;
  277. return fast_memcmp(get_voter(a)->identity_digest,
  278. get_voter(b)->identity_digest, DIGEST_LEN);
  279. }
  280. /** Helper: Compare the dir_src_ent_ts in *<b>_a</b> and *<b>_b</b> by
  281. * their identity digests, and return -1, 0, or 1 depending on their
  282. * ordering */
  283. static int
  284. compare_dir_src_ents_by_authority_id_(const void **_a, const void **_b)
  285. {
  286. const dir_src_ent_t *a = *_a, *b = *_b;
  287. const networkstatus_voter_info_t *a_v = get_voter(a->v),
  288. *b_v = get_voter(b->v);
  289. const char *a_id, *b_id;
  290. a_id = a->is_legacy ? a_v->legacy_id_digest : a_v->identity_digest;
  291. b_id = b->is_legacy ? b_v->legacy_id_digest : b_v->identity_digest;
  292. return fast_memcmp(a_id, b_id, DIGEST_LEN);
  293. }
  294. /** Given a sorted list of strings <b>in</b>, add every member to <b>out</b>
  295. * that occurs more than <b>min</b> times. */
  296. static void
  297. get_frequent_members(smartlist_t *out, smartlist_t *in, int min)
  298. {
  299. char *cur = NULL;
  300. int count = 0;
  301. SMARTLIST_FOREACH_BEGIN(in, char *, cp) {
  302. if (cur && !strcmp(cp, cur)) {
  303. ++count;
  304. } else {
  305. if (count > min)
  306. smartlist_add(out, cur);
  307. cur = cp;
  308. count = 1;
  309. }
  310. } SMARTLIST_FOREACH_END(cp);
  311. if (count > min)
  312. smartlist_add(out, cur);
  313. }
  314. /** Given a sorted list of strings <b>lst</b>, return the member that appears
  315. * most. Break ties in favor of later-occurring members. */
  316. #define get_most_frequent_member(lst) \
  317. smartlist_get_most_frequent_string(lst)
  318. /** Return 0 if and only if <b>a</b> and <b>b</b> are routerstatuses
  319. * that come from the same routerinfo, with the same derived elements.
  320. */
  321. static int
  322. compare_vote_rs(const vote_routerstatus_t *a, const vote_routerstatus_t *b)
  323. {
  324. int r;
  325. tor_assert(a);
  326. tor_assert(b);
  327. if ((r = fast_memcmp(a->status.identity_digest, b->status.identity_digest,
  328. DIGEST_LEN)))
  329. return r;
  330. if ((r = fast_memcmp(a->status.descriptor_digest,
  331. b->status.descriptor_digest,
  332. DIGEST_LEN)))
  333. return r;
  334. if ((r = (int)(b->status.published_on - a->status.published_on)))
  335. return r;
  336. if ((r = strcmp(b->status.nickname, a->status.nickname)))
  337. return r;
  338. if ((r = (((int)b->status.addr) - ((int)a->status.addr))))
  339. return r;
  340. if ((r = (((int)b->status.or_port) - ((int)a->status.or_port))))
  341. return r;
  342. if ((r = (((int)b->status.dir_port) - ((int)a->status.dir_port))))
  343. return r;
  344. return 0;
  345. }
  346. /** Helper for sorting routerlists based on compare_vote_rs. */
  347. static int
  348. compare_vote_rs_(const void **_a, const void **_b)
  349. {
  350. const vote_routerstatus_t *a = *_a, *b = *_b;
  351. return compare_vote_rs(a,b);
  352. }
  353. /** Helper for sorting OR ports. */
  354. static int
  355. compare_orports_(const void **_a, const void **_b)
  356. {
  357. const tor_addr_port_t *a = *_a, *b = *_b;
  358. int r;
  359. if ((r = tor_addr_compare(&a->addr, &b->addr, CMP_EXACT)))
  360. return r;
  361. if ((r = (((int) b->port) - ((int) a->port))))
  362. return r;
  363. return 0;
  364. }
  365. /** Given a list of vote_routerstatus_t, all for the same router identity,
  366. * return whichever is most frequent, breaking ties in favor of more
  367. * recently published vote_routerstatus_t and in case of ties there,
  368. * in favor of smaller descriptor digest.
  369. */
  370. static vote_routerstatus_t *
  371. compute_routerstatus_consensus(smartlist_t *votes, int consensus_method,
  372. char *microdesc_digest256_out,
  373. tor_addr_port_t *best_alt_orport_out)
  374. {
  375. vote_routerstatus_t *most = NULL, *cur = NULL;
  376. int most_n = 0, cur_n = 0;
  377. time_t most_published = 0;
  378. /* compare_vote_rs_() sorts the items by identity digest (all the same),
  379. * then by SD digest. That way, if we have a tie that the published_on
  380. * date cannot tie, we use the descriptor with the smaller digest.
  381. */
  382. smartlist_sort(votes, compare_vote_rs_);
  383. SMARTLIST_FOREACH_BEGIN(votes, vote_routerstatus_t *, rs) {
  384. if (cur && !compare_vote_rs(cur, rs)) {
  385. ++cur_n;
  386. } else {
  387. if (cur && (cur_n > most_n ||
  388. (cur_n == most_n &&
  389. cur->status.published_on > most_published))) {
  390. most = cur;
  391. most_n = cur_n;
  392. most_published = cur->status.published_on;
  393. }
  394. cur_n = 1;
  395. cur = rs;
  396. }
  397. } SMARTLIST_FOREACH_END(rs);
  398. if (cur_n > most_n ||
  399. (cur && cur_n == most_n && cur->status.published_on > most_published)) {
  400. most = cur;
  401. most_n = cur_n;
  402. most_published = cur->status.published_on;
  403. }
  404. tor_assert(most);
  405. /* If we're producing "a" lines, vote on potential alternative (sets
  406. * of) OR port(s) in the winning routerstatuses.
  407. *
  408. * XXX prop186 There's at most one alternative OR port (_the_ IPv6
  409. * port) for now. */
  410. if (consensus_method >= MIN_METHOD_FOR_A_LINES && best_alt_orport_out) {
  411. smartlist_t *alt_orports = smartlist_new();
  412. const tor_addr_port_t *most_alt_orport = NULL;
  413. SMARTLIST_FOREACH_BEGIN(votes, vote_routerstatus_t *, rs) {
  414. tor_assert(rs);
  415. if (compare_vote_rs(most, rs) == 0 &&
  416. !tor_addr_is_null(&rs->status.ipv6_addr)
  417. && rs->status.ipv6_orport) {
  418. smartlist_add(alt_orports, tor_addr_port_new(&rs->status.ipv6_addr,
  419. rs->status.ipv6_orport));
  420. }
  421. } SMARTLIST_FOREACH_END(rs);
  422. smartlist_sort(alt_orports, compare_orports_);
  423. most_alt_orport = smartlist_get_most_frequent(alt_orports,
  424. compare_orports_);
  425. if (most_alt_orport) {
  426. memcpy(best_alt_orport_out, most_alt_orport, sizeof(tor_addr_port_t));
  427. log_debug(LD_DIR, "\"a\" line winner for %s is %s",
  428. most->status.nickname,
  429. fmt_addrport(&most_alt_orport->addr, most_alt_orport->port));
  430. }
  431. SMARTLIST_FOREACH(alt_orports, tor_addr_port_t *, ap, tor_free(ap));
  432. smartlist_free(alt_orports);
  433. }
  434. if (microdesc_digest256_out) {
  435. smartlist_t *digests = smartlist_new();
  436. const uint8_t *best_microdesc_digest;
  437. SMARTLIST_FOREACH_BEGIN(votes, vote_routerstatus_t *, rs) {
  438. char d[DIGEST256_LEN];
  439. if (compare_vote_rs(rs, most))
  440. continue;
  441. if (!vote_routerstatus_find_microdesc_hash(d, rs, consensus_method,
  442. DIGEST_SHA256))
  443. smartlist_add(digests, tor_memdup(d, sizeof(d)));
  444. } SMARTLIST_FOREACH_END(rs);
  445. smartlist_sort_digests256(digests);
  446. best_microdesc_digest = smartlist_get_most_frequent_digest256(digests);
  447. if (best_microdesc_digest)
  448. memcpy(microdesc_digest256_out, best_microdesc_digest, DIGEST256_LEN);
  449. SMARTLIST_FOREACH(digests, char *, cp, tor_free(cp));
  450. smartlist_free(digests);
  451. }
  452. return most;
  453. }
  454. /** Sorting helper: compare two strings based on their values as base-ten
  455. * positive integers. (Non-integers are treated as prior to all integers, and
  456. * compared lexically.) */
  457. static int
  458. cmp_int_strings_(const void **_a, const void **_b)
  459. {
  460. const char *a = *_a, *b = *_b;
  461. int ai = (int)tor_parse_long(a, 10, 1, INT_MAX, NULL, NULL);
  462. int bi = (int)tor_parse_long(b, 10, 1, INT_MAX, NULL, NULL);
  463. if (ai<bi) {
  464. return -1;
  465. } else if (ai==bi) {
  466. if (ai == 0) /* Parsing failed. */
  467. return strcmp(a, b);
  468. return 0;
  469. } else {
  470. return 1;
  471. }
  472. }
  473. /** Given a list of networkstatus_t votes, determine and return the number of
  474. * the highest consensus method that is supported by 2/3 of the voters. */
  475. static int
  476. compute_consensus_method(smartlist_t *votes)
  477. {
  478. smartlist_t *all_methods = smartlist_new();
  479. smartlist_t *acceptable_methods = smartlist_new();
  480. smartlist_t *tmp = smartlist_new();
  481. int min = (smartlist_len(votes) * 2) / 3;
  482. int n_ok;
  483. int result;
  484. SMARTLIST_FOREACH(votes, networkstatus_t *, vote,
  485. {
  486. tor_assert(vote->supported_methods);
  487. smartlist_add_all(tmp, vote->supported_methods);
  488. smartlist_sort(tmp, cmp_int_strings_);
  489. smartlist_uniq(tmp, cmp_int_strings_, NULL);
  490. smartlist_add_all(all_methods, tmp);
  491. smartlist_clear(tmp);
  492. });
  493. smartlist_sort(all_methods, cmp_int_strings_);
  494. get_frequent_members(acceptable_methods, all_methods, min);
  495. n_ok = smartlist_len(acceptable_methods);
  496. if (n_ok) {
  497. const char *best = smartlist_get(acceptable_methods, n_ok-1);
  498. result = (int)tor_parse_long(best, 10, 1, INT_MAX, NULL, NULL);
  499. } else {
  500. result = 1;
  501. }
  502. smartlist_free(tmp);
  503. smartlist_free(all_methods);
  504. smartlist_free(acceptable_methods);
  505. return result;
  506. }
  507. /** Return true iff <b>method</b> is a consensus method that we support. */
  508. static int
  509. consensus_method_is_supported(int method)
  510. {
  511. if (method == MIN_METHOD_FOR_ED25519_ID_IN_MD) {
  512. /* This method was broken due to buggy code accidently left in
  513. * dircollate.c; do not actually use it.
  514. */
  515. return 0;
  516. }
  517. return (method >= MIN_SUPPORTED_CONSENSUS_METHOD) &&
  518. (method <= MAX_SUPPORTED_CONSENSUS_METHOD);
  519. }
  520. /** Return a newly allocated string holding the numbers between low and high
  521. * (inclusive) that are supported consensus methods. */
  522. STATIC char *
  523. make_consensus_method_list(int low, int high, const char *separator)
  524. {
  525. char *list;
  526. int i;
  527. smartlist_t *lst;
  528. lst = smartlist_new();
  529. for (i = low; i <= high; ++i) {
  530. if (!consensus_method_is_supported(i))
  531. continue;
  532. smartlist_add_asprintf(lst, "%d", i);
  533. }
  534. list = smartlist_join_strings(lst, separator, 0, NULL);
  535. tor_assert(list);
  536. SMARTLIST_FOREACH(lst, char *, cp, tor_free(cp));
  537. smartlist_free(lst);
  538. return list;
  539. }
  540. /** Helper: given <b>lst</b>, a list of version strings such that every
  541. * version appears once for every versioning voter who recommends it, return a
  542. * newly allocated string holding the resulting client-versions or
  543. * server-versions list. May change contents of <b>lst</b> */
  544. static char *
  545. compute_consensus_versions_list(smartlist_t *lst, int n_versioning)
  546. {
  547. int min = n_versioning / 2;
  548. smartlist_t *good = smartlist_new();
  549. char *result;
  550. sort_version_list(lst, 0);
  551. get_frequent_members(good, lst, min);
  552. result = smartlist_join_strings(good, ",", 0, NULL);
  553. smartlist_free(good);
  554. return result;
  555. }
  556. /** Given a list of K=V values, return the int32_t value corresponding to
  557. * KEYWORD=, or default_val if no such value exists, or if the value is
  558. * corrupt.
  559. */
  560. STATIC int32_t
  561. dirvote_get_intermediate_param_value(const smartlist_t *param_list,
  562. const char *keyword,
  563. int32_t default_val)
  564. {
  565. unsigned int n_found = 0;
  566. int32_t value = default_val;
  567. SMARTLIST_FOREACH_BEGIN(param_list, const char *, k_v_pair) {
  568. if (!strcmpstart(k_v_pair, keyword) && k_v_pair[strlen(keyword)] == '=') {
  569. const char *integer_str = &k_v_pair[strlen(keyword)+1];
  570. int ok;
  571. value = (int32_t)
  572. tor_parse_long(integer_str, 10, INT32_MIN, INT32_MAX, &ok, NULL);
  573. if (BUG(! ok))
  574. return default_val;
  575. ++n_found;
  576. }
  577. } SMARTLIST_FOREACH_END(k_v_pair);
  578. if (n_found == 1)
  579. return value;
  580. else if (BUG(n_found > 1))
  581. return default_val;
  582. else
  583. return default_val;
  584. }
  585. /** Minimum number of directory authorities voting for a parameter to
  586. * include it in the consensus, if consensus method 12 or later is to be
  587. * used. See proposal 178 for details. */
  588. #define MIN_VOTES_FOR_PARAM 3
  589. /** Helper: given a list of valid networkstatus_t, return a new smartlist
  590. * containing the contents of the consensus network parameter set.
  591. */
  592. STATIC smartlist_t *
  593. dirvote_compute_params(smartlist_t *votes, int method, int total_authorities)
  594. {
  595. int i;
  596. int32_t *vals;
  597. int cur_param_len;
  598. const char *cur_param;
  599. const char *eq;
  600. const int n_votes = smartlist_len(votes);
  601. smartlist_t *output;
  602. smartlist_t *param_list = smartlist_new();
  603. (void) method;
  604. /* We require that the parameter lists in the votes are well-formed: that
  605. is, that their keywords are unique and sorted, and that their values are
  606. between INT32_MIN and INT32_MAX inclusive. This should be guaranteed by
  607. the parsing code. */
  608. vals = tor_calloc(n_votes, sizeof(int));
  609. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  610. if (!v->net_params)
  611. continue;
  612. smartlist_add_all(param_list, v->net_params);
  613. } SMARTLIST_FOREACH_END(v);
  614. if (smartlist_len(param_list) == 0) {
  615. tor_free(vals);
  616. return param_list;
  617. }
  618. smartlist_sort_strings(param_list);
  619. i = 0;
  620. cur_param = smartlist_get(param_list, 0);
  621. eq = strchr(cur_param, '=');
  622. tor_assert(eq);
  623. cur_param_len = (int)(eq+1 - cur_param);
  624. output = smartlist_new();
  625. SMARTLIST_FOREACH_BEGIN(param_list, const char *, param) {
  626. const char *next_param;
  627. int ok=0;
  628. eq = strchr(param, '=');
  629. tor_assert(i<n_votes); /* Make sure we prevented vote-stuffing. */
  630. vals[i++] = (int32_t)
  631. tor_parse_long(eq+1, 10, INT32_MIN, INT32_MAX, &ok, NULL);
  632. tor_assert(ok); /* Already checked these when parsing. */
  633. if (param_sl_idx+1 == smartlist_len(param_list))
  634. next_param = NULL;
  635. else
  636. next_param = smartlist_get(param_list, param_sl_idx+1);
  637. /* resolve spurious clang shallow analysis null pointer errors */
  638. tor_assert(param);
  639. if (!next_param || strncmp(next_param, param, cur_param_len)) {
  640. /* We've reached the end of a series. */
  641. /* Make sure enough authorities voted on this param, unless the
  642. * the consensus method we use is too old for that. */
  643. if (i > total_authorities/2 ||
  644. i >= MIN_VOTES_FOR_PARAM) {
  645. int32_t median = median_int32(vals, i);
  646. char *out_string = tor_malloc(64+cur_param_len);
  647. memcpy(out_string, param, cur_param_len);
  648. tor_snprintf(out_string+cur_param_len,64, "%ld", (long)median);
  649. smartlist_add(output, out_string);
  650. }
  651. i = 0;
  652. if (next_param) {
  653. eq = strchr(next_param, '=');
  654. cur_param_len = (int)(eq+1 - next_param);
  655. }
  656. }
  657. } SMARTLIST_FOREACH_END(param);
  658. smartlist_free(param_list);
  659. tor_free(vals);
  660. return output;
  661. }
  662. #define RANGE_CHECK(a,b,c,d,e,f,g,mx) \
  663. ((a) >= 0 && (a) <= (mx) && (b) >= 0 && (b) <= (mx) && \
  664. (c) >= 0 && (c) <= (mx) && (d) >= 0 && (d) <= (mx) && \
  665. (e) >= 0 && (e) <= (mx) && (f) >= 0 && (f) <= (mx) && \
  666. (g) >= 0 && (g) <= (mx))
  667. #define CHECK_EQ(a, b, margin) \
  668. ((a)-(b) >= 0 ? (a)-(b) <= (margin) : (b)-(a) <= (margin))
  669. typedef enum {
  670. BW_WEIGHTS_NO_ERROR = 0,
  671. BW_WEIGHTS_RANGE_ERROR = 1,
  672. BW_WEIGHTS_SUMG_ERROR = 2,
  673. BW_WEIGHTS_SUME_ERROR = 3,
  674. BW_WEIGHTS_SUMD_ERROR = 4,
  675. BW_WEIGHTS_BALANCE_MID_ERROR = 5,
  676. BW_WEIGHTS_BALANCE_EG_ERROR = 6
  677. } bw_weights_error_t;
  678. /**
  679. * Verify that any weightings satisfy the balanced formulas.
  680. */
  681. static bw_weights_error_t
  682. networkstatus_check_weights(int64_t Wgg, int64_t Wgd, int64_t Wmg,
  683. int64_t Wme, int64_t Wmd, int64_t Wee,
  684. int64_t Wed, int64_t scale, int64_t G,
  685. int64_t M, int64_t E, int64_t D, int64_t T,
  686. int64_t margin, int do_balance) {
  687. bw_weights_error_t berr = BW_WEIGHTS_NO_ERROR;
  688. // Wed + Wmd + Wgd == 1
  689. if (!CHECK_EQ(Wed + Wmd + Wgd, scale, margin)) {
  690. berr = BW_WEIGHTS_SUMD_ERROR;
  691. goto out;
  692. }
  693. // Wmg + Wgg == 1
  694. if (!CHECK_EQ(Wmg + Wgg, scale, margin)) {
  695. berr = BW_WEIGHTS_SUMG_ERROR;
  696. goto out;
  697. }
  698. // Wme + Wee == 1
  699. if (!CHECK_EQ(Wme + Wee, scale, margin)) {
  700. berr = BW_WEIGHTS_SUME_ERROR;
  701. goto out;
  702. }
  703. // Verify weights within range 0->1
  704. if (!RANGE_CHECK(Wgg, Wgd, Wmg, Wme, Wmd, Wed, Wee, scale)) {
  705. berr = BW_WEIGHTS_RANGE_ERROR;
  706. goto out;
  707. }
  708. if (do_balance) {
  709. // Wgg*G + Wgd*D == Wee*E + Wed*D, already scaled
  710. if (!CHECK_EQ(Wgg*G + Wgd*D, Wee*E + Wed*D, (margin*T)/3)) {
  711. berr = BW_WEIGHTS_BALANCE_EG_ERROR;
  712. goto out;
  713. }
  714. // Wgg*G + Wgd*D == M*scale + Wmd*D + Wme*E + Wmg*G, already scaled
  715. if (!CHECK_EQ(Wgg*G + Wgd*D, M*scale + Wmd*D + Wme*E + Wmg*G,
  716. (margin*T)/3)) {
  717. berr = BW_WEIGHTS_BALANCE_MID_ERROR;
  718. goto out;
  719. }
  720. }
  721. out:
  722. if (berr) {
  723. log_info(LD_DIR,
  724. "Bw weight mismatch %d. G="I64_FORMAT" M="I64_FORMAT
  725. " E="I64_FORMAT" D="I64_FORMAT" T="I64_FORMAT
  726. " Wmd=%d Wme=%d Wmg=%d Wed=%d Wee=%d"
  727. " Wgd=%d Wgg=%d Wme=%d Wmg=%d",
  728. berr,
  729. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  730. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T),
  731. (int)Wmd, (int)Wme, (int)Wmg, (int)Wed, (int)Wee,
  732. (int)Wgd, (int)Wgg, (int)Wme, (int)Wmg);
  733. }
  734. return berr;
  735. }
  736. /**
  737. * This function computes the bandwidth weights for consensus method 10.
  738. *
  739. * It returns true if weights could be computed, false otherwise.
  740. */
  741. static int
  742. networkstatus_compute_bw_weights_v10(smartlist_t *chunks, int64_t G,
  743. int64_t M, int64_t E, int64_t D,
  744. int64_t T, int64_t weight_scale)
  745. {
  746. bw_weights_error_t berr = 0;
  747. int64_t Wgg = -1, Wgd = -1;
  748. int64_t Wmg = -1, Wme = -1, Wmd = -1;
  749. int64_t Wed = -1, Wee = -1;
  750. const char *casename;
  751. if (G <= 0 || M <= 0 || E <= 0 || D <= 0) {
  752. log_warn(LD_DIR, "Consensus with empty bandwidth: "
  753. "G="I64_FORMAT" M="I64_FORMAT" E="I64_FORMAT
  754. " D="I64_FORMAT" T="I64_FORMAT,
  755. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  756. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T));
  757. return 0;
  758. }
  759. /*
  760. * Computed from cases in 3.4.3 of dir-spec.txt
  761. *
  762. * 1. Neither are scarce
  763. * 2. Both Guard and Exit are scarce
  764. * a. R+D <= S
  765. * b. R+D > S
  766. * 3. One of Guard or Exit is scarce
  767. * a. S+D < T/3
  768. * b. S+D >= T/3
  769. */
  770. if (3*E >= T && 3*G >= T) { // E >= T/3 && G >= T/3
  771. /* Case 1: Neither are scarce. */
  772. casename = "Case 1 (Wgd=Wmd=Wed)";
  773. Wgd = weight_scale/3;
  774. Wed = weight_scale/3;
  775. Wmd = weight_scale/3;
  776. Wee = (weight_scale*(E+G+M))/(3*E);
  777. Wme = weight_scale - Wee;
  778. Wmg = (weight_scale*(2*G-E-M))/(3*G);
  779. Wgg = weight_scale - Wmg;
  780. berr = networkstatus_check_weights(Wgg, Wgd, Wmg, Wme, Wmd, Wee, Wed,
  781. weight_scale, G, M, E, D, T, 10, 1);
  782. if (berr) {
  783. log_warn(LD_DIR,
  784. "Bw Weights error %d for %s v10. G="I64_FORMAT" M="I64_FORMAT
  785. " E="I64_FORMAT" D="I64_FORMAT" T="I64_FORMAT
  786. " Wmd=%d Wme=%d Wmg=%d Wed=%d Wee=%d"
  787. " Wgd=%d Wgg=%d Wme=%d Wmg=%d weight_scale=%d",
  788. berr, casename,
  789. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  790. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T),
  791. (int)Wmd, (int)Wme, (int)Wmg, (int)Wed, (int)Wee,
  792. (int)Wgd, (int)Wgg, (int)Wme, (int)Wmg, (int)weight_scale);
  793. return 0;
  794. }
  795. } else if (3*E < T && 3*G < T) { // E < T/3 && G < T/3
  796. int64_t R = MIN(E, G);
  797. int64_t S = MAX(E, G);
  798. /*
  799. * Case 2: Both Guards and Exits are scarce
  800. * Balance D between E and G, depending upon
  801. * D capacity and scarcity.
  802. */
  803. if (R+D < S) { // Subcase a
  804. Wgg = weight_scale;
  805. Wee = weight_scale;
  806. Wmg = 0;
  807. Wme = 0;
  808. Wmd = 0;
  809. if (E < G) {
  810. casename = "Case 2a (E scarce)";
  811. Wed = weight_scale;
  812. Wgd = 0;
  813. } else { /* E >= G */
  814. casename = "Case 2a (G scarce)";
  815. Wed = 0;
  816. Wgd = weight_scale;
  817. }
  818. } else { // Subcase b: R+D >= S
  819. casename = "Case 2b1 (Wgg=1, Wmd=Wgd)";
  820. Wee = (weight_scale*(E - G + M))/E;
  821. Wed = (weight_scale*(D - 2*E + 4*G - 2*M))/(3*D);
  822. Wme = (weight_scale*(G-M))/E;
  823. Wmg = 0;
  824. Wgg = weight_scale;
  825. Wmd = (weight_scale - Wed)/2;
  826. Wgd = (weight_scale - Wed)/2;
  827. berr = networkstatus_check_weights(Wgg, Wgd, Wmg, Wme, Wmd, Wee, Wed,
  828. weight_scale, G, M, E, D, T, 10, 1);
  829. if (berr) {
  830. casename = "Case 2b2 (Wgg=1, Wee=1)";
  831. Wgg = weight_scale;
  832. Wee = weight_scale;
  833. Wed = (weight_scale*(D - 2*E + G + M))/(3*D);
  834. Wmd = (weight_scale*(D - 2*M + G + E))/(3*D);
  835. Wme = 0;
  836. Wmg = 0;
  837. if (Wmd < 0) { // Can happen if M > T/3
  838. casename = "Case 2b3 (Wmd=0)";
  839. Wmd = 0;
  840. log_warn(LD_DIR,
  841. "Too much Middle bandwidth on the network to calculate "
  842. "balanced bandwidth-weights. Consider increasing the "
  843. "number of Guard nodes by lowering the requirements.");
  844. }
  845. Wgd = weight_scale - Wed - Wmd;
  846. berr = networkstatus_check_weights(Wgg, Wgd, Wmg, Wme, Wmd, Wee,
  847. Wed, weight_scale, G, M, E, D, T, 10, 1);
  848. }
  849. if (berr != BW_WEIGHTS_NO_ERROR &&
  850. berr != BW_WEIGHTS_BALANCE_MID_ERROR) {
  851. log_warn(LD_DIR,
  852. "Bw Weights error %d for %s v10. G="I64_FORMAT" M="I64_FORMAT
  853. " E="I64_FORMAT" D="I64_FORMAT" T="I64_FORMAT
  854. " Wmd=%d Wme=%d Wmg=%d Wed=%d Wee=%d"
  855. " Wgd=%d Wgg=%d Wme=%d Wmg=%d weight_scale=%d",
  856. berr, casename,
  857. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  858. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T),
  859. (int)Wmd, (int)Wme, (int)Wmg, (int)Wed, (int)Wee,
  860. (int)Wgd, (int)Wgg, (int)Wme, (int)Wmg, (int)weight_scale);
  861. return 0;
  862. }
  863. }
  864. } else { // if (E < T/3 || G < T/3) {
  865. int64_t S = MIN(E, G);
  866. // Case 3: Exactly one of Guard or Exit is scarce
  867. if (!(3*E < T || 3*G < T) || !(3*G >= T || 3*E >= T)) {
  868. log_warn(LD_BUG,
  869. "Bw-Weights Case 3 v10 but with G="I64_FORMAT" M="
  870. I64_FORMAT" E="I64_FORMAT" D="I64_FORMAT" T="I64_FORMAT,
  871. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  872. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T));
  873. }
  874. if (3*(S+D) < T) { // Subcase a: S+D < T/3
  875. if (G < E) {
  876. casename = "Case 3a (G scarce)";
  877. Wgg = Wgd = weight_scale;
  878. Wmd = Wed = Wmg = 0;
  879. // Minor subcase, if E is more scarce than M,
  880. // keep its bandwidth in place.
  881. if (E < M) Wme = 0;
  882. else Wme = (weight_scale*(E-M))/(2*E);
  883. Wee = weight_scale-Wme;
  884. } else { // G >= E
  885. casename = "Case 3a (E scarce)";
  886. Wee = Wed = weight_scale;
  887. Wmd = Wgd = Wme = 0;
  888. // Minor subcase, if G is more scarce than M,
  889. // keep its bandwidth in place.
  890. if (G < M) Wmg = 0;
  891. else Wmg = (weight_scale*(G-M))/(2*G);
  892. Wgg = weight_scale-Wmg;
  893. }
  894. } else { // Subcase b: S+D >= T/3
  895. // D != 0 because S+D >= T/3
  896. if (G < E) {
  897. casename = "Case 3bg (G scarce, Wgg=1, Wmd == Wed)";
  898. Wgg = weight_scale;
  899. Wgd = (weight_scale*(D - 2*G + E + M))/(3*D);
  900. Wmg = 0;
  901. Wee = (weight_scale*(E+M))/(2*E);
  902. Wme = weight_scale - Wee;
  903. Wmd = (weight_scale - Wgd)/2;
  904. Wed = (weight_scale - Wgd)/2;
  905. berr = networkstatus_check_weights(Wgg, Wgd, Wmg, Wme, Wmd, Wee,
  906. Wed, weight_scale, G, M, E, D, T, 10, 1);
  907. } else { // G >= E
  908. casename = "Case 3be (E scarce, Wee=1, Wmd == Wgd)";
  909. Wee = weight_scale;
  910. Wed = (weight_scale*(D - 2*E + G + M))/(3*D);
  911. Wme = 0;
  912. Wgg = (weight_scale*(G+M))/(2*G);
  913. Wmg = weight_scale - Wgg;
  914. Wmd = (weight_scale - Wed)/2;
  915. Wgd = (weight_scale - Wed)/2;
  916. berr = networkstatus_check_weights(Wgg, Wgd, Wmg, Wme, Wmd, Wee,
  917. Wed, weight_scale, G, M, E, D, T, 10, 1);
  918. }
  919. if (berr) {
  920. log_warn(LD_DIR,
  921. "Bw Weights error %d for %s v10. G="I64_FORMAT" M="I64_FORMAT
  922. " E="I64_FORMAT" D="I64_FORMAT" T="I64_FORMAT
  923. " Wmd=%d Wme=%d Wmg=%d Wed=%d Wee=%d"
  924. " Wgd=%d Wgg=%d Wme=%d Wmg=%d weight_scale=%d",
  925. berr, casename,
  926. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  927. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T),
  928. (int)Wmd, (int)Wme, (int)Wmg, (int)Wed, (int)Wee,
  929. (int)Wgd, (int)Wgg, (int)Wme, (int)Wmg, (int)weight_scale);
  930. return 0;
  931. }
  932. }
  933. }
  934. /* We cast down the weights to 32 bit ints on the assumption that
  935. * weight_scale is ~= 10000. We need to ensure a rogue authority
  936. * doesn't break this assumption to rig our weights */
  937. tor_assert(0 < weight_scale && weight_scale <= INT32_MAX);
  938. /*
  939. * Provide Wgm=Wgg, Wmm=1, Wem=Wee, Weg=Wed. May later determine
  940. * that middle nodes need different bandwidth weights for dirport traffic,
  941. * or that weird exit policies need special weight, or that bridges
  942. * need special weight.
  943. *
  944. * NOTE: This list is sorted.
  945. */
  946. smartlist_add_asprintf(chunks,
  947. "bandwidth-weights Wbd=%d Wbe=%d Wbg=%d Wbm=%d "
  948. "Wdb=%d "
  949. "Web=%d Wed=%d Wee=%d Weg=%d Wem=%d "
  950. "Wgb=%d Wgd=%d Wgg=%d Wgm=%d "
  951. "Wmb=%d Wmd=%d Wme=%d Wmg=%d Wmm=%d\n",
  952. (int)Wmd, (int)Wme, (int)Wmg, (int)weight_scale,
  953. (int)weight_scale,
  954. (int)weight_scale, (int)Wed, (int)Wee, (int)Wed, (int)Wee,
  955. (int)weight_scale, (int)Wgd, (int)Wgg, (int)Wgg,
  956. (int)weight_scale, (int)Wmd, (int)Wme, (int)Wmg, (int)weight_scale);
  957. log_notice(LD_CIRC, "Computed bandwidth weights for %s with v10: "
  958. "G="I64_FORMAT" M="I64_FORMAT" E="I64_FORMAT" D="I64_FORMAT
  959. " T="I64_FORMAT,
  960. casename,
  961. I64_PRINTF_ARG(G), I64_PRINTF_ARG(M), I64_PRINTF_ARG(E),
  962. I64_PRINTF_ARG(D), I64_PRINTF_ARG(T));
  963. return 1;
  964. }
  965. /** Update total bandwidth weights (G/M/E/D/T) with the bandwidth of
  966. * the router in <b>rs</b>. */
  967. static void
  968. update_total_bandwidth_weights(const routerstatus_t *rs,
  969. int is_exit, int is_guard,
  970. int64_t *G, int64_t *M, int64_t *E, int64_t *D,
  971. int64_t *T)
  972. {
  973. int default_bandwidth = rs->bandwidth_kb;
  974. int guardfraction_bandwidth = 0;
  975. if (!rs->has_bandwidth) {
  976. log_info(LD_BUG, "Missing consensus bandwidth for router %s",
  977. rs->nickname);
  978. return;
  979. }
  980. /* If this routerstatus represents a guard that we have
  981. * guardfraction information on, use it to calculate its actual
  982. * bandwidth. From proposal236:
  983. *
  984. * Similarly, when calculating the bandwidth-weights line as in
  985. * section 3.8.3 of dir-spec.txt, directory authorities should treat N
  986. * as if fraction F of its bandwidth has the guard flag and (1-F) does
  987. * not. So when computing the totals G,M,E,D, each relay N with guard
  988. * visibility fraction F and bandwidth B should be added as follows:
  989. *
  990. * G' = G + F*B, if N does not have the exit flag
  991. * M' = M + (1-F)*B, if N does not have the exit flag
  992. *
  993. * or
  994. *
  995. * D' = D + F*B, if N has the exit flag
  996. * E' = E + (1-F)*B, if N has the exit flag
  997. *
  998. * In this block of code, we prepare the bandwidth values by setting
  999. * the default_bandwidth to F*B and guardfraction_bandwidth to (1-F)*B.
  1000. */
  1001. if (rs->has_guardfraction) {
  1002. guardfraction_bandwidth_t guardfraction_bw;
  1003. tor_assert(is_guard);
  1004. guard_get_guardfraction_bandwidth(&guardfraction_bw,
  1005. rs->bandwidth_kb,
  1006. rs->guardfraction_percentage);
  1007. default_bandwidth = guardfraction_bw.guard_bw;
  1008. guardfraction_bandwidth = guardfraction_bw.non_guard_bw;
  1009. }
  1010. /* Now calculate the total bandwidth weights with or without
  1011. * guardfraction. Depending on the flags of the relay, add its
  1012. * bandwidth to the appropriate weight pool. If it's a guard and
  1013. * guardfraction is enabled, add its bandwidth to both pools as
  1014. * indicated by the previous comment.
  1015. */
  1016. *T += default_bandwidth;
  1017. if (is_exit && is_guard) {
  1018. *D += default_bandwidth;
  1019. if (rs->has_guardfraction) {
  1020. *E += guardfraction_bandwidth;
  1021. }
  1022. } else if (is_exit) {
  1023. *E += default_bandwidth;
  1024. } else if (is_guard) {
  1025. *G += default_bandwidth;
  1026. if (rs->has_guardfraction) {
  1027. *M += guardfraction_bandwidth;
  1028. }
  1029. } else {
  1030. *M += default_bandwidth;
  1031. }
  1032. }
  1033. /** Given a list of vote networkstatus_t in <b>votes</b>, our public
  1034. * authority <b>identity_key</b>, our private authority <b>signing_key</b>,
  1035. * and the number of <b>total_authorities</b> that we believe exist in our
  1036. * voting quorum, generate the text of a new v3 consensus vote, and return the
  1037. * value in a newly allocated string.
  1038. *
  1039. * Note: this function DOES NOT check whether the votes are from
  1040. * recognized authorities. (dirvote_add_vote does that.) */
  1041. char *
  1042. networkstatus_compute_consensus(smartlist_t *votes,
  1043. int total_authorities,
  1044. crypto_pk_t *identity_key,
  1045. crypto_pk_t *signing_key,
  1046. const char *legacy_id_key_digest,
  1047. crypto_pk_t *legacy_signing_key,
  1048. consensus_flavor_t flavor)
  1049. {
  1050. smartlist_t *chunks;
  1051. char *result = NULL;
  1052. int consensus_method;
  1053. time_t valid_after, fresh_until, valid_until;
  1054. int vote_seconds, dist_seconds;
  1055. char *client_versions = NULL, *server_versions = NULL;
  1056. smartlist_t *flags;
  1057. const char *flavor_name;
  1058. uint32_t max_unmeasured_bw_kb = DEFAULT_MAX_UNMEASURED_BW_KB;
  1059. int64_t G=0, M=0, E=0, D=0, T=0; /* For bandwidth weights */
  1060. const routerstatus_format_type_t rs_format =
  1061. flavor == FLAV_NS ? NS_V3_CONSENSUS : NS_V3_CONSENSUS_MICRODESC;
  1062. char *params = NULL;
  1063. char *packages = NULL;
  1064. int added_weights = 0;
  1065. dircollator_t *collator = NULL;
  1066. smartlist_t *param_list = NULL;
  1067. tor_assert(flavor == FLAV_NS || flavor == FLAV_MICRODESC);
  1068. tor_assert(total_authorities >= smartlist_len(votes));
  1069. tor_assert(total_authorities > 0);
  1070. flavor_name = networkstatus_get_flavor_name(flavor);
  1071. if (!smartlist_len(votes)) {
  1072. log_warn(LD_DIR, "Can't compute a consensus from no votes.");
  1073. return NULL;
  1074. }
  1075. flags = smartlist_new();
  1076. consensus_method = compute_consensus_method(votes);
  1077. if (consensus_method_is_supported(consensus_method)) {
  1078. log_info(LD_DIR, "Generating consensus using method %d.",
  1079. consensus_method);
  1080. } else {
  1081. log_warn(LD_DIR, "The other authorities will use consensus method %d, "
  1082. "which I don't support. Maybe I should upgrade!",
  1083. consensus_method);
  1084. consensus_method = MAX_SUPPORTED_CONSENSUS_METHOD;
  1085. }
  1086. /* Compute medians of time-related things, and figure out how many
  1087. * routers we might need to talk about. */
  1088. {
  1089. int n_votes = smartlist_len(votes);
  1090. time_t *va_times = tor_calloc(n_votes, sizeof(time_t));
  1091. time_t *fu_times = tor_calloc(n_votes, sizeof(time_t));
  1092. time_t *vu_times = tor_calloc(n_votes, sizeof(time_t));
  1093. int *votesec_list = tor_calloc(n_votes, sizeof(int));
  1094. int *distsec_list = tor_calloc(n_votes, sizeof(int));
  1095. int n_versioning_clients = 0, n_versioning_servers = 0;
  1096. smartlist_t *combined_client_versions = smartlist_new();
  1097. smartlist_t *combined_server_versions = smartlist_new();
  1098. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1099. tor_assert(v->type == NS_TYPE_VOTE);
  1100. va_times[v_sl_idx] = v->valid_after;
  1101. fu_times[v_sl_idx] = v->fresh_until;
  1102. vu_times[v_sl_idx] = v->valid_until;
  1103. votesec_list[v_sl_idx] = v->vote_seconds;
  1104. distsec_list[v_sl_idx] = v->dist_seconds;
  1105. if (v->client_versions) {
  1106. smartlist_t *cv = smartlist_new();
  1107. ++n_versioning_clients;
  1108. smartlist_split_string(cv, v->client_versions, ",",
  1109. SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
  1110. sort_version_list(cv, 1);
  1111. smartlist_add_all(combined_client_versions, cv);
  1112. smartlist_free(cv); /* elements get freed later. */
  1113. }
  1114. if (v->server_versions) {
  1115. smartlist_t *sv = smartlist_new();
  1116. ++n_versioning_servers;
  1117. smartlist_split_string(sv, v->server_versions, ",",
  1118. SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
  1119. sort_version_list(sv, 1);
  1120. smartlist_add_all(combined_server_versions, sv);
  1121. smartlist_free(sv); /* elements get freed later. */
  1122. }
  1123. SMARTLIST_FOREACH(v->known_flags, const char *, cp,
  1124. smartlist_add(flags, tor_strdup(cp)));
  1125. } SMARTLIST_FOREACH_END(v);
  1126. valid_after = median_time(va_times, n_votes);
  1127. fresh_until = median_time(fu_times, n_votes);
  1128. valid_until = median_time(vu_times, n_votes);
  1129. vote_seconds = median_int(votesec_list, n_votes);
  1130. dist_seconds = median_int(distsec_list, n_votes);
  1131. tor_assert(valid_after +
  1132. (get_options()->TestingTorNetwork ?
  1133. MIN_VOTE_INTERVAL_TESTING : MIN_VOTE_INTERVAL) <= fresh_until);
  1134. tor_assert(fresh_until +
  1135. (get_options()->TestingTorNetwork ?
  1136. MIN_VOTE_INTERVAL_TESTING : MIN_VOTE_INTERVAL) <= valid_until);
  1137. tor_assert(vote_seconds >= MIN_VOTE_SECONDS);
  1138. tor_assert(dist_seconds >= MIN_DIST_SECONDS);
  1139. server_versions = compute_consensus_versions_list(combined_server_versions,
  1140. n_versioning_servers);
  1141. client_versions = compute_consensus_versions_list(combined_client_versions,
  1142. n_versioning_clients);
  1143. if (consensus_method >= MIN_METHOD_FOR_PACKAGE_LINES) {
  1144. packages = compute_consensus_package_lines(votes);
  1145. } else {
  1146. packages = tor_strdup("");
  1147. }
  1148. SMARTLIST_FOREACH(combined_server_versions, char *, cp, tor_free(cp));
  1149. SMARTLIST_FOREACH(combined_client_versions, char *, cp, tor_free(cp));
  1150. smartlist_free(combined_server_versions);
  1151. smartlist_free(combined_client_versions);
  1152. if (consensus_method >= MIN_METHOD_FOR_ED25519_ID_VOTING)
  1153. smartlist_add(flags, tor_strdup("NoEdConsensus"));
  1154. smartlist_sort_strings(flags);
  1155. smartlist_uniq_strings(flags);
  1156. tor_free(va_times);
  1157. tor_free(fu_times);
  1158. tor_free(vu_times);
  1159. tor_free(votesec_list);
  1160. tor_free(distsec_list);
  1161. }
  1162. chunks = smartlist_new();
  1163. {
  1164. char va_buf[ISO_TIME_LEN+1], fu_buf[ISO_TIME_LEN+1],
  1165. vu_buf[ISO_TIME_LEN+1];
  1166. char *flaglist;
  1167. format_iso_time(va_buf, valid_after);
  1168. format_iso_time(fu_buf, fresh_until);
  1169. format_iso_time(vu_buf, valid_until);
  1170. flaglist = smartlist_join_strings(flags, " ", 0, NULL);
  1171. smartlist_add_asprintf(chunks, "network-status-version 3%s%s\n"
  1172. "vote-status consensus\n",
  1173. flavor == FLAV_NS ? "" : " ",
  1174. flavor == FLAV_NS ? "" : flavor_name);
  1175. smartlist_add_asprintf(chunks, "consensus-method %d\n",
  1176. consensus_method);
  1177. smartlist_add_asprintf(chunks,
  1178. "valid-after %s\n"
  1179. "fresh-until %s\n"
  1180. "valid-until %s\n"
  1181. "voting-delay %d %d\n"
  1182. "client-versions %s\n"
  1183. "server-versions %s\n"
  1184. "%s" /* packages */
  1185. "known-flags %s\n",
  1186. va_buf, fu_buf, vu_buf,
  1187. vote_seconds, dist_seconds,
  1188. client_versions, server_versions,
  1189. packages,
  1190. flaglist);
  1191. tor_free(flaglist);
  1192. }
  1193. param_list = dirvote_compute_params(votes, consensus_method,
  1194. total_authorities);
  1195. if (smartlist_len(param_list)) {
  1196. params = smartlist_join_strings(param_list, " ", 0, NULL);
  1197. smartlist_add(chunks, tor_strdup("params "));
  1198. smartlist_add(chunks, params);
  1199. smartlist_add(chunks, tor_strdup("\n"));
  1200. }
  1201. if (consensus_method >= MIN_METHOD_FOR_SHARED_RANDOM) {
  1202. int num_dirauth = get_n_authorities(V3_DIRINFO);
  1203. /* Default value of this is 2/3 of the total number of authorities. For
  1204. * instance, if we have 9 dirauth, the default value is 6. The following
  1205. * calculation will round it down. */
  1206. int32_t num_srv_agreements =
  1207. dirvote_get_intermediate_param_value(param_list,
  1208. "AuthDirNumSRVAgreements",
  1209. (num_dirauth * 2) / 3);
  1210. /* Add the shared random value. */
  1211. char *srv_lines = sr_get_string_for_consensus(votes, num_srv_agreements);
  1212. if (srv_lines != NULL) {
  1213. smartlist_add(chunks, srv_lines);
  1214. }
  1215. }
  1216. /* Sort the votes. */
  1217. smartlist_sort(votes, compare_votes_by_authority_id_);
  1218. /* Add the authority sections. */
  1219. {
  1220. smartlist_t *dir_sources = smartlist_new();
  1221. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1222. dir_src_ent_t *e = tor_malloc_zero(sizeof(dir_src_ent_t));
  1223. e->v = v;
  1224. e->digest = get_voter(v)->identity_digest;
  1225. e->is_legacy = 0;
  1226. smartlist_add(dir_sources, e);
  1227. if (!tor_digest_is_zero(get_voter(v)->legacy_id_digest)) {
  1228. dir_src_ent_t *e_legacy = tor_malloc_zero(sizeof(dir_src_ent_t));
  1229. e_legacy->v = v;
  1230. e_legacy->digest = get_voter(v)->legacy_id_digest;
  1231. e_legacy->is_legacy = 1;
  1232. smartlist_add(dir_sources, e_legacy);
  1233. }
  1234. } SMARTLIST_FOREACH_END(v);
  1235. smartlist_sort(dir_sources, compare_dir_src_ents_by_authority_id_);
  1236. SMARTLIST_FOREACH_BEGIN(dir_sources, const dir_src_ent_t *, e) {
  1237. char fingerprint[HEX_DIGEST_LEN+1];
  1238. char votedigest[HEX_DIGEST_LEN+1];
  1239. networkstatus_t *v = e->v;
  1240. networkstatus_voter_info_t *voter = get_voter(v);
  1241. base16_encode(fingerprint, sizeof(fingerprint), e->digest, DIGEST_LEN);
  1242. base16_encode(votedigest, sizeof(votedigest), voter->vote_digest,
  1243. DIGEST_LEN);
  1244. smartlist_add_asprintf(chunks,
  1245. "dir-source %s%s %s %s %s %d %d\n",
  1246. voter->nickname, e->is_legacy ? "-legacy" : "",
  1247. fingerprint, voter->address, fmt_addr32(voter->addr),
  1248. voter->dir_port,
  1249. voter->or_port);
  1250. if (! e->is_legacy) {
  1251. smartlist_add_asprintf(chunks,
  1252. "contact %s\n"
  1253. "vote-digest %s\n",
  1254. voter->contact,
  1255. votedigest);
  1256. }
  1257. } SMARTLIST_FOREACH_END(e);
  1258. SMARTLIST_FOREACH(dir_sources, dir_src_ent_t *, e, tor_free(e));
  1259. smartlist_free(dir_sources);
  1260. }
  1261. if (consensus_method >= MIN_METHOD_TO_CLIP_UNMEASURED_BW) {
  1262. char *max_unmeasured_param = NULL;
  1263. /* XXXX Extract this code into a common function. Or don't! see #19011 */
  1264. if (params) {
  1265. if (strcmpstart(params, "maxunmeasuredbw=") == 0)
  1266. max_unmeasured_param = params;
  1267. else
  1268. max_unmeasured_param = strstr(params, " maxunmeasuredbw=");
  1269. }
  1270. if (max_unmeasured_param) {
  1271. int ok = 0;
  1272. char *eq = strchr(max_unmeasured_param, '=');
  1273. if (eq) {
  1274. max_unmeasured_bw_kb = (uint32_t)
  1275. tor_parse_ulong(eq+1, 10, 1, UINT32_MAX, &ok, NULL);
  1276. if (!ok) {
  1277. log_warn(LD_DIR, "Bad element '%s' in max unmeasured bw param",
  1278. escaped(max_unmeasured_param));
  1279. max_unmeasured_bw_kb = DEFAULT_MAX_UNMEASURED_BW_KB;
  1280. }
  1281. }
  1282. }
  1283. }
  1284. /* Add the actual router entries. */
  1285. {
  1286. int *size; /* size[j] is the number of routerstatuses in votes[j]. */
  1287. int *flag_counts; /* The number of voters that list flag[j] for the
  1288. * currently considered router. */
  1289. int i;
  1290. smartlist_t *matching_descs = smartlist_new();
  1291. smartlist_t *chosen_flags = smartlist_new();
  1292. smartlist_t *versions = smartlist_new();
  1293. smartlist_t *exitsummaries = smartlist_new();
  1294. uint32_t *bandwidths_kb = tor_calloc(smartlist_len(votes),
  1295. sizeof(uint32_t));
  1296. uint32_t *measured_bws_kb = tor_calloc(smartlist_len(votes),
  1297. sizeof(uint32_t));
  1298. uint32_t *measured_guardfraction = tor_calloc(smartlist_len(votes),
  1299. sizeof(uint32_t));
  1300. int num_bandwidths;
  1301. int num_mbws;
  1302. int num_guardfraction_inputs;
  1303. int *n_voter_flags; /* n_voter_flags[j] is the number of flags that
  1304. * votes[j] knows about. */
  1305. int *n_flag_voters; /* n_flag_voters[f] is the number of votes that care
  1306. * about flags[f]. */
  1307. int **flag_map; /* flag_map[j][b] is an index f such that flag_map[f]
  1308. * is the same flag as votes[j]->known_flags[b]. */
  1309. int *named_flag; /* Index of the flag "Named" for votes[j] */
  1310. int *unnamed_flag; /* Index of the flag "Unnamed" for votes[j] */
  1311. int n_authorities_measuring_bandwidth;
  1312. strmap_t *name_to_id_map = strmap_new();
  1313. char conflict[DIGEST_LEN];
  1314. char unknown[DIGEST_LEN];
  1315. memset(conflict, 0, sizeof(conflict));
  1316. memset(unknown, 0xff, sizeof(conflict));
  1317. size = tor_calloc(smartlist_len(votes), sizeof(int));
  1318. n_voter_flags = tor_calloc(smartlist_len(votes), sizeof(int));
  1319. n_flag_voters = tor_calloc(smartlist_len(flags), sizeof(int));
  1320. flag_map = tor_calloc(smartlist_len(votes), sizeof(int *));
  1321. named_flag = tor_calloc(smartlist_len(votes), sizeof(int));
  1322. unnamed_flag = tor_calloc(smartlist_len(votes), sizeof(int));
  1323. for (i = 0; i < smartlist_len(votes); ++i)
  1324. unnamed_flag[i] = named_flag[i] = -1;
  1325. /* Build the flag indexes. Note that no vote can have more than 64 members
  1326. * for known_flags, so no value will be greater than 63, so it's safe to
  1327. * do U64_LITERAL(1) << index on these values. But note also that
  1328. * named_flag and unnamed_flag are initialized to -1, so we need to check
  1329. * that they're actually set before doing U64_LITERAL(1) << index with
  1330. * them.*/
  1331. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1332. flag_map[v_sl_idx] = tor_calloc(smartlist_len(v->known_flags),
  1333. sizeof(int));
  1334. if (smartlist_len(v->known_flags) > MAX_KNOWN_FLAGS_IN_VOTE) {
  1335. log_warn(LD_BUG, "Somehow, a vote has %d entries in known_flags",
  1336. smartlist_len(v->known_flags));
  1337. }
  1338. SMARTLIST_FOREACH_BEGIN(v->known_flags, const char *, fl) {
  1339. int p = smartlist_string_pos(flags, fl);
  1340. tor_assert(p >= 0);
  1341. flag_map[v_sl_idx][fl_sl_idx] = p;
  1342. ++n_flag_voters[p];
  1343. if (!strcmp(fl, "Named"))
  1344. named_flag[v_sl_idx] = fl_sl_idx;
  1345. if (!strcmp(fl, "Unnamed"))
  1346. unnamed_flag[v_sl_idx] = fl_sl_idx;
  1347. } SMARTLIST_FOREACH_END(fl);
  1348. n_voter_flags[v_sl_idx] = smartlist_len(v->known_flags);
  1349. size[v_sl_idx] = smartlist_len(v->routerstatus_list);
  1350. } SMARTLIST_FOREACH_END(v);
  1351. /* Named and Unnamed get treated specially */
  1352. {
  1353. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1354. uint64_t nf;
  1355. if (named_flag[v_sl_idx]<0)
  1356. continue;
  1357. nf = U64_LITERAL(1) << named_flag[v_sl_idx];
  1358. SMARTLIST_FOREACH_BEGIN(v->routerstatus_list,
  1359. vote_routerstatus_t *, rs) {
  1360. if ((rs->flags & nf) != 0) {
  1361. const char *d = strmap_get_lc(name_to_id_map, rs->status.nickname);
  1362. if (!d) {
  1363. /* We have no name officially mapped to this digest. */
  1364. strmap_set_lc(name_to_id_map, rs->status.nickname,
  1365. rs->status.identity_digest);
  1366. } else if (d != conflict &&
  1367. fast_memcmp(d, rs->status.identity_digest, DIGEST_LEN)) {
  1368. /* Authorities disagree about this nickname. */
  1369. strmap_set_lc(name_to_id_map, rs->status.nickname, conflict);
  1370. } else {
  1371. /* It's already a conflict, or it's already this ID. */
  1372. }
  1373. }
  1374. } SMARTLIST_FOREACH_END(rs);
  1375. } SMARTLIST_FOREACH_END(v);
  1376. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1377. uint64_t uf;
  1378. if (unnamed_flag[v_sl_idx]<0)
  1379. continue;
  1380. uf = U64_LITERAL(1) << unnamed_flag[v_sl_idx];
  1381. SMARTLIST_FOREACH_BEGIN(v->routerstatus_list,
  1382. vote_routerstatus_t *, rs) {
  1383. if ((rs->flags & uf) != 0) {
  1384. const char *d = strmap_get_lc(name_to_id_map, rs->status.nickname);
  1385. if (d == conflict || d == unknown) {
  1386. /* Leave it alone; we know what it is. */
  1387. } else if (!d) {
  1388. /* We have no name officially mapped to this digest. */
  1389. strmap_set_lc(name_to_id_map, rs->status.nickname, unknown);
  1390. } else if (fast_memeq(d, rs->status.identity_digest, DIGEST_LEN)) {
  1391. /* Authorities disagree about this nickname. */
  1392. strmap_set_lc(name_to_id_map, rs->status.nickname, conflict);
  1393. } else {
  1394. /* It's mapped to a different name. */
  1395. }
  1396. }
  1397. } SMARTLIST_FOREACH_END(rs);
  1398. } SMARTLIST_FOREACH_END(v);
  1399. }
  1400. /* We need to know how many votes measure bandwidth. */
  1401. n_authorities_measuring_bandwidth = 0;
  1402. SMARTLIST_FOREACH(votes, const networkstatus_t *, v,
  1403. if (v->has_measured_bws) {
  1404. ++n_authorities_measuring_bandwidth;
  1405. }
  1406. );
  1407. /* Populate the collator */
  1408. collator = dircollator_new(smartlist_len(votes), total_authorities);
  1409. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1410. dircollator_add_vote(collator, v);
  1411. } SMARTLIST_FOREACH_END(v);
  1412. dircollator_collate(collator, consensus_method);
  1413. /* Now go through all the votes */
  1414. flag_counts = tor_calloc(smartlist_len(flags), sizeof(int));
  1415. const int num_routers = dircollator_n_routers(collator);
  1416. for (i = 0; i < num_routers; ++i) {
  1417. vote_routerstatus_t **vrs_lst =
  1418. dircollator_get_votes_for_router(collator, i);
  1419. vote_routerstatus_t *rs;
  1420. routerstatus_t rs_out;
  1421. const char *current_rsa_id = NULL;
  1422. const char *chosen_version;
  1423. const char *chosen_name = NULL;
  1424. int exitsummary_disagreement = 0;
  1425. int is_named = 0, is_unnamed = 0, is_running = 0;
  1426. int is_guard = 0, is_exit = 0, is_bad_exit = 0;
  1427. int naming_conflict = 0;
  1428. int n_listing = 0;
  1429. char microdesc_digest[DIGEST256_LEN];
  1430. tor_addr_port_t alt_orport = {TOR_ADDR_NULL, 0};
  1431. memset(flag_counts, 0, sizeof(int)*smartlist_len(flags));
  1432. smartlist_clear(matching_descs);
  1433. smartlist_clear(chosen_flags);
  1434. smartlist_clear(versions);
  1435. num_bandwidths = 0;
  1436. num_mbws = 0;
  1437. num_guardfraction_inputs = 0;
  1438. int ed_consensus = 0;
  1439. const uint8_t *ed_consensus_val = NULL;
  1440. /* Okay, go through all the entries for this digest. */
  1441. for (int voter_idx = 0; voter_idx < smartlist_len(votes); ++voter_idx) {
  1442. if (vrs_lst[voter_idx] == NULL)
  1443. continue; /* This voter had nothing to say about this entry. */
  1444. rs = vrs_lst[voter_idx];
  1445. ++n_listing;
  1446. current_rsa_id = rs->status.identity_digest;
  1447. smartlist_add(matching_descs, rs);
  1448. if (rs->version && rs->version[0])
  1449. smartlist_add(versions, rs->version);
  1450. /* Tally up all the flags. */
  1451. for (int flag = 0; flag < n_voter_flags[voter_idx]; ++flag) {
  1452. if (rs->flags & (U64_LITERAL(1) << flag))
  1453. ++flag_counts[flag_map[voter_idx][flag]];
  1454. }
  1455. if (named_flag[voter_idx] >= 0 &&
  1456. (rs->flags & (U64_LITERAL(1) << named_flag[voter_idx]))) {
  1457. if (chosen_name && strcmp(chosen_name, rs->status.nickname)) {
  1458. log_notice(LD_DIR, "Conflict on naming for router: %s vs %s",
  1459. chosen_name, rs->status.nickname);
  1460. naming_conflict = 1;
  1461. }
  1462. chosen_name = rs->status.nickname;
  1463. }
  1464. /* Count guardfraction votes and note down the values. */
  1465. if (rs->status.has_guardfraction) {
  1466. measured_guardfraction[num_guardfraction_inputs++] =
  1467. rs->status.guardfraction_percentage;
  1468. }
  1469. /* count bandwidths */
  1470. if (rs->has_measured_bw)
  1471. measured_bws_kb[num_mbws++] = rs->measured_bw_kb;
  1472. if (rs->status.has_bandwidth)
  1473. bandwidths_kb[num_bandwidths++] = rs->status.bandwidth_kb;
  1474. /* Count number for which ed25519 is canonical. */
  1475. if (rs->ed25519_reflects_consensus) {
  1476. ++ed_consensus;
  1477. if (ed_consensus_val) {
  1478. tor_assert(fast_memeq(ed_consensus_val, rs->ed25519_id,
  1479. ED25519_PUBKEY_LEN));
  1480. } else {
  1481. ed_consensus_val = rs->ed25519_id;
  1482. }
  1483. }
  1484. }
  1485. /* We don't include this router at all unless more than half of
  1486. * the authorities we believe in list it. */
  1487. if (n_listing <= total_authorities/2)
  1488. continue;
  1489. if (ed_consensus > 0) {
  1490. tor_assert(consensus_method >= MIN_METHOD_FOR_ED25519_ID_VOTING);
  1491. if (ed_consensus <= total_authorities / 2) {
  1492. log_warn(LD_BUG, "Not enough entries had ed_consensus set; how "
  1493. "can we have a consensus of %d?", ed_consensus);
  1494. }
  1495. }
  1496. /* The clangalyzer can't figure out that this will never be NULL
  1497. * if n_listing is at least 1 */
  1498. tor_assert(current_rsa_id);
  1499. /* Figure out the most popular opinion of what the most recent
  1500. * routerinfo and its contents are. */
  1501. memset(microdesc_digest, 0, sizeof(microdesc_digest));
  1502. rs = compute_routerstatus_consensus(matching_descs, consensus_method,
  1503. microdesc_digest, &alt_orport);
  1504. /* Copy bits of that into rs_out. */
  1505. memset(&rs_out, 0, sizeof(rs_out));
  1506. tor_assert(fast_memeq(current_rsa_id,
  1507. rs->status.identity_digest,DIGEST_LEN));
  1508. memcpy(rs_out.identity_digest, current_rsa_id, DIGEST_LEN);
  1509. memcpy(rs_out.descriptor_digest, rs->status.descriptor_digest,
  1510. DIGEST_LEN);
  1511. rs_out.addr = rs->status.addr;
  1512. rs_out.published_on = rs->status.published_on;
  1513. rs_out.dir_port = rs->status.dir_port;
  1514. rs_out.or_port = rs->status.or_port;
  1515. if (consensus_method >= MIN_METHOD_FOR_A_LINES) {
  1516. tor_addr_copy(&rs_out.ipv6_addr, &alt_orport.addr);
  1517. rs_out.ipv6_orport = alt_orport.port;
  1518. }
  1519. rs_out.has_bandwidth = 0;
  1520. rs_out.has_exitsummary = 0;
  1521. if (chosen_name && !naming_conflict) {
  1522. strlcpy(rs_out.nickname, chosen_name, sizeof(rs_out.nickname));
  1523. } else {
  1524. strlcpy(rs_out.nickname, rs->status.nickname, sizeof(rs_out.nickname));
  1525. }
  1526. {
  1527. const char *d = strmap_get_lc(name_to_id_map, rs_out.nickname);
  1528. if (!d) {
  1529. is_named = is_unnamed = 0;
  1530. } else if (fast_memeq(d, current_rsa_id, DIGEST_LEN)) {
  1531. is_named = 1; is_unnamed = 0;
  1532. } else {
  1533. is_named = 0; is_unnamed = 1;
  1534. }
  1535. }
  1536. /* Set the flags. */
  1537. smartlist_add(chosen_flags, (char*)"s"); /* for the start of the line. */
  1538. SMARTLIST_FOREACH_BEGIN(flags, const char *, fl) {
  1539. if (!strcmp(fl, "Named")) {
  1540. if (is_named)
  1541. smartlist_add(chosen_flags, (char*)fl);
  1542. } else if (!strcmp(fl, "Unnamed")) {
  1543. if (is_unnamed)
  1544. smartlist_add(chosen_flags, (char*)fl);
  1545. } else if (!strcmp(fl, "NoEdConsensus") &&
  1546. consensus_method >= MIN_METHOD_FOR_ED25519_ID_VOTING) {
  1547. if (ed_consensus <= total_authorities/2)
  1548. smartlist_add(chosen_flags, (char*)fl);
  1549. } else {
  1550. if (flag_counts[fl_sl_idx] > n_flag_voters[fl_sl_idx]/2) {
  1551. smartlist_add(chosen_flags, (char*)fl);
  1552. if (!strcmp(fl, "Exit"))
  1553. is_exit = 1;
  1554. else if (!strcmp(fl, "Guard"))
  1555. is_guard = 1;
  1556. else if (!strcmp(fl, "Running"))
  1557. is_running = 1;
  1558. else if (!strcmp(fl, "BadExit"))
  1559. is_bad_exit = 1;
  1560. }
  1561. }
  1562. } SMARTLIST_FOREACH_END(fl);
  1563. /* Starting with consensus method 4 we do not list servers
  1564. * that are not running in a consensus. See Proposal 138 */
  1565. if (!is_running)
  1566. continue;
  1567. /* Pick the version. */
  1568. if (smartlist_len(versions)) {
  1569. sort_version_list(versions, 0);
  1570. chosen_version = get_most_frequent_member(versions);
  1571. } else {
  1572. chosen_version = NULL;
  1573. }
  1574. /* If it's a guard and we have enough guardfraction votes,
  1575. calculate its consensus guardfraction value. */
  1576. if (is_guard && num_guardfraction_inputs > 2 &&
  1577. consensus_method >= MIN_METHOD_FOR_GUARDFRACTION) {
  1578. rs_out.has_guardfraction = 1;
  1579. rs_out.guardfraction_percentage = median_uint32(measured_guardfraction,
  1580. num_guardfraction_inputs);
  1581. /* final value should be an integer percentage! */
  1582. tor_assert(rs_out.guardfraction_percentage <= 100);
  1583. }
  1584. /* Pick a bandwidth */
  1585. if (num_mbws > 2) {
  1586. rs_out.has_bandwidth = 1;
  1587. rs_out.bw_is_unmeasured = 0;
  1588. rs_out.bandwidth_kb = median_uint32(measured_bws_kb, num_mbws);
  1589. } else if (num_bandwidths > 0) {
  1590. rs_out.has_bandwidth = 1;
  1591. rs_out.bw_is_unmeasured = 1;
  1592. rs_out.bandwidth_kb = median_uint32(bandwidths_kb, num_bandwidths);
  1593. if (consensus_method >= MIN_METHOD_TO_CLIP_UNMEASURED_BW &&
  1594. n_authorities_measuring_bandwidth > 2) {
  1595. /* Cap non-measured bandwidths. */
  1596. if (rs_out.bandwidth_kb > max_unmeasured_bw_kb) {
  1597. rs_out.bandwidth_kb = max_unmeasured_bw_kb;
  1598. }
  1599. }
  1600. }
  1601. /* Fix bug 2203: Do not count BadExit nodes as Exits for bw weights */
  1602. is_exit = is_exit && !is_bad_exit;
  1603. /* Update total bandwidth weights with the bandwidths of this router. */
  1604. {
  1605. update_total_bandwidth_weights(&rs_out,
  1606. is_exit, is_guard,
  1607. &G, &M, &E, &D, &T);
  1608. }
  1609. /* Ok, we already picked a descriptor digest we want to list
  1610. * previously. Now we want to use the exit policy summary from
  1611. * that descriptor. If everybody plays nice all the voters who
  1612. * listed that descriptor will have the same summary. If not then
  1613. * something is fishy and we'll use the most common one (breaking
  1614. * ties in favor of lexicographically larger one (only because it
  1615. * lets me reuse more existing code)).
  1616. *
  1617. * The other case that can happen is that no authority that voted
  1618. * for that descriptor has an exit policy summary. That's
  1619. * probably quite unlikely but can happen. In that case we use
  1620. * the policy that was most often listed in votes, again breaking
  1621. * ties like in the previous case.
  1622. */
  1623. {
  1624. /* Okay, go through all the votes for this router. We prepared
  1625. * that list previously */
  1626. const char *chosen_exitsummary = NULL;
  1627. smartlist_clear(exitsummaries);
  1628. SMARTLIST_FOREACH_BEGIN(matching_descs, vote_routerstatus_t *, vsr) {
  1629. /* Check if the vote where this status comes from had the
  1630. * proper descriptor */
  1631. tor_assert(fast_memeq(rs_out.identity_digest,
  1632. vsr->status.identity_digest,
  1633. DIGEST_LEN));
  1634. if (vsr->status.has_exitsummary &&
  1635. fast_memeq(rs_out.descriptor_digest,
  1636. vsr->status.descriptor_digest,
  1637. DIGEST_LEN)) {
  1638. tor_assert(vsr->status.exitsummary);
  1639. smartlist_add(exitsummaries, vsr->status.exitsummary);
  1640. if (!chosen_exitsummary) {
  1641. chosen_exitsummary = vsr->status.exitsummary;
  1642. } else if (strcmp(chosen_exitsummary, vsr->status.exitsummary)) {
  1643. /* Great. There's disagreement among the voters. That
  1644. * really shouldn't be */
  1645. exitsummary_disagreement = 1;
  1646. }
  1647. }
  1648. } SMARTLIST_FOREACH_END(vsr);
  1649. if (exitsummary_disagreement) {
  1650. char id[HEX_DIGEST_LEN+1];
  1651. char dd[HEX_DIGEST_LEN+1];
  1652. base16_encode(id, sizeof(dd), rs_out.identity_digest, DIGEST_LEN);
  1653. base16_encode(dd, sizeof(dd), rs_out.descriptor_digest, DIGEST_LEN);
  1654. log_warn(LD_DIR, "The voters disagreed on the exit policy summary "
  1655. " for router %s with descriptor %s. This really shouldn't"
  1656. " have happened.", id, dd);
  1657. smartlist_sort_strings(exitsummaries);
  1658. chosen_exitsummary = get_most_frequent_member(exitsummaries);
  1659. } else if (!chosen_exitsummary) {
  1660. char id[HEX_DIGEST_LEN+1];
  1661. char dd[HEX_DIGEST_LEN+1];
  1662. base16_encode(id, sizeof(dd), rs_out.identity_digest, DIGEST_LEN);
  1663. base16_encode(dd, sizeof(dd), rs_out.descriptor_digest, DIGEST_LEN);
  1664. log_warn(LD_DIR, "Not one of the voters that made us select"
  1665. "descriptor %s for router %s had an exit policy"
  1666. "summary", dd, id);
  1667. /* Ok, none of those voting for the digest we chose had an
  1668. * exit policy for us. Well, that kinda sucks.
  1669. */
  1670. smartlist_clear(exitsummaries);
  1671. SMARTLIST_FOREACH(matching_descs, vote_routerstatus_t *, vsr, {
  1672. if (vsr->status.has_exitsummary)
  1673. smartlist_add(exitsummaries, vsr->status.exitsummary);
  1674. });
  1675. smartlist_sort_strings(exitsummaries);
  1676. chosen_exitsummary = get_most_frequent_member(exitsummaries);
  1677. if (!chosen_exitsummary)
  1678. log_warn(LD_DIR, "Wow, not one of the voters had an exit "
  1679. "policy summary for %s. Wow.", id);
  1680. }
  1681. if (chosen_exitsummary) {
  1682. rs_out.has_exitsummary = 1;
  1683. /* yea, discards the const */
  1684. rs_out.exitsummary = (char *)chosen_exitsummary;
  1685. }
  1686. }
  1687. if (flavor == FLAV_MICRODESC &&
  1688. tor_digest256_is_zero(microdesc_digest)) {
  1689. /* With no microdescriptor digest, we omit the entry entirely. */
  1690. continue;
  1691. }
  1692. {
  1693. char *buf;
  1694. /* Okay!! Now we can write the descriptor... */
  1695. /* First line goes into "buf". */
  1696. buf = routerstatus_format_entry(&rs_out, NULL, rs_format, NULL);
  1697. if (buf)
  1698. smartlist_add(chunks, buf);
  1699. }
  1700. /* Now an m line, if applicable. */
  1701. if (flavor == FLAV_MICRODESC &&
  1702. !tor_digest256_is_zero(microdesc_digest)) {
  1703. char m[BASE64_DIGEST256_LEN+1];
  1704. digest256_to_base64(m, microdesc_digest);
  1705. smartlist_add_asprintf(chunks, "m %s\n", m);
  1706. }
  1707. /* Next line is all flags. The "\n" is missing. */
  1708. smartlist_add(chunks,
  1709. smartlist_join_strings(chosen_flags, " ", 0, NULL));
  1710. /* Now the version line. */
  1711. if (chosen_version) {
  1712. smartlist_add(chunks, tor_strdup("\nv "));
  1713. smartlist_add(chunks, tor_strdup(chosen_version));
  1714. }
  1715. smartlist_add(chunks, tor_strdup("\n"));
  1716. /* Now the weight line. */
  1717. if (rs_out.has_bandwidth) {
  1718. char *guardfraction_str = NULL;
  1719. int unmeasured = rs_out.bw_is_unmeasured &&
  1720. consensus_method >= MIN_METHOD_TO_CLIP_UNMEASURED_BW;
  1721. /* If we have guardfraction info, include it in the 'w' line. */
  1722. if (rs_out.has_guardfraction) {
  1723. tor_asprintf(&guardfraction_str,
  1724. " GuardFraction=%u", rs_out.guardfraction_percentage);
  1725. }
  1726. smartlist_add_asprintf(chunks, "w Bandwidth=%d%s%s\n",
  1727. rs_out.bandwidth_kb,
  1728. unmeasured?" Unmeasured=1":"",
  1729. guardfraction_str ? guardfraction_str : "");
  1730. tor_free(guardfraction_str);
  1731. }
  1732. /* Now the exitpolicy summary line. */
  1733. if (rs_out.has_exitsummary && flavor == FLAV_NS) {
  1734. smartlist_add_asprintf(chunks, "p %s\n", rs_out.exitsummary);
  1735. }
  1736. /* And the loop is over and we move on to the next router */
  1737. }
  1738. tor_free(size);
  1739. tor_free(n_voter_flags);
  1740. tor_free(n_flag_voters);
  1741. for (i = 0; i < smartlist_len(votes); ++i)
  1742. tor_free(flag_map[i]);
  1743. tor_free(flag_map);
  1744. tor_free(flag_counts);
  1745. tor_free(named_flag);
  1746. tor_free(unnamed_flag);
  1747. strmap_free(name_to_id_map, NULL);
  1748. smartlist_free(matching_descs);
  1749. smartlist_free(chosen_flags);
  1750. smartlist_free(versions);
  1751. smartlist_free(exitsummaries);
  1752. tor_free(bandwidths_kb);
  1753. tor_free(measured_bws_kb);
  1754. tor_free(measured_guardfraction);
  1755. }
  1756. /* Mark the directory footer region */
  1757. smartlist_add(chunks, tor_strdup("directory-footer\n"));
  1758. {
  1759. int64_t weight_scale = BW_WEIGHT_SCALE;
  1760. char *bw_weight_param = NULL;
  1761. // Parse params, extract BW_WEIGHT_SCALE if present
  1762. // DO NOT use consensus_param_bw_weight_scale() in this code!
  1763. // The consensus is not formed yet!
  1764. /* XXXX Extract this code into a common function. Or not: #19011. */
  1765. if (params) {
  1766. if (strcmpstart(params, "bwweightscale=") == 0)
  1767. bw_weight_param = params;
  1768. else
  1769. bw_weight_param = strstr(params, " bwweightscale=");
  1770. }
  1771. if (bw_weight_param) {
  1772. int ok=0;
  1773. char *eq = strchr(bw_weight_param, '=');
  1774. if (eq) {
  1775. weight_scale = tor_parse_long(eq+1, 10, 1, INT32_MAX, &ok,
  1776. NULL);
  1777. if (!ok) {
  1778. log_warn(LD_DIR, "Bad element '%s' in bw weight param",
  1779. escaped(bw_weight_param));
  1780. weight_scale = BW_WEIGHT_SCALE;
  1781. }
  1782. } else {
  1783. log_warn(LD_DIR, "Bad element '%s' in bw weight param",
  1784. escaped(bw_weight_param));
  1785. weight_scale = BW_WEIGHT_SCALE;
  1786. }
  1787. }
  1788. added_weights = networkstatus_compute_bw_weights_v10(chunks, G, M, E, D,
  1789. T, weight_scale);
  1790. }
  1791. /* Add a signature. */
  1792. {
  1793. char digest[DIGEST256_LEN];
  1794. char fingerprint[HEX_DIGEST_LEN+1];
  1795. char signing_key_fingerprint[HEX_DIGEST_LEN+1];
  1796. digest_algorithm_t digest_alg =
  1797. flavor == FLAV_NS ? DIGEST_SHA1 : DIGEST_SHA256;
  1798. size_t digest_len =
  1799. flavor == FLAV_NS ? DIGEST_LEN : DIGEST256_LEN;
  1800. const char *algname = crypto_digest_algorithm_get_name(digest_alg);
  1801. char *signature;
  1802. smartlist_add(chunks, tor_strdup("directory-signature "));
  1803. /* Compute the hash of the chunks. */
  1804. crypto_digest_smartlist(digest, digest_len, chunks, "", digest_alg);
  1805. /* Get the fingerprints */
  1806. crypto_pk_get_fingerprint(identity_key, fingerprint, 0);
  1807. crypto_pk_get_fingerprint(signing_key, signing_key_fingerprint, 0);
  1808. /* add the junk that will go at the end of the line. */
  1809. if (flavor == FLAV_NS) {
  1810. smartlist_add_asprintf(chunks, "%s %s\n", fingerprint,
  1811. signing_key_fingerprint);
  1812. } else {
  1813. smartlist_add_asprintf(chunks, "%s %s %s\n",
  1814. algname, fingerprint,
  1815. signing_key_fingerprint);
  1816. }
  1817. /* And the signature. */
  1818. if (!(signature = router_get_dirobj_signature(digest, digest_len,
  1819. signing_key))) {
  1820. log_warn(LD_BUG, "Couldn't sign consensus networkstatus.");
  1821. goto done;
  1822. }
  1823. smartlist_add(chunks, signature);
  1824. if (legacy_id_key_digest && legacy_signing_key) {
  1825. smartlist_add(chunks, tor_strdup("directory-signature "));
  1826. base16_encode(fingerprint, sizeof(fingerprint),
  1827. legacy_id_key_digest, DIGEST_LEN);
  1828. crypto_pk_get_fingerprint(legacy_signing_key,
  1829. signing_key_fingerprint, 0);
  1830. if (flavor == FLAV_NS) {
  1831. smartlist_add_asprintf(chunks, "%s %s\n", fingerprint,
  1832. signing_key_fingerprint);
  1833. } else {
  1834. smartlist_add_asprintf(chunks, "%s %s %s\n",
  1835. algname, fingerprint,
  1836. signing_key_fingerprint);
  1837. }
  1838. if (!(signature = router_get_dirobj_signature(digest, digest_len,
  1839. legacy_signing_key))) {
  1840. log_warn(LD_BUG, "Couldn't sign consensus networkstatus.");
  1841. goto done;
  1842. }
  1843. smartlist_add(chunks, signature);
  1844. }
  1845. }
  1846. result = smartlist_join_strings(chunks, "", 0, NULL);
  1847. {
  1848. networkstatus_t *c;
  1849. if (!(c = networkstatus_parse_vote_from_string(result, NULL,
  1850. NS_TYPE_CONSENSUS))) {
  1851. log_err(LD_BUG, "Generated a networkstatus consensus we couldn't "
  1852. "parse.");
  1853. tor_free(result);
  1854. goto done;
  1855. }
  1856. // Verify balancing parameters
  1857. if (added_weights) {
  1858. networkstatus_verify_bw_weights(c, consensus_method);
  1859. }
  1860. networkstatus_vote_free(c);
  1861. }
  1862. done:
  1863. dircollator_free(collator);
  1864. tor_free(client_versions);
  1865. tor_free(server_versions);
  1866. tor_free(packages);
  1867. SMARTLIST_FOREACH(flags, char *, cp, tor_free(cp));
  1868. smartlist_free(flags);
  1869. SMARTLIST_FOREACH(chunks, char *, cp, tor_free(cp));
  1870. smartlist_free(chunks);
  1871. SMARTLIST_FOREACH(param_list, char *, cp, tor_free(cp));
  1872. smartlist_free(param_list);
  1873. return result;
  1874. }
  1875. /** Given a list of networkstatus_t for each vote, return a newly allocated
  1876. * string containing the "package" lines for the vote. */
  1877. STATIC char *
  1878. compute_consensus_package_lines(smartlist_t *votes)
  1879. {
  1880. const int n_votes = smartlist_len(votes);
  1881. /* This will be a map from "packagename version" strings to arrays
  1882. * of const char *, with the i'th member of the array corresponding to the
  1883. * package line from the i'th vote.
  1884. */
  1885. strmap_t *package_status = strmap_new();
  1886. SMARTLIST_FOREACH_BEGIN(votes, networkstatus_t *, v) {
  1887. if (! v->package_lines)
  1888. continue;
  1889. SMARTLIST_FOREACH_BEGIN(v->package_lines, const char *, line) {
  1890. if (! validate_recommended_package_line(line))
  1891. continue;
  1892. /* Skip 'cp' to the second space in the line. */
  1893. const char *cp = strchr(line, ' ');
  1894. if (!cp) continue;
  1895. ++cp;
  1896. cp = strchr(cp, ' ');
  1897. if (!cp) continue;
  1898. char *key = tor_strndup(line, cp - line);
  1899. const char **status = strmap_get(package_status, key);
  1900. if (!status) {
  1901. status = tor_calloc(n_votes, sizeof(const char *));
  1902. strmap_set(package_status, key, status);
  1903. }
  1904. status[v_sl_idx] = line; /* overwrite old value */
  1905. tor_free(key);
  1906. } SMARTLIST_FOREACH_END(line);
  1907. } SMARTLIST_FOREACH_END(v);
  1908. smartlist_t *entries = smartlist_new(); /* temporary */
  1909. smartlist_t *result_list = smartlist_new(); /* output */
  1910. STRMAP_FOREACH(package_status, key, const char **, values) {
  1911. int i, count=-1;
  1912. for (i = 0; i < n_votes; ++i) {
  1913. if (values[i])
  1914. smartlist_add(entries, (void*) values[i]);
  1915. }
  1916. smartlist_sort_strings(entries);
  1917. int n_voting_for_entry = smartlist_len(entries);
  1918. const char *most_frequent =
  1919. smartlist_get_most_frequent_string_(entries, &count);
  1920. if (n_voting_for_entry >= 3 && count > n_voting_for_entry / 2) {
  1921. smartlist_add_asprintf(result_list, "package %s\n", most_frequent);
  1922. }
  1923. smartlist_clear(entries);
  1924. } STRMAP_FOREACH_END;
  1925. smartlist_sort_strings(result_list);
  1926. char *result = smartlist_join_strings(result_list, "", 0, NULL);
  1927. SMARTLIST_FOREACH(result_list, char *, cp, tor_free(cp));
  1928. smartlist_free(result_list);
  1929. smartlist_free(entries);
  1930. strmap_free(package_status, tor_free_);
  1931. return result;
  1932. }
  1933. /** Given a consensus vote <b>target</b> and a set of detached signatures in
  1934. * <b>sigs</b> that correspond to the same consensus, check whether there are
  1935. * any new signatures in <b>src_voter_list</b> that should be added to
  1936. * <b>target</b>. (A signature should be added if we have no signature for that
  1937. * voter in <b>target</b> yet, or if we have no verifiable signature and the
  1938. * new signature is verifiable.) Return the number of signatures added or
  1939. * changed, or -1 if the document signed by <b>sigs</b> isn't the same
  1940. * document as <b>target</b>. */
  1941. int
  1942. networkstatus_add_detached_signatures(networkstatus_t *target,
  1943. ns_detached_signatures_t *sigs,
  1944. const char *source,
  1945. int severity,
  1946. const char **msg_out)
  1947. {
  1948. int r = 0;
  1949. const char *flavor;
  1950. smartlist_t *siglist;
  1951. tor_assert(sigs);
  1952. tor_assert(target);
  1953. tor_assert(target->type == NS_TYPE_CONSENSUS);
  1954. flavor = networkstatus_get_flavor_name(target->flavor);
  1955. /* Do the times seem right? */
  1956. if (target->valid_after != sigs->valid_after) {
  1957. *msg_out = "Valid-After times do not match "
  1958. "when adding detached signatures to consensus";
  1959. return -1;
  1960. }
  1961. if (target->fresh_until != sigs->fresh_until) {
  1962. *msg_out = "Fresh-until times do not match "
  1963. "when adding detached signatures to consensus";
  1964. return -1;
  1965. }
  1966. if (target->valid_until != sigs->valid_until) {
  1967. *msg_out = "Valid-until times do not match "
  1968. "when adding detached signatures to consensus";
  1969. return -1;
  1970. }
  1971. siglist = strmap_get(sigs->signatures, flavor);
  1972. if (!siglist) {
  1973. *msg_out = "No signatures for given consensus flavor";
  1974. return -1;
  1975. }
  1976. /** Make sure all the digests we know match, and at least one matches. */
  1977. {
  1978. common_digests_t *digests = strmap_get(sigs->digests, flavor);
  1979. int n_matches = 0;
  1980. int alg;
  1981. if (!digests) {
  1982. *msg_out = "No digests for given consensus flavor";
  1983. return -1;
  1984. }
  1985. for (alg = DIGEST_SHA1; alg < N_COMMON_DIGEST_ALGORITHMS; ++alg) {
  1986. if (!tor_mem_is_zero(digests->d[alg], DIGEST256_LEN)) {
  1987. if (fast_memeq(target->digests.d[alg], digests->d[alg],
  1988. DIGEST256_LEN)) {
  1989. ++n_matches;
  1990. } else {
  1991. *msg_out = "Mismatched digest.";
  1992. return -1;
  1993. }
  1994. }
  1995. }
  1996. if (!n_matches) {
  1997. *msg_out = "No recognized digests for given consensus flavor";
  1998. }
  1999. }
  2000. /* For each voter in src... */
  2001. SMARTLIST_FOREACH_BEGIN(siglist, document_signature_t *, sig) {
  2002. char voter_identity[HEX_DIGEST_LEN+1];
  2003. networkstatus_voter_info_t *target_voter =
  2004. networkstatus_get_voter_by_id(target, sig->identity_digest);
  2005. authority_cert_t *cert = NULL;
  2006. const char *algorithm;
  2007. document_signature_t *old_sig = NULL;
  2008. algorithm = crypto_digest_algorithm_get_name(sig->alg);
  2009. base16_encode(voter_identity, sizeof(voter_identity),
  2010. sig->identity_digest, DIGEST_LEN);
  2011. log_info(LD_DIR, "Looking at signature from %s using %s", voter_identity,
  2012. algorithm);
  2013. /* If the target doesn't know about this voter, then forget it. */
  2014. if (!target_voter) {
  2015. log_info(LD_DIR, "We do not know any voter with ID %s", voter_identity);
  2016. continue;
  2017. }
  2018. old_sig = voter_get_sig_by_algorithm(target_voter, sig->alg);
  2019. /* If the target already has a good signature from this voter, then skip
  2020. * this one. */
  2021. if (old_sig && old_sig->good_signature) {
  2022. log_info(LD_DIR, "We already have a good signature from %s using %s",
  2023. voter_identity, algorithm);
  2024. continue;
  2025. }
  2026. /* Try checking the signature if we haven't already. */
  2027. if (!sig->good_signature && !sig->bad_signature) {
  2028. cert = authority_cert_get_by_digests(sig->identity_digest,
  2029. sig->signing_key_digest);
  2030. if (cert) {
  2031. /* Not checking the return value here, since we are going to look
  2032. * at the status of sig->good_signature in a moment. */
  2033. (void) networkstatus_check_document_signature(target, sig, cert);
  2034. }
  2035. }
  2036. /* If this signature is good, or we don't have any signature yet,
  2037. * then maybe add it. */
  2038. if (sig->good_signature || !old_sig || old_sig->bad_signature) {
  2039. log_info(LD_DIR, "Adding signature from %s with %s", voter_identity,
  2040. algorithm);
  2041. tor_log(severity, LD_DIR, "Added a signature for %s from %s.",
  2042. target_voter->nickname, source);
  2043. ++r;
  2044. if (old_sig) {
  2045. smartlist_remove(target_voter->sigs, old_sig);
  2046. document_signature_free(old_sig);
  2047. }
  2048. smartlist_add(target_voter->sigs, document_signature_dup(sig));
  2049. } else {
  2050. log_info(LD_DIR, "Not adding signature from %s", voter_identity);
  2051. }
  2052. } SMARTLIST_FOREACH_END(sig);
  2053. return r;
  2054. }
  2055. /** Return a newly allocated string containing all the signatures on
  2056. * <b>consensus</b> by all voters. If <b>for_detached_signatures</b> is true,
  2057. * then the signatures will be put in a detached signatures document, so
  2058. * prefix any non-NS-flavored signatures with "additional-signature" rather
  2059. * than "directory-signature". */
  2060. static char *
  2061. networkstatus_format_signatures(networkstatus_t *consensus,
  2062. int for_detached_signatures)
  2063. {
  2064. smartlist_t *elements;
  2065. char buf[4096];
  2066. char *result = NULL;
  2067. int n_sigs = 0;
  2068. const consensus_flavor_t flavor = consensus->flavor;
  2069. const char *flavor_name = networkstatus_get_flavor_name(flavor);
  2070. const char *keyword;
  2071. if (for_detached_signatures && flavor != FLAV_NS)
  2072. keyword = "additional-signature";
  2073. else
  2074. keyword = "directory-signature";
  2075. elements = smartlist_new();
  2076. SMARTLIST_FOREACH_BEGIN(consensus->voters, networkstatus_voter_info_t *, v) {
  2077. SMARTLIST_FOREACH_BEGIN(v->sigs, document_signature_t *, sig) {
  2078. char sk[HEX_DIGEST_LEN+1];
  2079. char id[HEX_DIGEST_LEN+1];
  2080. if (!sig->signature || sig->bad_signature)
  2081. continue;
  2082. ++n_sigs;
  2083. base16_encode(sk, sizeof(sk), sig->signing_key_digest, DIGEST_LEN);
  2084. base16_encode(id, sizeof(id), sig->identity_digest, DIGEST_LEN);
  2085. if (flavor == FLAV_NS) {
  2086. smartlist_add_asprintf(elements,
  2087. "%s %s %s\n-----BEGIN SIGNATURE-----\n",
  2088. keyword, id, sk);
  2089. } else {
  2090. const char *digest_name =
  2091. crypto_digest_algorithm_get_name(sig->alg);
  2092. smartlist_add_asprintf(elements,
  2093. "%s%s%s %s %s %s\n-----BEGIN SIGNATURE-----\n",
  2094. keyword,
  2095. for_detached_signatures ? " " : "",
  2096. for_detached_signatures ? flavor_name : "",
  2097. digest_name, id, sk);
  2098. }
  2099. base64_encode(buf, sizeof(buf), sig->signature, sig->signature_len,
  2100. BASE64_ENCODE_MULTILINE);
  2101. strlcat(buf, "-----END SIGNATURE-----\n", sizeof(buf));
  2102. smartlist_add(elements, tor_strdup(buf));
  2103. } SMARTLIST_FOREACH_END(sig);
  2104. } SMARTLIST_FOREACH_END(v);
  2105. result = smartlist_join_strings(elements, "", 0, NULL);
  2106. SMARTLIST_FOREACH(elements, char *, cp, tor_free(cp));
  2107. smartlist_free(elements);
  2108. if (!n_sigs)
  2109. tor_free(result);
  2110. return result;
  2111. }
  2112. /** Return a newly allocated string holding the detached-signatures document
  2113. * corresponding to the signatures on <b>consensuses</b>, which must contain
  2114. * exactly one FLAV_NS consensus, and no more than one consensus for each
  2115. * other flavor. */
  2116. char *
  2117. networkstatus_get_detached_signatures(smartlist_t *consensuses)
  2118. {
  2119. smartlist_t *elements;
  2120. char *result = NULL, *sigs = NULL;
  2121. networkstatus_t *consensus_ns = NULL;
  2122. tor_assert(consensuses);
  2123. SMARTLIST_FOREACH(consensuses, networkstatus_t *, ns, {
  2124. tor_assert(ns);
  2125. tor_assert(ns->type == NS_TYPE_CONSENSUS);
  2126. if (ns && ns->flavor == FLAV_NS)
  2127. consensus_ns = ns;
  2128. });
  2129. if (!consensus_ns) {
  2130. log_warn(LD_BUG, "No NS consensus given.");
  2131. return NULL;
  2132. }
  2133. elements = smartlist_new();
  2134. {
  2135. char va_buf[ISO_TIME_LEN+1], fu_buf[ISO_TIME_LEN+1],
  2136. vu_buf[ISO_TIME_LEN+1];
  2137. char d[HEX_DIGEST_LEN+1];
  2138. base16_encode(d, sizeof(d),
  2139. consensus_ns->digests.d[DIGEST_SHA1], DIGEST_LEN);
  2140. format_iso_time(va_buf, consensus_ns->valid_after);
  2141. format_iso_time(fu_buf, consensus_ns->fresh_until);
  2142. format_iso_time(vu_buf, consensus_ns->valid_until);
  2143. smartlist_add_asprintf(elements,
  2144. "consensus-digest %s\n"
  2145. "valid-after %s\n"
  2146. "fresh-until %s\n"
  2147. "valid-until %s\n", d, va_buf, fu_buf, vu_buf);
  2148. }
  2149. /* Get all the digests for the non-FLAV_NS consensuses */
  2150. SMARTLIST_FOREACH_BEGIN(consensuses, networkstatus_t *, ns) {
  2151. const char *flavor_name = networkstatus_get_flavor_name(ns->flavor);
  2152. int alg;
  2153. if (ns->flavor == FLAV_NS)
  2154. continue;
  2155. /* start with SHA256; we don't include SHA1 for anything but the basic
  2156. * consensus. */
  2157. for (alg = DIGEST_SHA256; alg < N_COMMON_DIGEST_ALGORITHMS; ++alg) {
  2158. char d[HEX_DIGEST256_LEN+1];
  2159. const char *alg_name =
  2160. crypto_digest_algorithm_get_name(alg);
  2161. if (tor_mem_is_zero(ns->digests.d[alg], DIGEST256_LEN))
  2162. continue;
  2163. base16_encode(d, sizeof(d), ns->digests.d[alg], DIGEST256_LEN);
  2164. smartlist_add_asprintf(elements, "additional-digest %s %s %s\n",
  2165. flavor_name, alg_name, d);
  2166. }
  2167. } SMARTLIST_FOREACH_END(ns);
  2168. /* Now get all the sigs for non-FLAV_NS consensuses */
  2169. SMARTLIST_FOREACH_BEGIN(consensuses, networkstatus_t *, ns) {
  2170. char *sigs_on_this_consensus;
  2171. if (ns->flavor == FLAV_NS)
  2172. continue;
  2173. sigs_on_this_consensus = networkstatus_format_signatures(ns, 1);
  2174. if (!sigs_on_this_consensus) {
  2175. log_warn(LD_DIR, "Couldn't format signatures");
  2176. goto err;
  2177. }
  2178. smartlist_add(elements, sigs_on_this_consensus);
  2179. } SMARTLIST_FOREACH_END(ns);
  2180. /* Now add the FLAV_NS consensus signatrures. */
  2181. sigs = networkstatus_format_signatures(consensus_ns, 1);
  2182. if (!sigs)
  2183. goto err;
  2184. smartlist_add(elements, sigs);
  2185. result = smartlist_join_strings(elements, "", 0, NULL);
  2186. err:
  2187. SMARTLIST_FOREACH(elements, char *, cp, tor_free(cp));
  2188. smartlist_free(elements);
  2189. return result;
  2190. }
  2191. /** Return a newly allocated string holding a detached-signatures document for
  2192. * all of the in-progress consensuses in the <b>n_flavors</b>-element array at
  2193. * <b>pending</b>. */
  2194. static char *
  2195. get_detached_signatures_from_pending_consensuses(pending_consensus_t *pending,
  2196. int n_flavors)
  2197. {
  2198. int flav;
  2199. char *signatures;
  2200. smartlist_t *c = smartlist_new();
  2201. for (flav = 0; flav < n_flavors; ++flav) {
  2202. if (pending[flav].consensus)
  2203. smartlist_add(c, pending[flav].consensus);
  2204. }
  2205. signatures = networkstatus_get_detached_signatures(c);
  2206. smartlist_free(c);
  2207. return signatures;
  2208. }
  2209. /** Release all storage held in <b>s</b>. */
  2210. void
  2211. ns_detached_signatures_free(ns_detached_signatures_t *s)
  2212. {
  2213. if (!s)
  2214. return;
  2215. if (s->signatures) {
  2216. STRMAP_FOREACH(s->signatures, flavor, smartlist_t *, sigs) {
  2217. SMARTLIST_FOREACH(sigs, document_signature_t *, sig,
  2218. document_signature_free(sig));
  2219. smartlist_free(sigs);
  2220. } STRMAP_FOREACH_END;
  2221. strmap_free(s->signatures, NULL);
  2222. strmap_free(s->digests, tor_free_);
  2223. }
  2224. tor_free(s);
  2225. }
  2226. /* =====
  2227. * Certificate functions
  2228. * ===== */
  2229. /** Allocate and return a new authority_cert_t with the same contents as
  2230. * <b>cert</b>. */
  2231. authority_cert_t *
  2232. authority_cert_dup(authority_cert_t *cert)
  2233. {
  2234. authority_cert_t *out = tor_malloc(sizeof(authority_cert_t));
  2235. tor_assert(cert);
  2236. memcpy(out, cert, sizeof(authority_cert_t));
  2237. /* Now copy pointed-to things. */
  2238. out->cache_info.signed_descriptor_body =
  2239. tor_strndup(cert->cache_info.signed_descriptor_body,
  2240. cert->cache_info.signed_descriptor_len);
  2241. out->cache_info.saved_location = SAVED_NOWHERE;
  2242. out->identity_key = crypto_pk_dup_key(cert->identity_key);
  2243. out->signing_key = crypto_pk_dup_key(cert->signing_key);
  2244. return out;
  2245. }
  2246. /* =====
  2247. * Vote scheduling
  2248. * ===== */
  2249. /** Set *<b>timing_out</b> to the intervals at which we would like to vote.
  2250. * Note that these aren't the intervals we'll use to vote; they're the ones
  2251. * that we'll vote to use. */
  2252. void
  2253. dirvote_get_preferred_voting_intervals(vote_timing_t *timing_out)
  2254. {
  2255. const or_options_t *options = get_options();
  2256. tor_assert(timing_out);
  2257. timing_out->vote_interval = options->V3AuthVotingInterval;
  2258. timing_out->n_intervals_valid = options->V3AuthNIntervalsValid;
  2259. timing_out->vote_delay = options->V3AuthVoteDelay;
  2260. timing_out->dist_delay = options->V3AuthDistDelay;
  2261. }
  2262. /** Return the start of the next interval of size <b>interval</b> (in
  2263. * seconds) after <b>now</b>, plus <b>offset</b>. Midnight always
  2264. * starts a fresh interval, and if the last interval of a day would be
  2265. * truncated to less than half its size, it is rolled into the
  2266. * previous interval. */
  2267. time_t
  2268. dirvote_get_start_of_next_interval(time_t now, int interval, int offset)
  2269. {
  2270. struct tm tm;
  2271. time_t midnight_today=0;
  2272. time_t midnight_tomorrow;
  2273. time_t next;
  2274. tor_gmtime_r(&now, &tm);
  2275. tm.tm_hour = 0;
  2276. tm.tm_min = 0;
  2277. tm.tm_sec = 0;
  2278. if (tor_timegm(&tm, &midnight_today) < 0) {
  2279. log_warn(LD_BUG, "Ran into an invalid time when trying to find midnight.");
  2280. }
  2281. midnight_tomorrow = midnight_today + (24*60*60);
  2282. next = midnight_today + ((now-midnight_today)/interval + 1)*interval;
  2283. /* Intervals never cross midnight. */
  2284. if (next > midnight_tomorrow)
  2285. next = midnight_tomorrow;
  2286. /* If the interval would only last half as long as it's supposed to, then
  2287. * skip over to the next day. */
  2288. if (next + interval/2 > midnight_tomorrow)
  2289. next = midnight_tomorrow;
  2290. next += offset;
  2291. if (next - interval > now)
  2292. next -= interval;
  2293. return next;
  2294. }
  2295. /* Using the time <b>now</b>, return the next voting valid-after time. */
  2296. time_t
  2297. get_next_valid_after_time(time_t now)
  2298. {
  2299. time_t next_valid_after_time;
  2300. const or_options_t *options = get_options();
  2301. voting_schedule_t *new_voting_schedule =
  2302. get_voting_schedule(options, now, LOG_INFO);
  2303. tor_assert(new_voting_schedule);
  2304. next_valid_after_time = new_voting_schedule->interval_starts;
  2305. free_voting_schedule(new_voting_schedule);
  2306. return next_valid_after_time;
  2307. }
  2308. static voting_schedule_t voting_schedule;
  2309. /** Set voting_schedule to hold the timing for the next vote we should be
  2310. * doing. */
  2311. void
  2312. dirvote_recalculate_timing(const or_options_t *options, time_t now)
  2313. {
  2314. voting_schedule_t *new_voting_schedule;
  2315. if (!authdir_mode_v3(options)) {
  2316. return;
  2317. }
  2318. /* get the new voting schedule */
  2319. new_voting_schedule = get_voting_schedule(options, now, LOG_NOTICE);
  2320. tor_assert(new_voting_schedule);
  2321. /* Fill in the global static struct now */
  2322. memcpy(&voting_schedule, new_voting_schedule, sizeof(voting_schedule));
  2323. free_voting_schedule(new_voting_schedule);
  2324. }
  2325. /* Populate and return a new voting_schedule_t that can be used to schedule
  2326. * voting. The object is allocated on the heap and it's the responsibility of
  2327. * the caller to free it. Can't fail. */
  2328. voting_schedule_t *
  2329. get_voting_schedule(const or_options_t *options, time_t now, int severity)
  2330. {
  2331. int interval, vote_delay, dist_delay;
  2332. time_t start;
  2333. time_t end;
  2334. networkstatus_t *consensus;
  2335. voting_schedule_t *new_voting_schedule;
  2336. new_voting_schedule = tor_malloc_zero(sizeof(voting_schedule_t));
  2337. consensus = networkstatus_get_live_consensus(now);
  2338. if (consensus) {
  2339. interval = (int)( consensus->fresh_until - consensus->valid_after );
  2340. vote_delay = consensus->vote_seconds;
  2341. dist_delay = consensus->dist_seconds;
  2342. } else {
  2343. interval = options->TestingV3AuthInitialVotingInterval;
  2344. vote_delay = options->TestingV3AuthInitialVoteDelay;
  2345. dist_delay = options->TestingV3AuthInitialDistDelay;
  2346. }
  2347. tor_assert(interval > 0);
  2348. if (vote_delay + dist_delay > interval/2)
  2349. vote_delay = dist_delay = interval / 4;
  2350. start = new_voting_schedule->interval_starts =
  2351. dirvote_get_start_of_next_interval(now,interval,
  2352. options->TestingV3AuthVotingStartOffset);
  2353. end = dirvote_get_start_of_next_interval(start+1, interval,
  2354. options->TestingV3AuthVotingStartOffset);
  2355. tor_assert(end > start);
  2356. new_voting_schedule->fetch_missing_signatures = start - (dist_delay/2);
  2357. new_voting_schedule->voting_ends = start - dist_delay;
  2358. new_voting_schedule->fetch_missing_votes =
  2359. start - dist_delay - (vote_delay/2);
  2360. new_voting_schedule->voting_starts = start - dist_delay - vote_delay;
  2361. {
  2362. char tbuf[ISO_TIME_LEN+1];
  2363. format_iso_time(tbuf, new_voting_schedule->interval_starts);
  2364. tor_log(severity, LD_DIR,"Choosing expected valid-after time as %s: "
  2365. "consensus_set=%d, interval=%d",
  2366. tbuf, consensus?1:0, interval);
  2367. }
  2368. return new_voting_schedule;
  2369. }
  2370. /** Frees a voting_schedule_t. This should be used instead of the generic tor_free. */
  2371. void
  2372. free_voting_schedule(voting_schedule_t *voting_schedule_to_free)
  2373. {
  2374. tor_free(voting_schedule_to_free);
  2375. }
  2376. /** Entry point: Take whatever voting actions are pending as of <b>now</b>. */
  2377. void
  2378. dirvote_act(const or_options_t *options, time_t now)
  2379. {
  2380. if (!authdir_mode_v3(options))
  2381. return;
  2382. if (!voting_schedule.voting_starts) {
  2383. char *keys = list_v3_auth_ids();
  2384. authority_cert_t *c = get_my_v3_authority_cert();
  2385. log_notice(LD_DIR, "Scheduling voting. Known authority IDs are %s. "
  2386. "Mine is %s.",
  2387. keys, hex_str(c->cache_info.identity_digest, DIGEST_LEN));
  2388. tor_free(keys);
  2389. dirvote_recalculate_timing(options, now);
  2390. }
  2391. if (voting_schedule.voting_starts < now && !voting_schedule.have_voted) {
  2392. log_notice(LD_DIR, "Time to vote.");
  2393. dirvote_perform_vote();
  2394. voting_schedule.have_voted = 1;
  2395. }
  2396. if (voting_schedule.fetch_missing_votes < now &&
  2397. !voting_schedule.have_fetched_missing_votes) {
  2398. log_notice(LD_DIR, "Time to fetch any votes that we're missing.");
  2399. dirvote_fetch_missing_votes();
  2400. voting_schedule.have_fetched_missing_votes = 1;
  2401. }
  2402. if (voting_schedule.voting_ends < now &&
  2403. !voting_schedule.have_built_consensus) {
  2404. log_notice(LD_DIR, "Time to compute a consensus.");
  2405. dirvote_compute_consensuses();
  2406. /* XXXX We will want to try again later if we haven't got enough
  2407. * votes yet. Implement this if it turns out to ever happen. */
  2408. voting_schedule.have_built_consensus = 1;
  2409. }
  2410. if (voting_schedule.fetch_missing_signatures < now &&
  2411. !voting_schedule.have_fetched_missing_signatures) {
  2412. log_notice(LD_DIR, "Time to fetch any signatures that we're missing.");
  2413. dirvote_fetch_missing_signatures();
  2414. voting_schedule.have_fetched_missing_signatures = 1;
  2415. }
  2416. if (voting_schedule.interval_starts < now &&
  2417. !voting_schedule.have_published_consensus) {
  2418. log_notice(LD_DIR, "Time to publish the consensus and discard old votes");
  2419. dirvote_publish_consensus();
  2420. dirvote_clear_votes(0);
  2421. voting_schedule.have_published_consensus = 1;
  2422. /* Update our shared random state with the consensus just published. */
  2423. sr_act_post_consensus(
  2424. networkstatus_get_latest_consensus_by_flavor(FLAV_NS));
  2425. /* XXXX We will want to try again later if we haven't got enough
  2426. * signatures yet. Implement this if it turns out to ever happen. */
  2427. dirvote_recalculate_timing(options, now);
  2428. }
  2429. }
  2430. /** A vote networkstatus_t and its unparsed body: held around so we can
  2431. * use it to generate a consensus (at voting_ends) and so we can serve it to
  2432. * other authorities that might want it. */
  2433. typedef struct pending_vote_t {
  2434. cached_dir_t *vote_body;
  2435. networkstatus_t *vote;
  2436. } pending_vote_t;
  2437. /** List of pending_vote_t for the current vote. Before we've used them to
  2438. * build a consensus, the votes go here. */
  2439. static smartlist_t *pending_vote_list = NULL;
  2440. /** List of pending_vote_t for the previous vote. After we've used them to
  2441. * build a consensus, the votes go here for the next period. */
  2442. static smartlist_t *previous_vote_list = NULL;
  2443. /* DOCDOC pending_consensuses */
  2444. static pending_consensus_t pending_consensuses[N_CONSENSUS_FLAVORS];
  2445. /** The detached signatures for the consensus that we're currently
  2446. * building. */
  2447. static char *pending_consensus_signatures = NULL;
  2448. /** List of ns_detached_signatures_t: hold signatures that get posted to us
  2449. * before we have generated the consensus on our own. */
  2450. static smartlist_t *pending_consensus_signature_list = NULL;
  2451. /** Generate a networkstatus vote and post it to all the v3 authorities.
  2452. * (V3 Authority only) */
  2453. static int
  2454. dirvote_perform_vote(void)
  2455. {
  2456. crypto_pk_t *key = get_my_v3_authority_signing_key();
  2457. authority_cert_t *cert = get_my_v3_authority_cert();
  2458. networkstatus_t *ns;
  2459. char *contents;
  2460. pending_vote_t *pending_vote;
  2461. time_t now = time(NULL);
  2462. int status;
  2463. const char *msg = "";
  2464. if (!cert || !key) {
  2465. log_warn(LD_NET, "Didn't find key/certificate to generate v3 vote");
  2466. return -1;
  2467. } else if (cert->expires < now) {
  2468. log_warn(LD_NET, "Can't generate v3 vote with expired certificate");
  2469. return -1;
  2470. }
  2471. if (!(ns = dirserv_generate_networkstatus_vote_obj(key, cert)))
  2472. return -1;
  2473. contents = format_networkstatus_vote(key, ns);
  2474. networkstatus_vote_free(ns);
  2475. if (!contents)
  2476. return -1;
  2477. pending_vote = dirvote_add_vote(contents, &msg, &status);
  2478. tor_free(contents);
  2479. if (!pending_vote) {
  2480. log_warn(LD_DIR, "Couldn't store my own vote! (I told myself, '%s'.)",
  2481. msg);
  2482. return -1;
  2483. }
  2484. directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_VOTE,
  2485. ROUTER_PURPOSE_GENERAL,
  2486. V3_DIRINFO,
  2487. pending_vote->vote_body->dir,
  2488. pending_vote->vote_body->dir_len, 0);
  2489. log_notice(LD_DIR, "Vote posted.");
  2490. return 0;
  2491. }
  2492. /** Send an HTTP request to every other v3 authority, for the votes of every
  2493. * authority for which we haven't received a vote yet in this period. (V3
  2494. * authority only) */
  2495. static void
  2496. dirvote_fetch_missing_votes(void)
  2497. {
  2498. smartlist_t *missing_fps = smartlist_new();
  2499. char *resource;
  2500. SMARTLIST_FOREACH_BEGIN(router_get_trusted_dir_servers(),
  2501. dir_server_t *, ds) {
  2502. if (!(ds->type & V3_DIRINFO))
  2503. continue;
  2504. if (!dirvote_get_vote(ds->v3_identity_digest,
  2505. DGV_BY_ID|DGV_INCLUDE_PENDING)) {
  2506. char *cp = tor_malloc(HEX_DIGEST_LEN+1);
  2507. base16_encode(cp, HEX_DIGEST_LEN+1, ds->v3_identity_digest,
  2508. DIGEST_LEN);
  2509. smartlist_add(missing_fps, cp);
  2510. }
  2511. } SMARTLIST_FOREACH_END(ds);
  2512. if (!smartlist_len(missing_fps)) {
  2513. smartlist_free(missing_fps);
  2514. return;
  2515. }
  2516. {
  2517. char *tmp = smartlist_join_strings(missing_fps, " ", 0, NULL);
  2518. log_notice(LOG_NOTICE, "We're missing votes from %d authorities (%s). "
  2519. "Asking every other authority for a copy.",
  2520. smartlist_len(missing_fps), tmp);
  2521. tor_free(tmp);
  2522. }
  2523. resource = smartlist_join_strings(missing_fps, "+", 0, NULL);
  2524. directory_get_from_all_authorities(DIR_PURPOSE_FETCH_STATUS_VOTE,
  2525. 0, resource);
  2526. tor_free(resource);
  2527. SMARTLIST_FOREACH(missing_fps, char *, cp, tor_free(cp));
  2528. smartlist_free(missing_fps);
  2529. }
  2530. /** Send a request to every other authority for its detached signatures,
  2531. * unless we have signatures from all other v3 authorities already. */
  2532. static void
  2533. dirvote_fetch_missing_signatures(void)
  2534. {
  2535. int need_any = 0;
  2536. int i;
  2537. for (i=0; i < N_CONSENSUS_FLAVORS; ++i) {
  2538. networkstatus_t *consensus = pending_consensuses[i].consensus;
  2539. if (!consensus ||
  2540. networkstatus_check_consensus_signature(consensus, -1) == 1) {
  2541. /* We have no consensus, or we have one that's signed by everybody. */
  2542. continue;
  2543. }
  2544. need_any = 1;
  2545. }
  2546. if (!need_any)
  2547. return;
  2548. directory_get_from_all_authorities(DIR_PURPOSE_FETCH_DETACHED_SIGNATURES,
  2549. 0, NULL);
  2550. }
  2551. /** Release all storage held by pending consensuses (those waiting for
  2552. * signatures). */
  2553. static void
  2554. dirvote_clear_pending_consensuses(void)
  2555. {
  2556. int i;
  2557. for (i = 0; i < N_CONSENSUS_FLAVORS; ++i) {
  2558. pending_consensus_t *pc = &pending_consensuses[i];
  2559. tor_free(pc->body);
  2560. networkstatus_vote_free(pc->consensus);
  2561. pc->consensus = NULL;
  2562. }
  2563. }
  2564. /** Drop all currently pending votes, consensus, and detached signatures. */
  2565. static void
  2566. dirvote_clear_votes(int all_votes)
  2567. {
  2568. if (!previous_vote_list)
  2569. previous_vote_list = smartlist_new();
  2570. if (!pending_vote_list)
  2571. pending_vote_list = smartlist_new();
  2572. /* All "previous" votes are now junk. */
  2573. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, v, {
  2574. cached_dir_decref(v->vote_body);
  2575. v->vote_body = NULL;
  2576. networkstatus_vote_free(v->vote);
  2577. tor_free(v);
  2578. });
  2579. smartlist_clear(previous_vote_list);
  2580. if (all_votes) {
  2581. /* If we're dumping all the votes, we delete the pending ones. */
  2582. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v, {
  2583. cached_dir_decref(v->vote_body);
  2584. v->vote_body = NULL;
  2585. networkstatus_vote_free(v->vote);
  2586. tor_free(v);
  2587. });
  2588. } else {
  2589. /* Otherwise, we move them into "previous". */
  2590. smartlist_add_all(previous_vote_list, pending_vote_list);
  2591. }
  2592. smartlist_clear(pending_vote_list);
  2593. if (pending_consensus_signature_list) {
  2594. SMARTLIST_FOREACH(pending_consensus_signature_list, char *, cp,
  2595. tor_free(cp));
  2596. smartlist_clear(pending_consensus_signature_list);
  2597. }
  2598. tor_free(pending_consensus_signatures);
  2599. dirvote_clear_pending_consensuses();
  2600. }
  2601. /** Return a newly allocated string containing the hex-encoded v3 authority
  2602. identity digest of every recognized v3 authority. */
  2603. static char *
  2604. list_v3_auth_ids(void)
  2605. {
  2606. smartlist_t *known_v3_keys = smartlist_new();
  2607. char *keys;
  2608. SMARTLIST_FOREACH(router_get_trusted_dir_servers(),
  2609. dir_server_t *, ds,
  2610. if ((ds->type & V3_DIRINFO) &&
  2611. !tor_digest_is_zero(ds->v3_identity_digest))
  2612. smartlist_add(known_v3_keys,
  2613. tor_strdup(hex_str(ds->v3_identity_digest, DIGEST_LEN))));
  2614. keys = smartlist_join_strings(known_v3_keys, ", ", 0, NULL);
  2615. SMARTLIST_FOREACH(known_v3_keys, char *, cp, tor_free(cp));
  2616. smartlist_free(known_v3_keys);
  2617. return keys;
  2618. }
  2619. /** Called when we have received a networkstatus vote in <b>vote_body</b>.
  2620. * Parse and validate it, and on success store it as a pending vote (which we
  2621. * then return). Return NULL on failure. Sets *<b>msg_out</b> and
  2622. * *<b>status_out</b> to an HTTP response and status code. (V3 authority
  2623. * only) */
  2624. pending_vote_t *
  2625. dirvote_add_vote(const char *vote_body, const char **msg_out, int *status_out)
  2626. {
  2627. networkstatus_t *vote;
  2628. networkstatus_voter_info_t *vi;
  2629. dir_server_t *ds;
  2630. pending_vote_t *pending_vote = NULL;
  2631. const char *end_of_vote = NULL;
  2632. int any_failed = 0;
  2633. tor_assert(vote_body);
  2634. tor_assert(msg_out);
  2635. tor_assert(status_out);
  2636. if (!pending_vote_list)
  2637. pending_vote_list = smartlist_new();
  2638. *status_out = 0;
  2639. *msg_out = NULL;
  2640. again:
  2641. vote = networkstatus_parse_vote_from_string(vote_body, &end_of_vote,
  2642. NS_TYPE_VOTE);
  2643. if (!end_of_vote)
  2644. end_of_vote = vote_body + strlen(vote_body);
  2645. if (!vote) {
  2646. log_warn(LD_DIR, "Couldn't parse vote: length was %d",
  2647. (int)strlen(vote_body));
  2648. *msg_out = "Unable to parse vote";
  2649. goto err;
  2650. }
  2651. tor_assert(smartlist_len(vote->voters) == 1);
  2652. vi = get_voter(vote);
  2653. {
  2654. int any_sig_good = 0;
  2655. SMARTLIST_FOREACH(vi->sigs, document_signature_t *, sig,
  2656. if (sig->good_signature)
  2657. any_sig_good = 1);
  2658. tor_assert(any_sig_good);
  2659. }
  2660. ds = trusteddirserver_get_by_v3_auth_digest(vi->identity_digest);
  2661. if (!ds) {
  2662. char *keys = list_v3_auth_ids();
  2663. log_warn(LD_DIR, "Got a vote from an authority (nickname %s, address %s) "
  2664. "with authority key ID %s. "
  2665. "This key ID is not recognized. Known v3 key IDs are: %s",
  2666. vi->nickname, vi->address,
  2667. hex_str(vi->identity_digest, DIGEST_LEN), keys);
  2668. tor_free(keys);
  2669. *msg_out = "Vote not from a recognized v3 authority";
  2670. goto err;
  2671. }
  2672. tor_assert(vote->cert);
  2673. if (!authority_cert_get_by_digests(vote->cert->cache_info.identity_digest,
  2674. vote->cert->signing_key_digest)) {
  2675. /* Hey, it's a new cert! */
  2676. trusted_dirs_load_certs_from_string(
  2677. vote->cert->cache_info.signed_descriptor_body,
  2678. TRUSTED_DIRS_CERTS_SRC_FROM_VOTE, 1 /*flush*/,
  2679. NULL);
  2680. if (!authority_cert_get_by_digests(vote->cert->cache_info.identity_digest,
  2681. vote->cert->signing_key_digest)) {
  2682. log_warn(LD_BUG, "We added a cert, but still couldn't find it.");
  2683. }
  2684. }
  2685. /* Is it for the right period? */
  2686. if (vote->valid_after != voting_schedule.interval_starts) {
  2687. char tbuf1[ISO_TIME_LEN+1], tbuf2[ISO_TIME_LEN+1];
  2688. format_iso_time(tbuf1, vote->valid_after);
  2689. format_iso_time(tbuf2, voting_schedule.interval_starts);
  2690. log_warn(LD_DIR, "Rejecting vote from %s with valid-after time of %s; "
  2691. "we were expecting %s", vi->address, tbuf1, tbuf2);
  2692. *msg_out = "Bad valid-after time";
  2693. goto err;
  2694. }
  2695. /* Fetch any new router descriptors we just learned about */
  2696. update_consensus_router_descriptor_downloads(time(NULL), 1, vote);
  2697. /* Now see whether we already have a vote from this authority. */
  2698. SMARTLIST_FOREACH_BEGIN(pending_vote_list, pending_vote_t *, v) {
  2699. if (fast_memeq(v->vote->cert->cache_info.identity_digest,
  2700. vote->cert->cache_info.identity_digest,
  2701. DIGEST_LEN)) {
  2702. networkstatus_voter_info_t *vi_old = get_voter(v->vote);
  2703. if (fast_memeq(vi_old->vote_digest, vi->vote_digest, DIGEST_LEN)) {
  2704. /* Ah, it's the same vote. Not a problem. */
  2705. log_info(LD_DIR, "Discarding a vote we already have (from %s).",
  2706. vi->address);
  2707. if (*status_out < 200)
  2708. *status_out = 200;
  2709. goto discard;
  2710. } else if (v->vote->published < vote->published) {
  2711. log_notice(LD_DIR, "Replacing an older pending vote from this "
  2712. "directory (%s)", vi->address);
  2713. cached_dir_decref(v->vote_body);
  2714. networkstatus_vote_free(v->vote);
  2715. v->vote_body = new_cached_dir(tor_strndup(vote_body,
  2716. end_of_vote-vote_body),
  2717. vote->published);
  2718. v->vote = vote;
  2719. if (end_of_vote &&
  2720. !strcmpstart(end_of_vote, "network-status-version"))
  2721. goto again;
  2722. if (*status_out < 200)
  2723. *status_out = 200;
  2724. if (!*msg_out)
  2725. *msg_out = "OK";
  2726. return v;
  2727. } else {
  2728. *msg_out = "Already have a newer pending vote";
  2729. goto err;
  2730. }
  2731. }
  2732. } SMARTLIST_FOREACH_END(v);
  2733. /* This a valid vote, update our shared random state. */
  2734. sr_handle_received_commits(vote->sr_info.commits,
  2735. vote->cert->identity_key);
  2736. pending_vote = tor_malloc_zero(sizeof(pending_vote_t));
  2737. pending_vote->vote_body = new_cached_dir(tor_strndup(vote_body,
  2738. end_of_vote-vote_body),
  2739. vote->published);
  2740. pending_vote->vote = vote;
  2741. smartlist_add(pending_vote_list, pending_vote);
  2742. if (!strcmpstart(end_of_vote, "network-status-version ")) {
  2743. vote_body = end_of_vote;
  2744. goto again;
  2745. }
  2746. goto done;
  2747. err:
  2748. any_failed = 1;
  2749. if (!*msg_out)
  2750. *msg_out = "Error adding vote";
  2751. if (*status_out < 400)
  2752. *status_out = 400;
  2753. discard:
  2754. networkstatus_vote_free(vote);
  2755. if (end_of_vote && !strcmpstart(end_of_vote, "network-status-version ")) {
  2756. vote_body = end_of_vote;
  2757. goto again;
  2758. }
  2759. done:
  2760. if (*status_out < 200)
  2761. *status_out = 200;
  2762. if (!*msg_out) {
  2763. if (!any_failed && !pending_vote) {
  2764. *msg_out = "Duplicate discarded";
  2765. } else {
  2766. *msg_out = "ok";
  2767. }
  2768. }
  2769. return any_failed ? NULL : pending_vote;
  2770. }
  2771. /* Write the votes in <b>pending_vote_list</b> to disk. */
  2772. static void
  2773. write_v3_votes_to_disk(const smartlist_t *pending_votes)
  2774. {
  2775. smartlist_t *votestrings = smartlist_new();
  2776. char *votefile = NULL;
  2777. SMARTLIST_FOREACH(pending_votes, pending_vote_t *, v,
  2778. {
  2779. sized_chunk_t *c = tor_malloc(sizeof(sized_chunk_t));
  2780. c->bytes = v->vote_body->dir;
  2781. c->len = v->vote_body->dir_len;
  2782. smartlist_add(votestrings, c); /* collect strings to write to disk */
  2783. });
  2784. votefile = get_datadir_fname("v3-status-votes");
  2785. write_chunks_to_file(votefile, votestrings, 0, 0);
  2786. log_debug(LD_DIR, "Wrote votes to disk (%s)!", votefile);
  2787. tor_free(votefile);
  2788. SMARTLIST_FOREACH(votestrings, sized_chunk_t *, c, tor_free(c));
  2789. smartlist_free(votestrings);
  2790. }
  2791. /** Try to compute a v3 networkstatus consensus from the currently pending
  2792. * votes. Return 0 on success, -1 on failure. Store the consensus in
  2793. * pending_consensus: it won't be ready to be published until we have
  2794. * everybody else's signatures collected too. (V3 Authority only) */
  2795. static int
  2796. dirvote_compute_consensuses(void)
  2797. {
  2798. /* Have we got enough votes to try? */
  2799. int n_votes, n_voters, n_vote_running = 0;
  2800. smartlist_t *votes = NULL;
  2801. char *consensus_body = NULL, *signatures = NULL;
  2802. networkstatus_t *consensus = NULL;
  2803. authority_cert_t *my_cert;
  2804. pending_consensus_t pending[N_CONSENSUS_FLAVORS];
  2805. int flav;
  2806. memset(pending, 0, sizeof(pending));
  2807. if (!pending_vote_list)
  2808. pending_vote_list = smartlist_new();
  2809. /* Write votes to disk */
  2810. write_v3_votes_to_disk(pending_vote_list);
  2811. /* Setup votes smartlist */
  2812. votes = smartlist_new();
  2813. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v,
  2814. {
  2815. smartlist_add(votes, v->vote); /* collect votes to compute consensus */
  2816. });
  2817. /* See if consensus managed to achieve majority */
  2818. n_voters = get_n_authorities(V3_DIRINFO);
  2819. n_votes = smartlist_len(pending_vote_list);
  2820. if (n_votes <= n_voters/2) {
  2821. log_warn(LD_DIR, "We don't have enough votes to generate a consensus: "
  2822. "%d of %d", n_votes, n_voters/2+1);
  2823. goto err;
  2824. }
  2825. tor_assert(pending_vote_list);
  2826. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, v, {
  2827. if (smartlist_contains_string(v->vote->known_flags, "Running"))
  2828. n_vote_running++;
  2829. });
  2830. if (!n_vote_running) {
  2831. /* See task 1066. */
  2832. log_warn(LD_DIR, "Nobody has voted on the Running flag. Generating "
  2833. "and publishing a consensus without Running nodes "
  2834. "would make many clients stop working. Not "
  2835. "generating a consensus!");
  2836. goto err;
  2837. }
  2838. if (!(my_cert = get_my_v3_authority_cert())) {
  2839. log_warn(LD_DIR, "Can't generate consensus without a certificate.");
  2840. goto err;
  2841. }
  2842. {
  2843. char legacy_dbuf[DIGEST_LEN];
  2844. crypto_pk_t *legacy_sign=NULL;
  2845. char *legacy_id_digest = NULL;
  2846. int n_generated = 0;
  2847. if (get_options()->V3AuthUseLegacyKey) {
  2848. authority_cert_t *cert = get_my_v3_legacy_cert();
  2849. legacy_sign = get_my_v3_legacy_signing_key();
  2850. if (cert) {
  2851. if (crypto_pk_get_digest(cert->identity_key, legacy_dbuf)) {
  2852. log_warn(LD_BUG,
  2853. "Unable to compute digest of legacy v3 identity key");
  2854. } else {
  2855. legacy_id_digest = legacy_dbuf;
  2856. }
  2857. }
  2858. }
  2859. for (flav = 0; flav < N_CONSENSUS_FLAVORS; ++flav) {
  2860. const char *flavor_name = networkstatus_get_flavor_name(flav);
  2861. consensus_body = networkstatus_compute_consensus(
  2862. votes, n_voters,
  2863. my_cert->identity_key,
  2864. get_my_v3_authority_signing_key(), legacy_id_digest, legacy_sign,
  2865. flav);
  2866. if (!consensus_body) {
  2867. log_warn(LD_DIR, "Couldn't generate a %s consensus at all!",
  2868. flavor_name);
  2869. continue;
  2870. }
  2871. consensus = networkstatus_parse_vote_from_string(consensus_body, NULL,
  2872. NS_TYPE_CONSENSUS);
  2873. if (!consensus) {
  2874. log_warn(LD_DIR, "Couldn't parse %s consensus we generated!",
  2875. flavor_name);
  2876. tor_free(consensus_body);
  2877. continue;
  2878. }
  2879. /* 'Check' our own signature, to mark it valid. */
  2880. networkstatus_check_consensus_signature(consensus, -1);
  2881. pending[flav].body = consensus_body;
  2882. pending[flav].consensus = consensus;
  2883. n_generated++;
  2884. consensus_body = NULL;
  2885. consensus = NULL;
  2886. }
  2887. if (!n_generated) {
  2888. log_warn(LD_DIR, "Couldn't generate any consensus flavors at all.");
  2889. goto err;
  2890. }
  2891. }
  2892. signatures = get_detached_signatures_from_pending_consensuses(
  2893. pending, N_CONSENSUS_FLAVORS);
  2894. if (!signatures) {
  2895. log_warn(LD_DIR, "Couldn't extract signatures.");
  2896. goto err;
  2897. }
  2898. dirvote_clear_pending_consensuses();
  2899. memcpy(pending_consensuses, pending, sizeof(pending));
  2900. tor_free(pending_consensus_signatures);
  2901. pending_consensus_signatures = signatures;
  2902. if (pending_consensus_signature_list) {
  2903. int n_sigs = 0;
  2904. /* we may have gotten signatures for this consensus before we built
  2905. * it ourself. Add them now. */
  2906. SMARTLIST_FOREACH_BEGIN(pending_consensus_signature_list, char *, sig) {
  2907. const char *msg = NULL;
  2908. int r = dirvote_add_signatures_to_all_pending_consensuses(sig,
  2909. "pending", &msg);
  2910. if (r >= 0)
  2911. n_sigs += r;
  2912. else
  2913. log_warn(LD_DIR,
  2914. "Could not add queued signature to new consensus: %s",
  2915. msg);
  2916. tor_free(sig);
  2917. } SMARTLIST_FOREACH_END(sig);
  2918. if (n_sigs)
  2919. log_notice(LD_DIR, "Added %d pending signatures while building "
  2920. "consensus.", n_sigs);
  2921. smartlist_clear(pending_consensus_signature_list);
  2922. }
  2923. log_notice(LD_DIR, "Consensus computed; uploading signature(s)");
  2924. directory_post_to_dirservers(DIR_PURPOSE_UPLOAD_SIGNATURES,
  2925. ROUTER_PURPOSE_GENERAL,
  2926. V3_DIRINFO,
  2927. pending_consensus_signatures,
  2928. strlen(pending_consensus_signatures), 0);
  2929. log_notice(LD_DIR, "Signature(s) posted.");
  2930. smartlist_free(votes);
  2931. return 0;
  2932. err:
  2933. smartlist_free(votes);
  2934. tor_free(consensus_body);
  2935. tor_free(signatures);
  2936. networkstatus_vote_free(consensus);
  2937. return -1;
  2938. }
  2939. /** Helper: we just got the <b>detached_signatures_body</b> sent to us as
  2940. * signatures on the currently pending consensus. Add them to <b>pc</b>
  2941. * as appropriate. Return the number of signatures added. (?) */
  2942. static int
  2943. dirvote_add_signatures_to_pending_consensus(
  2944. pending_consensus_t *pc,
  2945. ns_detached_signatures_t *sigs,
  2946. const char *source,
  2947. int severity,
  2948. const char **msg_out)
  2949. {
  2950. const char *flavor_name;
  2951. int r = -1;
  2952. /* Only call if we have a pending consensus right now. */
  2953. tor_assert(pc->consensus);
  2954. tor_assert(pc->body);
  2955. tor_assert(pending_consensus_signatures);
  2956. flavor_name = networkstatus_get_flavor_name(pc->consensus->flavor);
  2957. *msg_out = NULL;
  2958. {
  2959. smartlist_t *sig_list = strmap_get(sigs->signatures, flavor_name);
  2960. log_info(LD_DIR, "Have %d signatures for adding to %s consensus.",
  2961. sig_list ? smartlist_len(sig_list) : 0, flavor_name);
  2962. }
  2963. r = networkstatus_add_detached_signatures(pc->consensus, sigs,
  2964. source, severity, msg_out);
  2965. log_info(LD_DIR,"Added %d signatures to consensus.", r);
  2966. if (r >= 1) {
  2967. char *new_signatures =
  2968. networkstatus_format_signatures(pc->consensus, 0);
  2969. char *dst, *dst_end;
  2970. size_t new_consensus_len;
  2971. if (!new_signatures) {
  2972. *msg_out = "No signatures to add";
  2973. goto err;
  2974. }
  2975. new_consensus_len =
  2976. strlen(pc->body) + strlen(new_signatures) + 1;
  2977. pc->body = tor_realloc(pc->body, new_consensus_len);
  2978. dst_end = pc->body + new_consensus_len;
  2979. dst = strstr(pc->body, "directory-signature ");
  2980. tor_assert(dst);
  2981. strlcpy(dst, new_signatures, dst_end-dst);
  2982. /* We remove this block once it has failed to crash for a while. But
  2983. * unless it shows up in profiles, we're probably better leaving it in,
  2984. * just in case we break detached signature processing at some point. */
  2985. {
  2986. networkstatus_t *v = networkstatus_parse_vote_from_string(
  2987. pc->body, NULL,
  2988. NS_TYPE_CONSENSUS);
  2989. tor_assert(v);
  2990. networkstatus_vote_free(v);
  2991. }
  2992. *msg_out = "Signatures added";
  2993. tor_free(new_signatures);
  2994. } else if (r == 0) {
  2995. *msg_out = "Signatures ignored";
  2996. } else {
  2997. goto err;
  2998. }
  2999. goto done;
  3000. err:
  3001. if (!*msg_out)
  3002. *msg_out = "Unrecognized error while adding detached signatures.";
  3003. done:
  3004. return r;
  3005. }
  3006. static int
  3007. dirvote_add_signatures_to_all_pending_consensuses(
  3008. const char *detached_signatures_body,
  3009. const char *source,
  3010. const char **msg_out)
  3011. {
  3012. int r=0, i, n_added = 0, errors = 0;
  3013. ns_detached_signatures_t *sigs;
  3014. tor_assert(detached_signatures_body);
  3015. tor_assert(msg_out);
  3016. tor_assert(pending_consensus_signatures);
  3017. if (!(sigs = networkstatus_parse_detached_signatures(
  3018. detached_signatures_body, NULL))) {
  3019. *msg_out = "Couldn't parse detached signatures.";
  3020. goto err;
  3021. }
  3022. for (i = 0; i < N_CONSENSUS_FLAVORS; ++i) {
  3023. int res;
  3024. int severity = i == FLAV_NS ? LOG_NOTICE : LOG_INFO;
  3025. pending_consensus_t *pc = &pending_consensuses[i];
  3026. if (!pc->consensus)
  3027. continue;
  3028. res = dirvote_add_signatures_to_pending_consensus(pc, sigs, source,
  3029. severity, msg_out);
  3030. if (res < 0)
  3031. errors++;
  3032. else
  3033. n_added += res;
  3034. }
  3035. if (errors && !n_added) {
  3036. r = -1;
  3037. goto err;
  3038. }
  3039. if (n_added && pending_consensuses[FLAV_NS].consensus) {
  3040. char *new_detached =
  3041. get_detached_signatures_from_pending_consensuses(
  3042. pending_consensuses, N_CONSENSUS_FLAVORS);
  3043. if (new_detached) {
  3044. tor_free(pending_consensus_signatures);
  3045. pending_consensus_signatures = new_detached;
  3046. }
  3047. }
  3048. r = n_added;
  3049. goto done;
  3050. err:
  3051. if (!*msg_out)
  3052. *msg_out = "Unrecognized error while adding detached signatures.";
  3053. done:
  3054. ns_detached_signatures_free(sigs);
  3055. /* XXXX NM Check how return is used. We can now have an error *and*
  3056. signatures added. */
  3057. return r;
  3058. }
  3059. /** Helper: we just got the <b>detached_signatures_body</b> sent to us as
  3060. * signatures on the currently pending consensus. Add them to the pending
  3061. * consensus (if we have one); otherwise queue them until we have a
  3062. * consensus. Return negative on failure, nonnegative on success. */
  3063. int
  3064. dirvote_add_signatures(const char *detached_signatures_body,
  3065. const char *source,
  3066. const char **msg)
  3067. {
  3068. if (pending_consensuses[FLAV_NS].consensus) {
  3069. log_notice(LD_DIR, "Got a signature from %s. "
  3070. "Adding it to the pending consensus.", source);
  3071. return dirvote_add_signatures_to_all_pending_consensuses(
  3072. detached_signatures_body, source, msg);
  3073. } else {
  3074. log_notice(LD_DIR, "Got a signature from %s. "
  3075. "Queuing it for the next consensus.", source);
  3076. if (!pending_consensus_signature_list)
  3077. pending_consensus_signature_list = smartlist_new();
  3078. smartlist_add(pending_consensus_signature_list,
  3079. tor_strdup(detached_signatures_body));
  3080. *msg = "Signature queued";
  3081. return 0;
  3082. }
  3083. }
  3084. /** Replace the consensus that we're currently serving with the one that we've
  3085. * been building. (V3 Authority only) */
  3086. static int
  3087. dirvote_publish_consensus(void)
  3088. {
  3089. int i;
  3090. /* Now remember all the other consensuses as if we were a directory cache. */
  3091. for (i = 0; i < N_CONSENSUS_FLAVORS; ++i) {
  3092. pending_consensus_t *pending = &pending_consensuses[i];
  3093. const char *name;
  3094. name = networkstatus_get_flavor_name(i);
  3095. tor_assert(name);
  3096. if (!pending->consensus ||
  3097. networkstatus_check_consensus_signature(pending->consensus, 1)<0) {
  3098. log_warn(LD_DIR, "Not enough info to publish pending %s consensus",name);
  3099. continue;
  3100. }
  3101. if (networkstatus_set_current_consensus(pending->body, name, 0, NULL))
  3102. log_warn(LD_DIR, "Error publishing %s consensus", name);
  3103. else
  3104. log_notice(LD_DIR, "Published %s consensus", name);
  3105. }
  3106. return 0;
  3107. }
  3108. /** Release all static storage held in dirvote.c */
  3109. void
  3110. dirvote_free_all(void)
  3111. {
  3112. dirvote_clear_votes(1);
  3113. /* now empty as a result of dirvote_clear_votes(). */
  3114. smartlist_free(pending_vote_list);
  3115. pending_vote_list = NULL;
  3116. smartlist_free(previous_vote_list);
  3117. previous_vote_list = NULL;
  3118. dirvote_clear_pending_consensuses();
  3119. tor_free(pending_consensus_signatures);
  3120. if (pending_consensus_signature_list) {
  3121. /* now empty as a result of dirvote_clear_votes(). */
  3122. smartlist_free(pending_consensus_signature_list);
  3123. pending_consensus_signature_list = NULL;
  3124. }
  3125. }
  3126. /* ====
  3127. * Access to pending items.
  3128. * ==== */
  3129. /** Return the body of the consensus that we're currently trying to build. */
  3130. MOCK_IMPL(const char *,
  3131. dirvote_get_pending_consensus, (consensus_flavor_t flav))
  3132. {
  3133. tor_assert(((int)flav) >= 0 && (int)flav < N_CONSENSUS_FLAVORS);
  3134. return pending_consensuses[flav].body;
  3135. }
  3136. /** Return the signatures that we know for the consensus that we're currently
  3137. * trying to build. */
  3138. MOCK_IMPL(const char *,
  3139. dirvote_get_pending_detached_signatures, (void))
  3140. {
  3141. return pending_consensus_signatures;
  3142. }
  3143. /** Return a given vote specified by <b>fp</b>. If <b>by_id</b>, return the
  3144. * vote for the authority with the v3 authority identity key digest <b>fp</b>;
  3145. * if <b>by_id</b> is false, return the vote whose digest is <b>fp</b>. If
  3146. * <b>fp</b> is NULL, return our own vote. If <b>include_previous</b> is
  3147. * false, do not consider any votes for a consensus that's already been built.
  3148. * If <b>include_pending</b> is false, do not consider any votes for the
  3149. * consensus that's in progress. May return NULL if we have no vote for the
  3150. * authority in question. */
  3151. const cached_dir_t *
  3152. dirvote_get_vote(const char *fp, int flags)
  3153. {
  3154. int by_id = flags & DGV_BY_ID;
  3155. const int include_pending = flags & DGV_INCLUDE_PENDING;
  3156. const int include_previous = flags & DGV_INCLUDE_PREVIOUS;
  3157. if (!pending_vote_list && !previous_vote_list)
  3158. return NULL;
  3159. if (fp == NULL) {
  3160. authority_cert_t *c = get_my_v3_authority_cert();
  3161. if (c) {
  3162. fp = c->cache_info.identity_digest;
  3163. by_id = 1;
  3164. } else
  3165. return NULL;
  3166. }
  3167. if (by_id) {
  3168. if (pending_vote_list && include_pending) {
  3169. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, pv,
  3170. if (fast_memeq(get_voter(pv->vote)->identity_digest, fp, DIGEST_LEN))
  3171. return pv->vote_body);
  3172. }
  3173. if (previous_vote_list && include_previous) {
  3174. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, pv,
  3175. if (fast_memeq(get_voter(pv->vote)->identity_digest, fp, DIGEST_LEN))
  3176. return pv->vote_body);
  3177. }
  3178. } else {
  3179. if (pending_vote_list && include_pending) {
  3180. SMARTLIST_FOREACH(pending_vote_list, pending_vote_t *, pv,
  3181. if (fast_memeq(pv->vote->digests.d[DIGEST_SHA1], fp, DIGEST_LEN))
  3182. return pv->vote_body);
  3183. }
  3184. if (previous_vote_list && include_previous) {
  3185. SMARTLIST_FOREACH(previous_vote_list, pending_vote_t *, pv,
  3186. if (fast_memeq(pv->vote->digests.d[DIGEST_SHA1], fp, DIGEST_LEN))
  3187. return pv->vote_body);
  3188. }
  3189. }
  3190. return NULL;
  3191. }
  3192. /** Construct and return a new microdescriptor from a routerinfo <b>ri</b>
  3193. * according to <b>consensus_method</b>.
  3194. **/
  3195. microdesc_t *
  3196. dirvote_create_microdescriptor(const routerinfo_t *ri, int consensus_method)
  3197. {
  3198. microdesc_t *result = NULL;
  3199. char *key = NULL, *summary = NULL, *family = NULL;
  3200. size_t keylen;
  3201. smartlist_t *chunks = smartlist_new();
  3202. char *output = NULL;
  3203. if (crypto_pk_write_public_key_to_string(ri->onion_pkey, &key, &keylen)<0)
  3204. goto done;
  3205. summary = policy_summarize(ri->exit_policy, AF_INET);
  3206. if (ri->declared_family)
  3207. family = smartlist_join_strings(ri->declared_family, " ", 0, NULL);
  3208. smartlist_add_asprintf(chunks, "onion-key\n%s", key);
  3209. if (consensus_method >= MIN_METHOD_FOR_NTOR_KEY &&
  3210. ri->onion_curve25519_pkey) {
  3211. char kbuf[128];
  3212. base64_encode(kbuf, sizeof(kbuf),
  3213. (const char*)ri->onion_curve25519_pkey->public_key,
  3214. CURVE25519_PUBKEY_LEN, BASE64_ENCODE_MULTILINE);
  3215. smartlist_add_asprintf(chunks, "ntor-onion-key %s", kbuf);
  3216. }
  3217. if (consensus_method >= MIN_METHOD_FOR_A_LINES &&
  3218. !tor_addr_is_null(&ri->ipv6_addr) && ri->ipv6_orport)
  3219. smartlist_add_asprintf(chunks, "a %s\n",
  3220. fmt_addrport(&ri->ipv6_addr, ri->ipv6_orport));
  3221. if (family)
  3222. smartlist_add_asprintf(chunks, "family %s\n", family);
  3223. if (summary && strcmp(summary, "reject 1-65535"))
  3224. smartlist_add_asprintf(chunks, "p %s\n", summary);
  3225. if (consensus_method >= MIN_METHOD_FOR_P6_LINES &&
  3226. ri->ipv6_exit_policy) {
  3227. /* XXXX+++ This doesn't match proposal 208, which says these should
  3228. * be taken unchanged from the routerinfo. That's bogosity, IMO:
  3229. * the proposal should have said to do this instead.*/
  3230. char *p6 = write_short_policy(ri->ipv6_exit_policy);
  3231. if (p6 && strcmp(p6, "reject 1-65535"))
  3232. smartlist_add_asprintf(chunks, "p6 %s\n", p6);
  3233. tor_free(p6);
  3234. }
  3235. if (consensus_method >= MIN_METHOD_FOR_ID_HASH_IN_MD) {
  3236. char idbuf[ED25519_BASE64_LEN+1];
  3237. const char *keytype;
  3238. if (consensus_method >= MIN_METHOD_FOR_ED25519_ID_IN_MD &&
  3239. ri->cache_info.signing_key_cert &&
  3240. ri->cache_info.signing_key_cert->signing_key_included) {
  3241. keytype = "ed25519";
  3242. ed25519_public_to_base64(idbuf,
  3243. &ri->cache_info.signing_key_cert->signing_key);
  3244. } else {
  3245. keytype = "rsa1024";
  3246. digest_to_base64(idbuf, ri->cache_info.identity_digest);
  3247. }
  3248. smartlist_add_asprintf(chunks, "id %s %s\n", keytype, idbuf);
  3249. }
  3250. output = smartlist_join_strings(chunks, "", 0, NULL);
  3251. {
  3252. smartlist_t *lst = microdescs_parse_from_string(output,
  3253. output+strlen(output), 0,
  3254. SAVED_NOWHERE, NULL);
  3255. if (smartlist_len(lst) != 1) {
  3256. log_warn(LD_DIR, "We generated a microdescriptor we couldn't parse.");
  3257. SMARTLIST_FOREACH(lst, microdesc_t *, md, microdesc_free(md));
  3258. smartlist_free(lst);
  3259. goto done;
  3260. }
  3261. result = smartlist_get(lst, 0);
  3262. smartlist_free(lst);
  3263. }
  3264. done:
  3265. tor_free(output);
  3266. tor_free(key);
  3267. tor_free(summary);
  3268. tor_free(family);
  3269. if (chunks) {
  3270. SMARTLIST_FOREACH(chunks, char *, cp, tor_free(cp));
  3271. smartlist_free(chunks);
  3272. }
  3273. return result;
  3274. }
  3275. /** Format the appropriate vote line to describe the microdescriptor <b>md</b>
  3276. * in a consensus vote document. Write it into the <b>out_len</b>-byte buffer
  3277. * in <b>out</b>. Return -1 on failure and the number of characters written
  3278. * on success. */
  3279. ssize_t
  3280. dirvote_format_microdesc_vote_line(char *out_buf, size_t out_buf_len,
  3281. const microdesc_t *md,
  3282. int consensus_method_low,
  3283. int consensus_method_high)
  3284. {
  3285. ssize_t ret = -1;
  3286. char d64[BASE64_DIGEST256_LEN+1];
  3287. char *microdesc_consensus_methods =
  3288. make_consensus_method_list(consensus_method_low,
  3289. consensus_method_high,
  3290. ",");
  3291. tor_assert(microdesc_consensus_methods);
  3292. if (digest256_to_base64(d64, md->digest)<0)
  3293. goto out;
  3294. if (tor_snprintf(out_buf, out_buf_len, "m %s sha256=%s\n",
  3295. microdesc_consensus_methods, d64)<0)
  3296. goto out;
  3297. ret = strlen(out_buf);
  3298. out:
  3299. tor_free(microdesc_consensus_methods);
  3300. return ret;
  3301. }
  3302. /** Array of start and end of consensus methods used for supported
  3303. microdescriptor formats. */
  3304. static const struct consensus_method_range_t {
  3305. int low;
  3306. int high;
  3307. } microdesc_consensus_methods[] = {
  3308. {MIN_SUPPORTED_CONSENSUS_METHOD, MIN_METHOD_FOR_A_LINES - 1},
  3309. {MIN_METHOD_FOR_A_LINES, MIN_METHOD_FOR_P6_LINES - 1},
  3310. {MIN_METHOD_FOR_P6_LINES, MIN_METHOD_FOR_NTOR_KEY - 1},
  3311. {MIN_METHOD_FOR_NTOR_KEY, MIN_METHOD_FOR_ID_HASH_IN_MD - 1},
  3312. {MIN_METHOD_FOR_ID_HASH_IN_MD, MIN_METHOD_FOR_ED25519_ID_IN_MD - 1},
  3313. {MIN_METHOD_FOR_ED25519_ID_IN_MD, MAX_SUPPORTED_CONSENSUS_METHOD},
  3314. {-1, -1}
  3315. };
  3316. /** Helper type used when generating the microdescriptor lines in a directory
  3317. * vote. */
  3318. typedef struct microdesc_vote_line_t {
  3319. int low;
  3320. int high;
  3321. microdesc_t *md;
  3322. struct microdesc_vote_line_t *next;
  3323. } microdesc_vote_line_t;
  3324. /** Generate and return a linked list of all the lines that should appear to
  3325. * describe a router's microdescriptor versions in a directory vote.
  3326. * Add the generated microdescriptors to <b>microdescriptors_out</b>. */
  3327. vote_microdesc_hash_t *
  3328. dirvote_format_all_microdesc_vote_lines(const routerinfo_t *ri, time_t now,
  3329. smartlist_t *microdescriptors_out)
  3330. {
  3331. const struct consensus_method_range_t *cmr;
  3332. microdesc_vote_line_t *entries = NULL, *ep;
  3333. vote_microdesc_hash_t *result = NULL;
  3334. /* Generate the microdescriptors. */
  3335. for (cmr = microdesc_consensus_methods;
  3336. cmr->low != -1 && cmr->high != -1;
  3337. cmr++) {
  3338. microdesc_t *md = dirvote_create_microdescriptor(ri, cmr->low);
  3339. if (md) {
  3340. microdesc_vote_line_t *e =
  3341. tor_malloc_zero(sizeof(microdesc_vote_line_t));
  3342. e->md = md;
  3343. e->low = cmr->low;
  3344. e->high = cmr->high;
  3345. e->next = entries;
  3346. entries = e;
  3347. }
  3348. }
  3349. /* Compress adjacent identical ones */
  3350. for (ep = entries; ep; ep = ep->next) {
  3351. while (ep->next &&
  3352. fast_memeq(ep->md->digest, ep->next->md->digest, DIGEST256_LEN) &&
  3353. ep->low == ep->next->high + 1) {
  3354. microdesc_vote_line_t *next = ep->next;
  3355. ep->low = next->low;
  3356. microdesc_free(next->md);
  3357. ep->next = next->next;
  3358. tor_free(next);
  3359. }
  3360. }
  3361. /* Format them into vote_microdesc_hash_t, and add to microdescriptors_out.*/
  3362. while ((ep = entries)) {
  3363. char buf[128];
  3364. vote_microdesc_hash_t *h;
  3365. dirvote_format_microdesc_vote_line(buf, sizeof(buf), ep->md,
  3366. ep->low, ep->high);
  3367. h = tor_malloc_zero(sizeof(vote_microdesc_hash_t));
  3368. h->microdesc_hash_line = tor_strdup(buf);
  3369. h->next = result;
  3370. result = h;
  3371. ep->md->last_listed = now;
  3372. smartlist_add(microdescriptors_out, ep->md);
  3373. entries = ep->next;
  3374. tor_free(ep);
  3375. }
  3376. return result;
  3377. }
  3378. /** If <b>vrs</b> has a hash made for the consensus method <b>method</b> with
  3379. * the digest algorithm <b>alg</b>, decode it and copy it into
  3380. * <b>digest256_out</b> and return 0. Otherwise return -1. */
  3381. int
  3382. vote_routerstatus_find_microdesc_hash(char *digest256_out,
  3383. const vote_routerstatus_t *vrs,
  3384. int method,
  3385. digest_algorithm_t alg)
  3386. {
  3387. /* XXXX only returns the sha256 method. */
  3388. const vote_microdesc_hash_t *h;
  3389. char mstr[64];
  3390. size_t mlen;
  3391. char dstr[64];
  3392. tor_snprintf(mstr, sizeof(mstr), "%d", method);
  3393. mlen = strlen(mstr);
  3394. tor_snprintf(dstr, sizeof(dstr), " %s=",
  3395. crypto_digest_algorithm_get_name(alg));
  3396. for (h = vrs->microdesc; h; h = h->next) {
  3397. const char *cp = h->microdesc_hash_line;
  3398. size_t num_len;
  3399. /* cp looks like \d+(,\d+)* (digesttype=val )+ . Let's hunt for mstr in
  3400. * the first part. */
  3401. while (1) {
  3402. num_len = strspn(cp, "1234567890");
  3403. if (num_len == mlen && fast_memeq(mstr, cp, mlen)) {
  3404. /* This is the line. */
  3405. char buf[BASE64_DIGEST256_LEN+1];
  3406. /* XXXX ignores extraneous stuff if the digest is too long. This
  3407. * seems harmless enough, right? */
  3408. cp = strstr(cp, dstr);
  3409. if (!cp)
  3410. return -1;
  3411. cp += strlen(dstr);
  3412. strlcpy(buf, cp, sizeof(buf));
  3413. return digest256_from_base64(digest256_out, buf);
  3414. }
  3415. if (num_len == 0 || cp[num_len] != ',')
  3416. break;
  3417. cp += num_len + 1;
  3418. }
  3419. }
  3420. return -1;
  3421. }