test_dir.c 83 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390
  1. /* Copyright (c) 2001-2004, Roger Dingledine.
  2. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  3. * Copyright (c) 2007-2013, The Tor Project, Inc. */
  4. /* See LICENSE for licensing information */
  5. #include "orconfig.h"
  6. #include <math.h>
  7. #define DIRSERV_PRIVATE
  8. #define DIRVOTE_PRIVATE
  9. #define ROUTER_PRIVATE
  10. #define ROUTERLIST_PRIVATE
  11. #define HIBERNATE_PRIVATE
  12. #include "or.h"
  13. #include "config.h"
  14. #include "directory.h"
  15. #include "dirserv.h"
  16. #include "dirvote.h"
  17. #include "hibernate.h"
  18. #include "networkstatus.h"
  19. #include "router.h"
  20. #include "routerlist.h"
  21. #include "routerparse.h"
  22. #include "test.h"
  23. static void
  24. test_dir_nicknames(void)
  25. {
  26. test_assert( is_legal_nickname("a"));
  27. test_assert(!is_legal_nickname(""));
  28. test_assert(!is_legal_nickname("abcdefghijklmnopqrst")); /* 20 chars */
  29. test_assert(!is_legal_nickname("hyphen-")); /* bad char */
  30. test_assert( is_legal_nickname("abcdefghijklmnopqrs")); /* 19 chars */
  31. test_assert(!is_legal_nickname("$AAAAAAAA01234AAAAAAAAAAAAAAAAAAAAAAAAAAA"));
  32. /* valid */
  33. test_assert( is_legal_nickname_or_hexdigest(
  34. "$AAAAAAAA01234AAAAAAAAAAAAAAAAAAAAAAAAAAA"));
  35. test_assert( is_legal_nickname_or_hexdigest(
  36. "$AAAAAAAA01234AAAAAAAAAAAAAAAAAAAAAAAAAAA=fred"));
  37. test_assert( is_legal_nickname_or_hexdigest(
  38. "$AAAAAAAA01234AAAAAAAAAAAAAAAAAAAAAAAAAAA~fred"));
  39. /* too short */
  40. test_assert(!is_legal_nickname_or_hexdigest(
  41. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"));
  42. /* illegal char */
  43. test_assert(!is_legal_nickname_or_hexdigest(
  44. "$AAAAAAzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"));
  45. /* hex part too long */
  46. test_assert(!is_legal_nickname_or_hexdigest(
  47. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"));
  48. test_assert(!is_legal_nickname_or_hexdigest(
  49. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=fred"));
  50. /* Bad nickname */
  51. test_assert(!is_legal_nickname_or_hexdigest(
  52. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="));
  53. test_assert(!is_legal_nickname_or_hexdigest(
  54. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA~"));
  55. test_assert(!is_legal_nickname_or_hexdigest(
  56. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA~hyphen-"));
  57. test_assert(!is_legal_nickname_or_hexdigest(
  58. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA~"
  59. "abcdefghijklmnoppqrst"));
  60. /* Bad extra char. */
  61. test_assert(!is_legal_nickname_or_hexdigest(
  62. "$AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!"));
  63. test_assert(is_legal_nickname_or_hexdigest("xyzzy"));
  64. test_assert(is_legal_nickname_or_hexdigest("abcdefghijklmnopqrs"));
  65. test_assert(!is_legal_nickname_or_hexdigest("abcdefghijklmnopqrst"));
  66. done:
  67. ;
  68. }
  69. /** Run unit tests for router descriptor generation logic. */
  70. static void
  71. test_dir_formats(void)
  72. {
  73. char *buf = NULL;
  74. char buf2[8192];
  75. char platform[256];
  76. char fingerprint[FINGERPRINT_LEN+1];
  77. char *pk1_str = NULL, *pk2_str = NULL, *cp;
  78. size_t pk1_str_len, pk2_str_len;
  79. routerinfo_t *r1=NULL, *r2=NULL;
  80. crypto_pk_t *pk1 = NULL, *pk2 = NULL;
  81. routerinfo_t *rp1 = NULL, *rp2 = NULL;
  82. addr_policy_t *ex1, *ex2;
  83. routerlist_t *dir1 = NULL, *dir2 = NULL;
  84. or_options_t *options = get_options_mutable();
  85. const addr_policy_t *p;
  86. pk1 = pk_generate(0);
  87. pk2 = pk_generate(1);
  88. test_assert(pk1 && pk2);
  89. hibernate_set_state_for_testing_(HIBERNATE_STATE_LIVE);
  90. get_platform_str(platform, sizeof(platform));
  91. r1 = tor_malloc_zero(sizeof(routerinfo_t));
  92. r1->address = tor_strdup("18.244.0.1");
  93. r1->addr = 0xc0a80001u; /* 192.168.0.1 */
  94. r1->cache_info.published_on = 0;
  95. r1->or_port = 9000;
  96. r1->dir_port = 9003;
  97. tor_addr_parse(&r1->ipv6_addr, "1:2:3:4::");
  98. r1->ipv6_orport = 9999;
  99. r1->onion_pkey = crypto_pk_dup_key(pk1);
  100. r1->identity_pkey = crypto_pk_dup_key(pk2);
  101. r1->bandwidthrate = 1000;
  102. r1->bandwidthburst = 5000;
  103. r1->bandwidthcapacity = 10000;
  104. r1->exit_policy = NULL;
  105. r1->nickname = tor_strdup("Magri");
  106. r1->platform = tor_strdup(platform);
  107. ex1 = tor_malloc_zero(sizeof(addr_policy_t));
  108. ex2 = tor_malloc_zero(sizeof(addr_policy_t));
  109. ex1->policy_type = ADDR_POLICY_ACCEPT;
  110. tor_addr_from_ipv4h(&ex1->addr, 0);
  111. ex1->maskbits = 0;
  112. ex1->prt_min = ex1->prt_max = 80;
  113. ex2->policy_type = ADDR_POLICY_REJECT;
  114. tor_addr_from_ipv4h(&ex2->addr, 18<<24);
  115. ex2->maskbits = 8;
  116. ex2->prt_min = ex2->prt_max = 24;
  117. r2 = tor_malloc_zero(sizeof(routerinfo_t));
  118. r2->address = tor_strdup("1.1.1.1");
  119. r2->addr = 0x0a030201u; /* 10.3.2.1 */
  120. r2->platform = tor_strdup(platform);
  121. r2->cache_info.published_on = 5;
  122. r2->or_port = 9005;
  123. r2->dir_port = 0;
  124. r2->onion_pkey = crypto_pk_dup_key(pk2);
  125. r2->onion_curve25519_pkey = tor_malloc_zero(sizeof(curve25519_public_key_t));
  126. curve25519_public_from_base64(r2->onion_curve25519_pkey,
  127. "skyinAnvardNostarsNomoonNowindormistsorsnow");
  128. r2->identity_pkey = crypto_pk_dup_key(pk1);
  129. r2->bandwidthrate = r2->bandwidthburst = r2->bandwidthcapacity = 3000;
  130. r2->exit_policy = smartlist_new();
  131. smartlist_add(r2->exit_policy, ex1);
  132. smartlist_add(r2->exit_policy, ex2);
  133. r2->nickname = tor_strdup("Fred");
  134. test_assert(!crypto_pk_write_public_key_to_string(pk1, &pk1_str,
  135. &pk1_str_len));
  136. test_assert(!crypto_pk_write_public_key_to_string(pk2 , &pk2_str,
  137. &pk2_str_len));
  138. /* XXXX025 router_dump_to_string should really take this from ri.*/
  139. options->ContactInfo = tor_strdup("Magri White "
  140. "<magri@elsewhere.example.com>");
  141. buf = router_dump_router_to_string(r1, pk2);
  142. tor_free(options->ContactInfo);
  143. test_assert(buf);
  144. strlcpy(buf2, "router Magri 18.244.0.1 9000 0 9003\n"
  145. "or-address [1:2:3:4::]:9999\n"
  146. "platform Tor "VERSION" on ", sizeof(buf2));
  147. strlcat(buf2, get_uname(), sizeof(buf2));
  148. strlcat(buf2, "\n"
  149. "protocols Link 1 2 Circuit 1\n"
  150. "published 1970-01-01 00:00:00\n"
  151. "fingerprint ", sizeof(buf2));
  152. test_assert(!crypto_pk_get_fingerprint(pk2, fingerprint, 1));
  153. strlcat(buf2, fingerprint, sizeof(buf2));
  154. strlcat(buf2, "\nuptime 0\n"
  155. /* XXX the "0" above is hard-coded, but even if we made it reflect
  156. * uptime, that still wouldn't make it right, because the two
  157. * descriptors might be made on different seconds... hm. */
  158. "bandwidth 1000 5000 10000\n"
  159. "onion-key\n", sizeof(buf2));
  160. strlcat(buf2, pk1_str, sizeof(buf2));
  161. strlcat(buf2, "signing-key\n", sizeof(buf2));
  162. strlcat(buf2, pk2_str, sizeof(buf2));
  163. strlcat(buf2, "hidden-service-dir\n", sizeof(buf2));
  164. strlcat(buf2, "contact Magri White <magri@elsewhere.example.com>\n",
  165. sizeof(buf2));
  166. strlcat(buf2, "reject *:*\nrouter-signature\n", sizeof(buf2));
  167. buf[strlen(buf2)] = '\0'; /* Don't compare the sig; it's never the same
  168. * twice */
  169. test_streq(buf, buf2);
  170. tor_free(buf);
  171. buf = router_dump_router_to_string(r1, pk2);
  172. test_assert(buf);
  173. cp = buf;
  174. rp1 = router_parse_entry_from_string((const char*)cp,NULL,1,0,NULL);
  175. test_assert(rp1);
  176. test_streq(rp1->address, r1->address);
  177. test_eq(rp1->or_port, r1->or_port);
  178. //test_eq(rp1->dir_port, r1->dir_port);
  179. test_eq(rp1->bandwidthrate, r1->bandwidthrate);
  180. test_eq(rp1->bandwidthburst, r1->bandwidthburst);
  181. test_eq(rp1->bandwidthcapacity, r1->bandwidthcapacity);
  182. test_assert(crypto_pk_cmp_keys(rp1->onion_pkey, pk1) == 0);
  183. test_assert(crypto_pk_cmp_keys(rp1->identity_pkey, pk2) == 0);
  184. //test_assert(rp1->exit_policy == NULL);
  185. strlcpy(buf2,
  186. "router Fred 1.1.1.1 9005 0 0\n"
  187. "platform Tor "VERSION" on ", sizeof(buf2));
  188. strlcat(buf2, get_uname(), sizeof(buf2));
  189. strlcat(buf2, "\n"
  190. "protocols Link 1 2 Circuit 1\n"
  191. "published 1970-01-01 00:00:05\n"
  192. "fingerprint ", sizeof(buf2));
  193. test_assert(!crypto_pk_get_fingerprint(pk1, fingerprint, 1));
  194. strlcat(buf2, fingerprint, sizeof(buf2));
  195. strlcat(buf2, "\nuptime 0\n"
  196. "bandwidth 3000 3000 3000\n", sizeof(buf2));
  197. strlcat(buf2, "onion-key\n", sizeof(buf2));
  198. strlcat(buf2, pk2_str, sizeof(buf2));
  199. strlcat(buf2, "signing-key\n", sizeof(buf2));
  200. strlcat(buf2, pk1_str, sizeof(buf2));
  201. strlcat(buf2, "hidden-service-dir\n", sizeof(buf2));
  202. strlcat(buf2, "ntor-onion-key "
  203. "skyinAnvardNostarsNomoonNowindormistsorsnow=\n", sizeof(buf2));
  204. strlcat(buf2, "accept *:80\nreject 18.0.0.0/8:24\n", sizeof(buf2));
  205. strlcat(buf2, "router-signature\n", sizeof(buf2));
  206. buf = router_dump_router_to_string(r2, pk1);
  207. buf[strlen(buf2)] = '\0'; /* Don't compare the sig; it's never the same
  208. * twice */
  209. test_streq(buf, buf2);
  210. tor_free(buf);
  211. buf = router_dump_router_to_string(r2, pk1);
  212. cp = buf;
  213. rp2 = router_parse_entry_from_string((const char*)cp,NULL,1,0,NULL);
  214. test_assert(rp2);
  215. test_streq(rp2->address, r2->address);
  216. test_eq(rp2->or_port, r2->or_port);
  217. test_eq(rp2->dir_port, r2->dir_port);
  218. test_eq(rp2->bandwidthrate, r2->bandwidthrate);
  219. test_eq(rp2->bandwidthburst, r2->bandwidthburst);
  220. test_eq(rp2->bandwidthcapacity, r2->bandwidthcapacity);
  221. test_memeq(rp2->onion_curve25519_pkey->public_key,
  222. r2->onion_curve25519_pkey->public_key,
  223. CURVE25519_PUBKEY_LEN);
  224. test_assert(crypto_pk_cmp_keys(rp2->onion_pkey, pk2) == 0);
  225. test_assert(crypto_pk_cmp_keys(rp2->identity_pkey, pk1) == 0);
  226. test_eq(smartlist_len(rp2->exit_policy), 2);
  227. p = smartlist_get(rp2->exit_policy, 0);
  228. test_eq(p->policy_type, ADDR_POLICY_ACCEPT);
  229. test_assert(tor_addr_is_null(&p->addr));
  230. test_eq(p->maskbits, 0);
  231. test_eq(p->prt_min, 80);
  232. test_eq(p->prt_max, 80);
  233. p = smartlist_get(rp2->exit_policy, 1);
  234. test_eq(p->policy_type, ADDR_POLICY_REJECT);
  235. test_assert(tor_addr_eq(&p->addr, &ex2->addr));
  236. test_eq(p->maskbits, 8);
  237. test_eq(p->prt_min, 24);
  238. test_eq(p->prt_max, 24);
  239. #if 0
  240. /* Okay, now for the directories. */
  241. {
  242. fingerprint_list = smartlist_new();
  243. crypto_pk_get_fingerprint(pk2, buf, 1);
  244. add_fingerprint_to_dir("Magri", buf, fingerprint_list);
  245. crypto_pk_get_fingerprint(pk1, buf, 1);
  246. add_fingerprint_to_dir("Fred", buf, fingerprint_list);
  247. }
  248. #endif
  249. dirserv_free_fingerprint_list();
  250. done:
  251. if (r1)
  252. routerinfo_free(r1);
  253. if (r2)
  254. routerinfo_free(r2);
  255. tor_free(buf);
  256. tor_free(pk1_str);
  257. tor_free(pk2_str);
  258. if (pk1) crypto_pk_free(pk1);
  259. if (pk2) crypto_pk_free(pk2);
  260. if (rp1) routerinfo_free(rp1);
  261. tor_free(dir1); /* XXXX And more !*/
  262. tor_free(dir2); /* And more !*/
  263. }
  264. static void
  265. test_dir_versions(void)
  266. {
  267. tor_version_t ver1;
  268. /* Try out version parsing functionality */
  269. test_eq(0, tor_version_parse("0.3.4pre2-cvs", &ver1));
  270. test_eq(0, ver1.major);
  271. test_eq(3, ver1.minor);
  272. test_eq(4, ver1.micro);
  273. test_eq(VER_PRE, ver1.status);
  274. test_eq(2, ver1.patchlevel);
  275. test_eq(0, tor_version_parse("0.3.4rc1", &ver1));
  276. test_eq(0, ver1.major);
  277. test_eq(3, ver1.minor);
  278. test_eq(4, ver1.micro);
  279. test_eq(VER_RC, ver1.status);
  280. test_eq(1, ver1.patchlevel);
  281. test_eq(0, tor_version_parse("1.3.4", &ver1));
  282. test_eq(1, ver1.major);
  283. test_eq(3, ver1.minor);
  284. test_eq(4, ver1.micro);
  285. test_eq(VER_RELEASE, ver1.status);
  286. test_eq(0, ver1.patchlevel);
  287. test_eq(0, tor_version_parse("1.3.4.999", &ver1));
  288. test_eq(1, ver1.major);
  289. test_eq(3, ver1.minor);
  290. test_eq(4, ver1.micro);
  291. test_eq(VER_RELEASE, ver1.status);
  292. test_eq(999, ver1.patchlevel);
  293. test_eq(0, tor_version_parse("0.1.2.4-alpha", &ver1));
  294. test_eq(0, ver1.major);
  295. test_eq(1, ver1.minor);
  296. test_eq(2, ver1.micro);
  297. test_eq(4, ver1.patchlevel);
  298. test_eq(VER_RELEASE, ver1.status);
  299. test_streq("alpha", ver1.status_tag);
  300. test_eq(0, tor_version_parse("0.1.2.4", &ver1));
  301. test_eq(0, ver1.major);
  302. test_eq(1, ver1.minor);
  303. test_eq(2, ver1.micro);
  304. test_eq(4, ver1.patchlevel);
  305. test_eq(VER_RELEASE, ver1.status);
  306. test_streq("", ver1.status_tag);
  307. #define tt_versionstatus_op(vs1, op, vs2) \
  308. tt_assert_test_type(vs1,vs2,#vs1" "#op" "#vs2,version_status_t, \
  309. (val1_ op val2_),"%d",TT_EXIT_TEST_FUNCTION)
  310. #define test_v_i_o(val, ver, lst) \
  311. tt_versionstatus_op(val, ==, tor_version_is_obsolete(ver, lst))
  312. /* make sure tor_version_is_obsolete() works */
  313. test_v_i_o(VS_OLD, "0.0.1", "Tor 0.0.2");
  314. test_v_i_o(VS_OLD, "0.0.1", "0.0.2, Tor 0.0.3");
  315. test_v_i_o(VS_OLD, "0.0.1", "0.0.2,Tor 0.0.3");
  316. test_v_i_o(VS_OLD, "0.0.1","0.0.3,BetterTor 0.0.1");
  317. test_v_i_o(VS_RECOMMENDED, "0.0.2", "Tor 0.0.2,Tor 0.0.3");
  318. test_v_i_o(VS_NEW_IN_SERIES, "0.0.2", "Tor 0.0.2pre1,Tor 0.0.3");
  319. test_v_i_o(VS_OLD, "0.0.2", "Tor 0.0.2.1,Tor 0.0.3");
  320. test_v_i_o(VS_NEW, "0.1.0", "Tor 0.0.2,Tor 0.0.3");
  321. test_v_i_o(VS_RECOMMENDED, "0.0.7rc2", "0.0.7,Tor 0.0.7rc2,Tor 0.0.8");
  322. test_v_i_o(VS_OLD, "0.0.5.0", "0.0.5.1-cvs");
  323. test_v_i_o(VS_NEW_IN_SERIES, "0.0.5.1-cvs", "0.0.5, 0.0.6");
  324. /* Not on list, but newer than any in same series. */
  325. test_v_i_o(VS_NEW_IN_SERIES, "0.1.0.3",
  326. "Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
  327. /* Series newer than any on list. */
  328. test_v_i_o(VS_NEW, "0.1.2.3", "Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
  329. /* Series older than any on list. */
  330. test_v_i_o(VS_OLD, "0.0.1.3", "Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
  331. /* Not on list, not newer than any on same series. */
  332. test_v_i_o(VS_UNRECOMMENDED, "0.1.0.1",
  333. "Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
  334. /* On list, not newer than any on same series. */
  335. test_v_i_o(VS_UNRECOMMENDED,
  336. "0.1.0.1", "Tor 0.1.0.2,Tor 0.0.9.5,Tor 0.1.1.0");
  337. test_eq(0, tor_version_as_new_as("Tor 0.0.5", "0.0.9pre1-cvs"));
  338. test_eq(1, tor_version_as_new_as(
  339. "Tor 0.0.8 on Darwin 64-121-192-100.c3-0."
  340. "sfpo-ubr1.sfrn-sfpo.ca.cable.rcn.com Power Macintosh",
  341. "0.0.8rc2"));
  342. test_eq(0, tor_version_as_new_as(
  343. "Tor 0.0.8 on Darwin 64-121-192-100.c3-0."
  344. "sfpo-ubr1.sfrn-sfpo.ca.cable.rcn.com Power Macintosh", "0.0.8.2"));
  345. /* Now try svn revisions. */
  346. test_eq(1, tor_version_as_new_as("Tor 0.2.1.0-dev (r100)",
  347. "Tor 0.2.1.0-dev (r99)"));
  348. test_eq(1, tor_version_as_new_as("Tor 0.2.1.0-dev (r100) on Banana Jr",
  349. "Tor 0.2.1.0-dev (r99) on Hal 9000"));
  350. test_eq(1, tor_version_as_new_as("Tor 0.2.1.0-dev (r100)",
  351. "Tor 0.2.1.0-dev on Colossus"));
  352. test_eq(0, tor_version_as_new_as("Tor 0.2.1.0-dev (r99)",
  353. "Tor 0.2.1.0-dev (r100)"));
  354. test_eq(0, tor_version_as_new_as("Tor 0.2.1.0-dev (r99) on MCP",
  355. "Tor 0.2.1.0-dev (r100) on AM"));
  356. test_eq(0, tor_version_as_new_as("Tor 0.2.1.0-dev",
  357. "Tor 0.2.1.0-dev (r99)"));
  358. test_eq(1, tor_version_as_new_as("Tor 0.2.1.1",
  359. "Tor 0.2.1.0-dev (r99)"));
  360. /* Now try git revisions */
  361. test_eq(0, tor_version_parse("0.5.6.7 (git-ff00ff)", &ver1));
  362. test_eq(0, ver1.major);
  363. test_eq(5, ver1.minor);
  364. test_eq(6, ver1.micro);
  365. test_eq(7, ver1.patchlevel);
  366. test_eq(3, ver1.git_tag_len);
  367. test_memeq(ver1.git_tag, "\xff\x00\xff", 3);
  368. test_eq(-1, tor_version_parse("0.5.6.7 (git-ff00xx)", &ver1));
  369. test_eq(-1, tor_version_parse("0.5.6.7 (git-ff00fff)", &ver1));
  370. test_eq(0, tor_version_parse("0.5.6.7 (git ff00fff)", &ver1));
  371. done:
  372. ;
  373. }
  374. /** Run unit tests for directory fp_pair functions. */
  375. static void
  376. test_dir_fp_pairs(void)
  377. {
  378. smartlist_t *sl = smartlist_new();
  379. fp_pair_t *pair;
  380. dir_split_resource_into_fingerprint_pairs(
  381. /* Two pairs, out of order, with one duplicate. */
  382. "73656372657420646174612E0000000000FFFFFF-"
  383. "557365204145532d32353620696e73746561642e+"
  384. "73656372657420646174612E0000000000FFFFFF-"
  385. "557365204145532d32353620696e73746561642e+"
  386. "48657861646563696d616c2069736e277420736f-"
  387. "676f6f6420666f7220686964696e6720796f7572.z", sl);
  388. test_eq(smartlist_len(sl), 2);
  389. pair = smartlist_get(sl, 0);
  390. test_memeq(pair->first, "Hexadecimal isn't so", DIGEST_LEN);
  391. test_memeq(pair->second, "good for hiding your", DIGEST_LEN);
  392. pair = smartlist_get(sl, 1);
  393. test_memeq(pair->first, "secret data.\0\0\0\0\0\xff\xff\xff", DIGEST_LEN);
  394. test_memeq(pair->second, "Use AES-256 instead.", DIGEST_LEN);
  395. done:
  396. SMARTLIST_FOREACH(sl, fp_pair_t *, pair, tor_free(pair));
  397. smartlist_free(sl);
  398. }
  399. static void
  400. test_dir_split_fps(void *testdata)
  401. {
  402. smartlist_t *sl = smartlist_new();
  403. char *mem_op_hex_tmp = NULL;
  404. (void)testdata;
  405. /* Some example hex fingerprints and their base64 equivalents */
  406. #define HEX1 "Fe0daff89127389bc67558691231234551193EEE"
  407. #define HEX2 "Deadbeef99999991111119999911111111f00ba4"
  408. #define HEX3 "b33ff00db33ff00db33ff00db33ff00db33ff00d"
  409. #define HEX256_1 \
  410. "f3f3f3f3fbbbbf3f3f3f3fbbbf3f3f3f3fbbbbf3f3f3f3fbbbf3f3f3f3fbbbbf"
  411. #define HEX256_2 \
  412. "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccCCc"
  413. #define HEX256_3 \
  414. "0123456789ABCdef0123456789ABCdef0123456789ABCdef0123456789ABCdef"
  415. #define B64_1 "/g2v+JEnOJvGdVhpEjEjRVEZPu4"
  416. #define B64_2 "3q2+75mZmZERERmZmRERERHwC6Q"
  417. #define B64_256_1 "8/Pz8/u7vz8/Pz+7vz8/Pz+7u/Pz8/P7u/Pz8/P7u78"
  418. #define B64_256_2 "zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMw"
  419. /* no flags set */
  420. dir_split_resource_into_fingerprints("A+C+B", sl, NULL, 0);
  421. tt_int_op(smartlist_len(sl), ==, 3);
  422. tt_str_op(smartlist_get(sl, 0), ==, "A");
  423. tt_str_op(smartlist_get(sl, 1), ==, "C");
  424. tt_str_op(smartlist_get(sl, 2), ==, "B");
  425. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  426. smartlist_clear(sl);
  427. /* uniq strings. */
  428. dir_split_resource_into_fingerprints("A+C+B+A+B+B", sl, NULL, DSR_SORT_UNIQ);
  429. tt_int_op(smartlist_len(sl), ==, 3);
  430. tt_str_op(smartlist_get(sl, 0), ==, "A");
  431. tt_str_op(smartlist_get(sl, 1), ==, "B");
  432. tt_str_op(smartlist_get(sl, 2), ==, "C");
  433. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  434. smartlist_clear(sl);
  435. /* Decode hex. */
  436. dir_split_resource_into_fingerprints(HEX1"+"HEX2, sl, NULL, DSR_HEX);
  437. tt_int_op(smartlist_len(sl), ==, 2);
  438. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX1);
  439. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX2);
  440. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  441. smartlist_clear(sl);
  442. /* decode hex and drop weirdness. */
  443. dir_split_resource_into_fingerprints(HEX1"+bogus+"HEX2"+"HEX256_1,
  444. sl, NULL, DSR_HEX);
  445. tt_int_op(smartlist_len(sl), ==, 2);
  446. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX1);
  447. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX2);
  448. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  449. smartlist_clear(sl);
  450. /* Decode long hex */
  451. dir_split_resource_into_fingerprints(HEX256_1"+"HEX256_2"+"HEX2"+"HEX256_3,
  452. sl, NULL, DSR_HEX|DSR_DIGEST256);
  453. tt_int_op(smartlist_len(sl), ==, 3);
  454. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX256_1);
  455. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX256_2);
  456. test_mem_op_hex(smartlist_get(sl, 2), ==, HEX256_3);
  457. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  458. smartlist_clear(sl);
  459. /* Decode hex and sort. */
  460. dir_split_resource_into_fingerprints(HEX1"+"HEX2"+"HEX3"+"HEX2,
  461. sl, NULL, DSR_HEX|DSR_SORT_UNIQ);
  462. tt_int_op(smartlist_len(sl), ==, 3);
  463. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX3);
  464. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX2);
  465. test_mem_op_hex(smartlist_get(sl, 2), ==, HEX1);
  466. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  467. smartlist_clear(sl);
  468. /* Decode long hex and sort */
  469. dir_split_resource_into_fingerprints(HEX256_1"+"HEX256_2"+"HEX256_3
  470. "+"HEX256_1,
  471. sl, NULL,
  472. DSR_HEX|DSR_DIGEST256|DSR_SORT_UNIQ);
  473. tt_int_op(smartlist_len(sl), ==, 3);
  474. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX256_3);
  475. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX256_2);
  476. test_mem_op_hex(smartlist_get(sl, 2), ==, HEX256_1);
  477. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  478. smartlist_clear(sl);
  479. /* Decode base64 */
  480. dir_split_resource_into_fingerprints(B64_1"-"B64_2, sl, NULL, DSR_BASE64);
  481. tt_int_op(smartlist_len(sl), ==, 2);
  482. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX1);
  483. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX2);
  484. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  485. smartlist_clear(sl);
  486. /* Decode long base64 */
  487. dir_split_resource_into_fingerprints(B64_256_1"-"B64_256_2,
  488. sl, NULL, DSR_BASE64|DSR_DIGEST256);
  489. tt_int_op(smartlist_len(sl), ==, 2);
  490. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX256_1);
  491. test_mem_op_hex(smartlist_get(sl, 1), ==, HEX256_2);
  492. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  493. smartlist_clear(sl);
  494. dir_split_resource_into_fingerprints(B64_256_1,
  495. sl, NULL, DSR_BASE64|DSR_DIGEST256);
  496. tt_int_op(smartlist_len(sl), ==, 1);
  497. test_mem_op_hex(smartlist_get(sl, 0), ==, HEX256_1);
  498. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  499. smartlist_clear(sl);
  500. done:
  501. SMARTLIST_FOREACH(sl, char *, cp, tor_free(cp));
  502. smartlist_free(sl);
  503. tor_free(mem_op_hex_tmp);
  504. }
  505. static void
  506. test_dir_measured_bw_kb(void)
  507. {
  508. measured_bw_line_t mbwl;
  509. int i;
  510. const char *lines_pass[] = {
  511. "node_id=$557365204145532d32353620696e73746561642e bw=1024\n",
  512. "node_id=$557365204145532d32353620696e73746561642e\t bw=1024 \n",
  513. " node_id=$557365204145532d32353620696e73746561642e bw=1024\n",
  514. "\tnoise\tnode_id=$557365204145532d32353620696e73746561642e "
  515. "bw=1024 junk=007\n",
  516. "misc=junk node_id=$557365204145532d32353620696e73746561642e "
  517. "bw=1024 junk=007\n",
  518. "end"
  519. };
  520. const char *lines_fail[] = {
  521. /* Test possible python stupidity on input */
  522. "node_id=None bw=1024\n",
  523. "node_id=$None bw=1024\n",
  524. "node_id=$557365204145532d32353620696e73746561642e bw=None\n",
  525. "node_id=$557365204145532d32353620696e73746561642e bw=1024.0\n",
  526. "node_id=$557365204145532d32353620696e73746561642e bw=.1024\n",
  527. "node_id=$557365204145532d32353620696e73746561642e bw=1.024\n",
  528. "node_id=$557365204145532d32353620696e73746561642e bw=1024 bw=0\n",
  529. "node_id=$557365204145532d32353620696e73746561642e bw=1024 bw=None\n",
  530. "node_id=$557365204145532d32353620696e73746561642e bw=-1024\n",
  531. /* Test incomplete writes due to race conditions, partial copies, etc */
  532. "node_i",
  533. "node_i\n",
  534. "node_id=",
  535. "node_id=\n",
  536. "node_id=$557365204145532d32353620696e73746561642e bw=",
  537. "node_id=$557365204145532d32353620696e73746561642e bw=1024",
  538. "node_id=$557365204145532d32353620696e73746561642e bw=\n",
  539. "node_id=$557365204145532d32353620696e7374",
  540. "node_id=$557365204145532d32353620696e7374\n",
  541. "",
  542. "\n",
  543. " \n ",
  544. " \n\n",
  545. /* Test assorted noise */
  546. " node_id= ",
  547. "node_id==$557365204145532d32353620696e73746561642e bw==1024\n",
  548. "node_id=$55736520414552d32353620696e73746561642e bw=1024\n",
  549. "node_id=557365204145532d32353620696e73746561642e bw=1024\n",
  550. "node_id= $557365204145532d32353620696e73746561642e bw=0.23\n",
  551. "end"
  552. };
  553. for (i = 0; strcmp(lines_fail[i], "end"); i++) {
  554. //fprintf(stderr, "Testing: %s\n", lines_fail[i]);
  555. test_assert(measured_bw_line_parse(&mbwl, lines_fail[i]) == -1);
  556. }
  557. for (i = 0; strcmp(lines_pass[i], "end"); i++) {
  558. //fprintf(stderr, "Testing: %s %d\n", lines_pass[i], TOR_ISSPACE('\n'));
  559. test_assert(measured_bw_line_parse(&mbwl, lines_pass[i]) == 0);
  560. test_assert(mbwl.bw_kb == 1024);
  561. test_assert(strcmp(mbwl.node_hex,
  562. "557365204145532d32353620696e73746561642e") == 0);
  563. }
  564. done:
  565. return;
  566. }
  567. #define MBWC_INIT_TIME 1000
  568. /** Do the measured bandwidth cache unit test */
  569. static void
  570. test_dir_measured_bw_kb_cache(void)
  571. {
  572. /* Initial fake time_t for testing */
  573. time_t curr = MBWC_INIT_TIME;
  574. /* Some measured_bw_line_ts */
  575. measured_bw_line_t mbwl[3];
  576. /* For receiving output on cache queries */
  577. long bw;
  578. time_t as_of;
  579. /* First, clear the cache and assert that it's empty */
  580. dirserv_clear_measured_bw_cache();
  581. test_eq(dirserv_get_measured_bw_cache_size(), 0);
  582. /*
  583. * Set up test mbwls; none of the dirserv_cache_*() functions care about
  584. * the node_hex field.
  585. */
  586. memset(mbwl[0].node_id, 0x01, DIGEST_LEN);
  587. mbwl[0].bw_kb = 20;
  588. memset(mbwl[1].node_id, 0x02, DIGEST_LEN);
  589. mbwl[1].bw_kb = 40;
  590. memset(mbwl[2].node_id, 0x03, DIGEST_LEN);
  591. mbwl[2].bw_kb = 80;
  592. /* Try caching something */
  593. dirserv_cache_measured_bw(&(mbwl[0]), curr);
  594. test_eq(dirserv_get_measured_bw_cache_size(), 1);
  595. /* Okay, let's see if we can retrieve it */
  596. test_assert(dirserv_query_measured_bw_cache_kb(mbwl[0].node_id,&bw, &as_of));
  597. test_eq(bw, 20);
  598. test_eq(as_of, MBWC_INIT_TIME);
  599. /* Try retrieving it without some outputs */
  600. test_assert(dirserv_query_measured_bw_cache_kb(mbwl[0].node_id,NULL, NULL));
  601. test_assert(dirserv_query_measured_bw_cache_kb(mbwl[0].node_id,&bw, NULL));
  602. test_eq(bw, 20);
  603. test_assert(dirserv_query_measured_bw_cache_kb(mbwl[0].node_id,NULL,&as_of));
  604. test_eq(as_of, MBWC_INIT_TIME);
  605. /* Now expire it */
  606. curr += MAX_MEASUREMENT_AGE + 1;
  607. dirserv_expire_measured_bw_cache(curr);
  608. /* Check that the cache is empty */
  609. test_eq(dirserv_get_measured_bw_cache_size(), 0);
  610. /* Check that we can't retrieve it */
  611. test_assert(!dirserv_query_measured_bw_cache_kb(mbwl[0].node_id, NULL,NULL));
  612. /* Try caching a few things now */
  613. dirserv_cache_measured_bw(&(mbwl[0]), curr);
  614. test_eq(dirserv_get_measured_bw_cache_size(), 1);
  615. curr += MAX_MEASUREMENT_AGE / 4;
  616. dirserv_cache_measured_bw(&(mbwl[1]), curr);
  617. test_eq(dirserv_get_measured_bw_cache_size(), 2);
  618. curr += MAX_MEASUREMENT_AGE / 4;
  619. dirserv_cache_measured_bw(&(mbwl[2]), curr);
  620. test_eq(dirserv_get_measured_bw_cache_size(), 3);
  621. curr += MAX_MEASUREMENT_AGE / 4 + 1;
  622. /* Do an expire that's too soon to get any of them */
  623. dirserv_expire_measured_bw_cache(curr);
  624. test_eq(dirserv_get_measured_bw_cache_size(), 3);
  625. /* Push the oldest one off the cliff */
  626. curr += MAX_MEASUREMENT_AGE / 4;
  627. dirserv_expire_measured_bw_cache(curr);
  628. test_eq(dirserv_get_measured_bw_cache_size(), 2);
  629. /* And another... */
  630. curr += MAX_MEASUREMENT_AGE / 4;
  631. dirserv_expire_measured_bw_cache(curr);
  632. test_eq(dirserv_get_measured_bw_cache_size(), 1);
  633. /* This should empty it out again */
  634. curr += MAX_MEASUREMENT_AGE / 4;
  635. dirserv_expire_measured_bw_cache(curr);
  636. test_eq(dirserv_get_measured_bw_cache_size(), 0);
  637. done:
  638. return;
  639. }
  640. static void
  641. test_dir_param_voting(void)
  642. {
  643. networkstatus_t vote1, vote2, vote3, vote4;
  644. smartlist_t *votes = smartlist_new();
  645. char *res = NULL;
  646. /* dirvote_compute_params only looks at the net_params field of the votes,
  647. so that's all we need to set.
  648. */
  649. memset(&vote1, 0, sizeof(vote1));
  650. memset(&vote2, 0, sizeof(vote2));
  651. memset(&vote3, 0, sizeof(vote3));
  652. memset(&vote4, 0, sizeof(vote4));
  653. vote1.net_params = smartlist_new();
  654. vote2.net_params = smartlist_new();
  655. vote3.net_params = smartlist_new();
  656. vote4.net_params = smartlist_new();
  657. smartlist_split_string(vote1.net_params,
  658. "ab=90 abcd=20 cw=50 x-yz=-99", NULL, 0, 0);
  659. smartlist_split_string(vote2.net_params,
  660. "ab=27 cw=5 x-yz=88", NULL, 0, 0);
  661. smartlist_split_string(vote3.net_params,
  662. "abcd=20 c=60 cw=500 x-yz=-9 zzzzz=101", NULL, 0, 0);
  663. smartlist_split_string(vote4.net_params,
  664. "ab=900 abcd=200 c=1 cw=51 x-yz=100", NULL, 0, 0);
  665. test_eq(100, networkstatus_get_param(&vote4, "x-yz", 50, 0, 300));
  666. test_eq(222, networkstatus_get_param(&vote4, "foobar", 222, 0, 300));
  667. test_eq(80, networkstatus_get_param(&vote4, "ab", 12, 0, 80));
  668. test_eq(-8, networkstatus_get_param(&vote4, "ab", -12, -100, -8));
  669. test_eq(0, networkstatus_get_param(&vote4, "foobar", 0, -100, 8));
  670. smartlist_add(votes, &vote1);
  671. /* Do the first tests without adding all the other votes, for
  672. * networks without many dirauths. */
  673. res = dirvote_compute_params(votes, 11, 6);
  674. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-99");
  675. tor_free(res);
  676. res = dirvote_compute_params(votes, 12, 2);
  677. test_streq(res, "");
  678. tor_free(res);
  679. res = dirvote_compute_params(votes, 12, 1);
  680. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-99");
  681. tor_free(res);
  682. smartlist_add(votes, &vote2);
  683. res = dirvote_compute_params(votes, 11, 2);
  684. test_streq(res, "ab=27 abcd=20 cw=5 x-yz=-99");
  685. tor_free(res);
  686. res = dirvote_compute_params(votes, 12, 2);
  687. test_streq(res, "ab=27 cw=5 x-yz=-99");
  688. tor_free(res);
  689. res = dirvote_compute_params(votes, 12, 3);
  690. test_streq(res, "ab=27 cw=5 x-yz=-99");
  691. tor_free(res);
  692. res = dirvote_compute_params(votes, 12, 6);
  693. test_streq(res, "");
  694. tor_free(res);
  695. smartlist_add(votes, &vote3);
  696. res = dirvote_compute_params(votes, 11, 3);
  697. test_streq(res, "ab=27 abcd=20 c=60 cw=50 x-yz=-9 zzzzz=101");
  698. tor_free(res);
  699. res = dirvote_compute_params(votes, 12, 3);
  700. test_streq(res, "ab=27 abcd=20 cw=50 x-yz=-9");
  701. tor_free(res);
  702. res = dirvote_compute_params(votes, 12, 5);
  703. test_streq(res, "cw=50 x-yz=-9");
  704. tor_free(res);
  705. res = dirvote_compute_params(votes, 12, 9);
  706. test_streq(res, "cw=50 x-yz=-9");
  707. tor_free(res);
  708. smartlist_add(votes, &vote4);
  709. res = dirvote_compute_params(votes, 11, 4);
  710. test_streq(res, "ab=90 abcd=20 c=1 cw=50 x-yz=-9 zzzzz=101");
  711. tor_free(res);
  712. res = dirvote_compute_params(votes, 12, 4);
  713. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-9");
  714. tor_free(res);
  715. res = dirvote_compute_params(votes, 12, 5);
  716. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-9");
  717. tor_free(res);
  718. /* Test that the special-cased "at least three dirauths voted for
  719. * this param" logic works as expected. */
  720. res = dirvote_compute_params(votes, 12, 6);
  721. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-9");
  722. tor_free(res);
  723. res = dirvote_compute_params(votes, 12, 10);
  724. test_streq(res, "ab=90 abcd=20 cw=50 x-yz=-9");
  725. tor_free(res);
  726. done:
  727. tor_free(res);
  728. SMARTLIST_FOREACH(vote1.net_params, char *, cp, tor_free(cp));
  729. SMARTLIST_FOREACH(vote2.net_params, char *, cp, tor_free(cp));
  730. SMARTLIST_FOREACH(vote3.net_params, char *, cp, tor_free(cp));
  731. SMARTLIST_FOREACH(vote4.net_params, char *, cp, tor_free(cp));
  732. smartlist_free(vote1.net_params);
  733. smartlist_free(vote2.net_params);
  734. smartlist_free(vote3.net_params);
  735. smartlist_free(vote4.net_params);
  736. smartlist_free(votes);
  737. return;
  738. }
  739. extern const char AUTHORITY_CERT_1[];
  740. extern const char AUTHORITY_SIGNKEY_1[];
  741. extern const char AUTHORITY_CERT_2[];
  742. extern const char AUTHORITY_SIGNKEY_2[];
  743. extern const char AUTHORITY_CERT_3[];
  744. extern const char AUTHORITY_SIGNKEY_3[];
  745. /** Helper: Test that two networkstatus_voter_info_t do in fact represent the
  746. * same voting authority, and that they do in fact have all the same
  747. * information. */
  748. static void
  749. test_same_voter(networkstatus_voter_info_t *v1,
  750. networkstatus_voter_info_t *v2)
  751. {
  752. test_streq(v1->nickname, v2->nickname);
  753. test_memeq(v1->identity_digest, v2->identity_digest, DIGEST_LEN);
  754. test_streq(v1->address, v2->address);
  755. test_eq(v1->addr, v2->addr);
  756. test_eq(v1->dir_port, v2->dir_port);
  757. test_eq(v1->or_port, v2->or_port);
  758. test_streq(v1->contact, v2->contact);
  759. test_memeq(v1->vote_digest, v2->vote_digest, DIGEST_LEN);
  760. done:
  761. ;
  762. }
  763. /** Helper: Make a new routerinfo containing the right information for a
  764. * given vote_routerstatus_t. */
  765. static routerinfo_t *
  766. generate_ri_from_rs(const vote_routerstatus_t *vrs)
  767. {
  768. routerinfo_t *r;
  769. const routerstatus_t *rs = &vrs->status;
  770. static time_t published = 0;
  771. r = tor_malloc_zero(sizeof(routerinfo_t));
  772. memcpy(r->cache_info.identity_digest, rs->identity_digest, DIGEST_LEN);
  773. memcpy(r->cache_info.signed_descriptor_digest, rs->descriptor_digest,
  774. DIGEST_LEN);
  775. r->cache_info.do_not_cache = 1;
  776. r->cache_info.routerlist_index = -1;
  777. r->cache_info.signed_descriptor_body =
  778. tor_strdup("123456789012345678901234567890123");
  779. r->cache_info.signed_descriptor_len =
  780. strlen(r->cache_info.signed_descriptor_body);
  781. r->exit_policy = smartlist_new();
  782. r->cache_info.published_on = ++published + time(NULL);
  783. if (rs->has_bandwidth) {
  784. /*
  785. * Multiply by 1000 because the routerinfo_t and the routerstatus_t
  786. * seem to use different units (*sigh*) and because we seem stuck on
  787. * icky and perverse decimal kilobytes (*double sigh*) - see
  788. * router_get_advertised_bandwidth_capped() of routerlist.c and
  789. * routerstatus_format_entry() of dirserv.c.
  790. */
  791. r->bandwidthrate = rs->bandwidth_kb * 1000;
  792. r->bandwidthcapacity = rs->bandwidth_kb * 1000;
  793. }
  794. return r;
  795. }
  796. /** Helper: get a detached signatures document for one or two
  797. * consensuses. */
  798. static char *
  799. get_detached_sigs(networkstatus_t *ns, networkstatus_t *ns2)
  800. {
  801. char *r;
  802. smartlist_t *sl;
  803. tor_assert(ns && ns->flavor == FLAV_NS);
  804. sl = smartlist_new();
  805. smartlist_add(sl,ns);
  806. if (ns2)
  807. smartlist_add(sl,ns2);
  808. r = networkstatus_get_detached_signatures(sl);
  809. smartlist_free(sl);
  810. return r;
  811. }
  812. /**
  813. * Generate a routerstatus for v3_networkstatus test
  814. */
  815. static vote_routerstatus_t *
  816. gen_routerstatus_for_v3ns(int idx, time_t now)
  817. {
  818. vote_routerstatus_t *vrs=NULL;
  819. routerstatus_t *rs;
  820. tor_addr_t addr_ipv6;
  821. switch (idx) {
  822. case 0:
  823. /* Generate the first routerstatus. */
  824. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  825. rs = &vrs->status;
  826. vrs->version = tor_strdup("0.1.2.14");
  827. rs->published_on = now-1500;
  828. strlcpy(rs->nickname, "router2", sizeof(rs->nickname));
  829. memset(rs->identity_digest, 3, DIGEST_LEN);
  830. memset(rs->descriptor_digest, 78, DIGEST_LEN);
  831. rs->addr = 0x99008801;
  832. rs->or_port = 443;
  833. rs->dir_port = 8000;
  834. /* all flags but running cleared */
  835. rs->is_flagged_running = 1;
  836. break;
  837. case 1:
  838. /* Generate the second routerstatus. */
  839. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  840. rs = &vrs->status;
  841. vrs->version = tor_strdup("0.2.0.5");
  842. rs->published_on = now-1000;
  843. strlcpy(rs->nickname, "router1", sizeof(rs->nickname));
  844. memset(rs->identity_digest, 5, DIGEST_LEN);
  845. memset(rs->descriptor_digest, 77, DIGEST_LEN);
  846. rs->addr = 0x99009901;
  847. rs->or_port = 443;
  848. rs->dir_port = 0;
  849. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  850. tor_addr_copy(&rs->ipv6_addr, &addr_ipv6);
  851. rs->ipv6_orport = 4711;
  852. rs->is_exit = rs->is_stable = rs->is_fast = rs->is_flagged_running =
  853. rs->is_valid = rs->is_v2_dir = rs->is_possible_guard = 1;
  854. break;
  855. case 2:
  856. /* Generate the third routerstatus. */
  857. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  858. rs = &vrs->status;
  859. vrs->version = tor_strdup("0.1.0.3");
  860. rs->published_on = now-1000;
  861. strlcpy(rs->nickname, "router3", sizeof(rs->nickname));
  862. memset(rs->identity_digest, 33, DIGEST_LEN);
  863. memset(rs->descriptor_digest, 79, DIGEST_LEN);
  864. rs->addr = 0xAA009901;
  865. rs->or_port = 400;
  866. rs->dir_port = 9999;
  867. rs->is_authority = rs->is_exit = rs->is_stable = rs->is_fast =
  868. rs->is_flagged_running = rs->is_valid = rs->is_v2_dir =
  869. rs->is_possible_guard = 1;
  870. break;
  871. case 3:
  872. /* Generate a fourth routerstatus that is not running. */
  873. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  874. rs = &vrs->status;
  875. vrs->version = tor_strdup("0.1.6.3");
  876. rs->published_on = now-1000;
  877. strlcpy(rs->nickname, "router4", sizeof(rs->nickname));
  878. memset(rs->identity_digest, 34, DIGEST_LEN);
  879. memset(rs->descriptor_digest, 47, DIGEST_LEN);
  880. rs->addr = 0xC0000203;
  881. rs->or_port = 500;
  882. rs->dir_port = 1999;
  883. /* Running flag (and others) cleared */
  884. break;
  885. case 4:
  886. /* No more for this test; return NULL */
  887. vrs = NULL;
  888. break;
  889. default:
  890. /* Shouldn't happen */
  891. test_assert(0);
  892. }
  893. if (vrs) {
  894. vrs->microdesc = tor_malloc_zero(sizeof(vote_microdesc_hash_t));
  895. tor_asprintf(&vrs->microdesc->microdesc_hash_line,
  896. "m 9,10,11,12,13,14,15,16,17 "
  897. "sha256=xyzajkldsdsajdadlsdjaslsdksdjlsdjsdaskdaaa%d\n",
  898. idx);
  899. }
  900. done:
  901. return vrs;
  902. }
  903. /** Apply tweaks to the vote list for each voter */
  904. static int
  905. vote_tweaks_for_v3ns(networkstatus_t *v, int voter, time_t now)
  906. {
  907. vote_routerstatus_t *vrs;
  908. const char *msg = NULL;
  909. test_assert(v);
  910. (void)now;
  911. if (voter == 1) {
  912. measured_bw_line_t mbw;
  913. memset(mbw.node_id, 33, sizeof(mbw.node_id));
  914. mbw.bw_kb = 1024;
  915. test_assert(measured_bw_line_apply(&mbw,
  916. v->routerstatus_list) == 1);
  917. } else if (voter == 2 || voter == 3) {
  918. /* Monkey around with the list a bit */
  919. vrs = smartlist_get(v->routerstatus_list, 2);
  920. smartlist_del_keeporder(v->routerstatus_list, 2);
  921. tor_free(vrs->version);
  922. tor_free(vrs);
  923. vrs = smartlist_get(v->routerstatus_list, 0);
  924. vrs->status.is_fast = 1;
  925. if (voter == 3) {
  926. vrs = smartlist_get(v->routerstatus_list, 0);
  927. smartlist_del_keeporder(v->routerstatus_list, 0);
  928. tor_free(vrs->version);
  929. tor_free(vrs);
  930. vrs = smartlist_get(v->routerstatus_list, 0);
  931. memset(vrs->status.descriptor_digest, (int)'Z', DIGEST_LEN);
  932. test_assert(router_add_to_routerlist(
  933. generate_ri_from_rs(vrs), &msg,0,0) >= 0);
  934. }
  935. }
  936. done:
  937. return 0;
  938. }
  939. /**
  940. * Test a parsed vote_routerstatus_t for v3_networkstatus test
  941. */
  942. static void
  943. test_vrs_for_v3ns(vote_routerstatus_t *vrs, int voter, time_t now)
  944. {
  945. routerstatus_t *rs;
  946. tor_addr_t addr_ipv6;
  947. test_assert(vrs);
  948. rs = &(vrs->status);
  949. test_assert(rs);
  950. /* Split out by digests to test */
  951. if (tor_memeq(rs->identity_digest,
  952. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  953. "\x3\x3\x3\x3",
  954. DIGEST_LEN) &&
  955. (voter == 1)) {
  956. /* Check the first routerstatus. */
  957. test_streq(vrs->version, "0.1.2.14");
  958. test_eq(rs->published_on, now-1500);
  959. test_streq(rs->nickname, "router2");
  960. test_memeq(rs->identity_digest,
  961. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  962. "\x3\x3\x3\x3",
  963. DIGEST_LEN);
  964. test_memeq(rs->descriptor_digest, "NNNNNNNNNNNNNNNNNNNN", DIGEST_LEN);
  965. test_eq(rs->addr, 0x99008801);
  966. test_eq(rs->or_port, 443);
  967. test_eq(rs->dir_port, 8000);
  968. test_eq(vrs->flags, U64_LITERAL(16)); // no flags except "running"
  969. } else if (tor_memeq(rs->identity_digest,
  970. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  971. "\x5\x5\x5\x5",
  972. DIGEST_LEN) &&
  973. (voter == 1 || voter == 2)) {
  974. test_memeq(rs->identity_digest,
  975. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  976. "\x5\x5\x5\x5",
  977. DIGEST_LEN);
  978. if (voter == 1) {
  979. /* Check the second routerstatus. */
  980. test_streq(vrs->version, "0.2.0.5");
  981. test_eq(rs->published_on, now-1000);
  982. test_streq(rs->nickname, "router1");
  983. }
  984. test_memeq(rs->descriptor_digest, "MMMMMMMMMMMMMMMMMMMM", DIGEST_LEN);
  985. test_eq(rs->addr, 0x99009901);
  986. test_eq(rs->or_port, 443);
  987. test_eq(rs->dir_port, 0);
  988. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  989. test_assert(tor_addr_eq(&rs->ipv6_addr, &addr_ipv6));
  990. test_eq(rs->ipv6_orport, 4711);
  991. if (voter == 1) {
  992. test_eq(vrs->flags, U64_LITERAL(254)); // all flags except "authority."
  993. } else {
  994. /* 1023 - authority(1) - madeofcheese(16) - madeoftin(32) */
  995. test_eq(vrs->flags, U64_LITERAL(974));
  996. }
  997. } else if (tor_memeq(rs->identity_digest,
  998. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33"
  999. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33",
  1000. DIGEST_LEN) &&
  1001. (voter == 1 || voter == 2)) {
  1002. /* Check the measured bandwidth bits */
  1003. test_assert(vrs->has_measured_bw &&
  1004. vrs->measured_bw_kb == 1024);
  1005. } else {
  1006. /*
  1007. * Didn't expect this, but the old unit test only checked some of them,
  1008. * so don't assert.
  1009. */
  1010. /* test_assert(0); */
  1011. }
  1012. done:
  1013. return;
  1014. }
  1015. /**
  1016. * Test a consensus for v3_networkstatus_test
  1017. */
  1018. static void
  1019. test_consensus_for_v3ns(networkstatus_t *con, time_t now)
  1020. {
  1021. (void)now;
  1022. test_assert(con);
  1023. test_assert(!con->cert);
  1024. test_eq(2, smartlist_len(con->routerstatus_list));
  1025. /* There should be two listed routers: one with identity 3, one with
  1026. * identity 5. */
  1027. done:
  1028. return;
  1029. }
  1030. /**
  1031. * Test a router list entry for v3_networkstatus test
  1032. */
  1033. static void
  1034. test_routerstatus_for_v3ns(routerstatus_t *rs, time_t now)
  1035. {
  1036. tor_addr_t addr_ipv6;
  1037. test_assert(rs);
  1038. /* There should be two listed routers: one with identity 3, one with
  1039. * identity 5. */
  1040. /* This one showed up in 2 digests. */
  1041. if (tor_memeq(rs->identity_digest,
  1042. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  1043. "\x3\x3",
  1044. DIGEST_LEN)) {
  1045. test_memeq(rs->identity_digest,
  1046. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3",
  1047. DIGEST_LEN);
  1048. test_memeq(rs->descriptor_digest, "NNNNNNNNNNNNNNNNNNNN", DIGEST_LEN);
  1049. test_assert(!rs->is_authority);
  1050. test_assert(!rs->is_exit);
  1051. test_assert(!rs->is_fast);
  1052. test_assert(!rs->is_possible_guard);
  1053. test_assert(!rs->is_stable);
  1054. /* (If it wasn't running it wouldn't be here) */
  1055. test_assert(rs->is_flagged_running);
  1056. test_assert(!rs->is_v2_dir);
  1057. test_assert(!rs->is_valid);
  1058. test_assert(!rs->is_named);
  1059. /* XXXX check version */
  1060. } else if (tor_memeq(rs->identity_digest,
  1061. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  1062. "\x5\x5\x5\x5",
  1063. DIGEST_LEN)) {
  1064. /* This one showed up in 3 digests. Twice with ID 'M', once with 'Z'. */
  1065. test_memeq(rs->identity_digest,
  1066. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5",
  1067. DIGEST_LEN);
  1068. test_streq(rs->nickname, "router1");
  1069. test_memeq(rs->descriptor_digest, "MMMMMMMMMMMMMMMMMMMM", DIGEST_LEN);
  1070. test_eq(rs->published_on, now-1000);
  1071. test_eq(rs->addr, 0x99009901);
  1072. test_eq(rs->or_port, 443);
  1073. test_eq(rs->dir_port, 0);
  1074. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  1075. test_assert(tor_addr_eq(&rs->ipv6_addr, &addr_ipv6));
  1076. test_eq(rs->ipv6_orport, 4711);
  1077. test_assert(!rs->is_authority);
  1078. test_assert(rs->is_exit);
  1079. test_assert(rs->is_fast);
  1080. test_assert(rs->is_possible_guard);
  1081. test_assert(rs->is_stable);
  1082. test_assert(rs->is_flagged_running);
  1083. test_assert(rs->is_v2_dir);
  1084. test_assert(rs->is_valid);
  1085. test_assert(!rs->is_named);
  1086. /* XXXX check version */
  1087. } else {
  1088. /* Weren't expecting this... */
  1089. test_assert(0);
  1090. }
  1091. done:
  1092. return;
  1093. }
  1094. /** Run a unit tests for generating and parsing networkstatuses, with
  1095. * the supply test fns. */
  1096. static void
  1097. test_a_networkstatus(
  1098. vote_routerstatus_t * (*vrs_gen)(int idx, time_t now),
  1099. int (*vote_tweaks)(networkstatus_t *v, int voter, time_t now),
  1100. void (*vrs_test)(vote_routerstatus_t *vrs, int voter, time_t now),
  1101. void (*consensus_test)(networkstatus_t *con, time_t now),
  1102. void (*rs_test)(routerstatus_t *rs, time_t now))
  1103. {
  1104. authority_cert_t *cert1=NULL, *cert2=NULL, *cert3=NULL;
  1105. crypto_pk_t *sign_skey_1=NULL, *sign_skey_2=NULL, *sign_skey_3=NULL;
  1106. crypto_pk_t *sign_skey_leg1=NULL;
  1107. const char *msg=NULL;
  1108. /*
  1109. * Sum the non-zero returns from vote_tweaks() we've seen; if vote_tweaks()
  1110. * returns non-zero, it changed net_params and we should skip the tests for
  1111. * that later as they will fail.
  1112. */
  1113. int params_tweaked = 0;
  1114. time_t now = time(NULL);
  1115. networkstatus_voter_info_t *voter;
  1116. document_signature_t *sig;
  1117. networkstatus_t *vote=NULL, *v1=NULL, *v2=NULL, *v3=NULL, *con=NULL,
  1118. *con_md=NULL;
  1119. vote_routerstatus_t *vrs;
  1120. routerstatus_t *rs;
  1121. int idx, n_rs, n_vrs;
  1122. char *v1_text=NULL, *v2_text=NULL, *v3_text=NULL, *consensus_text=NULL, *cp;
  1123. smartlist_t *votes = smartlist_new();
  1124. /* For generating the two other consensuses. */
  1125. char *detached_text1=NULL, *detached_text2=NULL;
  1126. char *consensus_text2=NULL, *consensus_text3=NULL;
  1127. char *consensus_text_md2=NULL, *consensus_text_md3=NULL;
  1128. char *consensus_text_md=NULL;
  1129. networkstatus_t *con2=NULL, *con_md2=NULL, *con3=NULL, *con_md3=NULL;
  1130. ns_detached_signatures_t *dsig1=NULL, *dsig2=NULL;
  1131. test_assert(vrs_gen);
  1132. test_assert(rs_test);
  1133. test_assert(vrs_test);
  1134. /* Parse certificates and keys. */
  1135. cert1 = authority_cert_parse_from_string(AUTHORITY_CERT_1, NULL);
  1136. test_assert(cert1);
  1137. cert2 = authority_cert_parse_from_string(AUTHORITY_CERT_2, NULL);
  1138. test_assert(cert2);
  1139. cert3 = authority_cert_parse_from_string(AUTHORITY_CERT_3, NULL);
  1140. test_assert(cert3);
  1141. sign_skey_1 = crypto_pk_new();
  1142. sign_skey_2 = crypto_pk_new();
  1143. sign_skey_3 = crypto_pk_new();
  1144. sign_skey_leg1 = pk_generate(4);
  1145. test_assert(!crypto_pk_read_private_key_from_string(sign_skey_1,
  1146. AUTHORITY_SIGNKEY_1, -1));
  1147. test_assert(!crypto_pk_read_private_key_from_string(sign_skey_2,
  1148. AUTHORITY_SIGNKEY_2, -1));
  1149. test_assert(!crypto_pk_read_private_key_from_string(sign_skey_3,
  1150. AUTHORITY_SIGNKEY_3, -1));
  1151. test_assert(!crypto_pk_cmp_keys(sign_skey_1, cert1->signing_key));
  1152. test_assert(!crypto_pk_cmp_keys(sign_skey_2, cert2->signing_key));
  1153. /*
  1154. * Set up a vote; generate it; try to parse it.
  1155. */
  1156. vote = tor_malloc_zero(sizeof(networkstatus_t));
  1157. vote->type = NS_TYPE_VOTE;
  1158. vote->published = now;
  1159. vote->valid_after = now+1000;
  1160. vote->fresh_until = now+2000;
  1161. vote->valid_until = now+3000;
  1162. vote->vote_seconds = 100;
  1163. vote->dist_seconds = 200;
  1164. vote->supported_methods = smartlist_new();
  1165. smartlist_split_string(vote->supported_methods, "1 2 3", NULL, 0, -1);
  1166. vote->client_versions = tor_strdup("0.1.2.14,0.1.2.15");
  1167. vote->server_versions = tor_strdup("0.1.2.14,0.1.2.15,0.1.2.16");
  1168. vote->known_flags = smartlist_new();
  1169. smartlist_split_string(vote->known_flags,
  1170. "Authority Exit Fast Guard Running Stable V2Dir Valid",
  1171. 0, SPLIT_SKIP_SPACE|SPLIT_IGNORE_BLANK, 0);
  1172. vote->voters = smartlist_new();
  1173. voter = tor_malloc_zero(sizeof(networkstatus_voter_info_t));
  1174. voter->nickname = tor_strdup("Voter1");
  1175. voter->address = tor_strdup("1.2.3.4");
  1176. voter->addr = 0x01020304;
  1177. voter->dir_port = 80;
  1178. voter->or_port = 9000;
  1179. voter->contact = tor_strdup("voter@example.com");
  1180. crypto_pk_get_digest(cert1->identity_key, voter->identity_digest);
  1181. smartlist_add(vote->voters, voter);
  1182. vote->cert = authority_cert_dup(cert1);
  1183. vote->net_params = smartlist_new();
  1184. smartlist_split_string(vote->net_params, "circuitwindow=101 foo=990",
  1185. NULL, 0, 0);
  1186. vote->routerstatus_list = smartlist_new();
  1187. /* add routerstatuses */
  1188. idx = 0;
  1189. do {
  1190. vrs = vrs_gen(idx, now);
  1191. if (vrs) {
  1192. smartlist_add(vote->routerstatus_list, vrs);
  1193. test_assert(router_add_to_routerlist(generate_ri_from_rs(vrs),
  1194. &msg,0,0)>=0);
  1195. ++idx;
  1196. }
  1197. } while (vrs);
  1198. n_vrs = idx;
  1199. /* dump the vote and try to parse it. */
  1200. v1_text = format_networkstatus_vote(sign_skey_1, vote);
  1201. test_assert(v1_text);
  1202. v1 = networkstatus_parse_vote_from_string(v1_text, NULL, NS_TYPE_VOTE);
  1203. test_assert(v1);
  1204. /* Make sure the parsed thing was right. */
  1205. test_eq(v1->type, NS_TYPE_VOTE);
  1206. test_eq(v1->published, vote->published);
  1207. test_eq(v1->valid_after, vote->valid_after);
  1208. test_eq(v1->fresh_until, vote->fresh_until);
  1209. test_eq(v1->valid_until, vote->valid_until);
  1210. test_eq(v1->vote_seconds, vote->vote_seconds);
  1211. test_eq(v1->dist_seconds, vote->dist_seconds);
  1212. test_streq(v1->client_versions, vote->client_versions);
  1213. test_streq(v1->server_versions, vote->server_versions);
  1214. test_assert(v1->voters && smartlist_len(v1->voters));
  1215. voter = smartlist_get(v1->voters, 0);
  1216. test_streq(voter->nickname, "Voter1");
  1217. test_streq(voter->address, "1.2.3.4");
  1218. test_eq(voter->addr, 0x01020304);
  1219. test_eq(voter->dir_port, 80);
  1220. test_eq(voter->or_port, 9000);
  1221. test_streq(voter->contact, "voter@example.com");
  1222. test_assert(v1->cert);
  1223. test_assert(!crypto_pk_cmp_keys(sign_skey_1, v1->cert->signing_key));
  1224. cp = smartlist_join_strings(v1->known_flags, ":", 0, NULL);
  1225. test_streq(cp, "Authority:Exit:Fast:Guard:Running:Stable:V2Dir:Valid");
  1226. tor_free(cp);
  1227. test_eq(smartlist_len(v1->routerstatus_list), n_vrs);
  1228. if (vote_tweaks) params_tweaked += vote_tweaks(v1, 1, now);
  1229. /* Check the routerstatuses. */
  1230. for (idx = 0; idx < n_vrs; ++idx) {
  1231. vrs = smartlist_get(v1->routerstatus_list, idx);
  1232. test_assert(vrs);
  1233. vrs_test(vrs, 1, now);
  1234. }
  1235. /* Generate second vote. It disagrees on some of the times,
  1236. * and doesn't list versions, and knows some crazy flags */
  1237. vote->published = now+1;
  1238. vote->fresh_until = now+3005;
  1239. vote->dist_seconds = 300;
  1240. authority_cert_free(vote->cert);
  1241. vote->cert = authority_cert_dup(cert2);
  1242. vote->net_params = smartlist_new();
  1243. smartlist_split_string(vote->net_params, "bar=2000000000 circuitwindow=20",
  1244. NULL, 0, 0);
  1245. tor_free(vote->client_versions);
  1246. tor_free(vote->server_versions);
  1247. voter = smartlist_get(vote->voters, 0);
  1248. tor_free(voter->nickname);
  1249. tor_free(voter->address);
  1250. voter->nickname = tor_strdup("Voter2");
  1251. voter->address = tor_strdup("2.3.4.5");
  1252. voter->addr = 0x02030405;
  1253. crypto_pk_get_digest(cert2->identity_key, voter->identity_digest);
  1254. smartlist_add(vote->known_flags, tor_strdup("MadeOfCheese"));
  1255. smartlist_add(vote->known_flags, tor_strdup("MadeOfTin"));
  1256. smartlist_sort_strings(vote->known_flags);
  1257. /* generate and parse v2. */
  1258. v2_text = format_networkstatus_vote(sign_skey_2, vote);
  1259. test_assert(v2_text);
  1260. v2 = networkstatus_parse_vote_from_string(v2_text, NULL, NS_TYPE_VOTE);
  1261. test_assert(v2);
  1262. if (vote_tweaks) params_tweaked += vote_tweaks(v2, 2, now);
  1263. /* Check that flags come out right.*/
  1264. cp = smartlist_join_strings(v2->known_flags, ":", 0, NULL);
  1265. test_streq(cp, "Authority:Exit:Fast:Guard:MadeOfCheese:MadeOfTin:"
  1266. "Running:Stable:V2Dir:Valid");
  1267. tor_free(cp);
  1268. /* Check the routerstatuses. */
  1269. n_vrs = smartlist_len(v2->routerstatus_list);
  1270. for (idx = 0; idx < n_vrs; ++idx) {
  1271. vrs = smartlist_get(v2->routerstatus_list, idx);
  1272. test_assert(vrs);
  1273. vrs_test(vrs, 2, now);
  1274. }
  1275. /* Generate the third vote. */
  1276. vote->published = now;
  1277. vote->fresh_until = now+2003;
  1278. vote->dist_seconds = 250;
  1279. authority_cert_free(vote->cert);
  1280. vote->cert = authority_cert_dup(cert3);
  1281. vote->net_params = smartlist_new();
  1282. smartlist_split_string(vote->net_params, "circuitwindow=80 foo=660",
  1283. NULL, 0, 0);
  1284. smartlist_add(vote->supported_methods, tor_strdup("4"));
  1285. vote->client_versions = tor_strdup("0.1.2.14,0.1.2.17");
  1286. vote->server_versions = tor_strdup("0.1.2.10,0.1.2.15,0.1.2.16");
  1287. voter = smartlist_get(vote->voters, 0);
  1288. tor_free(voter->nickname);
  1289. tor_free(voter->address);
  1290. voter->nickname = tor_strdup("Voter3");
  1291. voter->address = tor_strdup("3.4.5.6");
  1292. voter->addr = 0x03040506;
  1293. crypto_pk_get_digest(cert3->identity_key, voter->identity_digest);
  1294. /* This one has a legacy id. */
  1295. memset(voter->legacy_id_digest, (int)'A', DIGEST_LEN);
  1296. v3_text = format_networkstatus_vote(sign_skey_3, vote);
  1297. test_assert(v3_text);
  1298. v3 = networkstatus_parse_vote_from_string(v3_text, NULL, NS_TYPE_VOTE);
  1299. test_assert(v3);
  1300. if (vote_tweaks) params_tweaked += vote_tweaks(v3, 3, now);
  1301. /* Compute a consensus as voter 3. */
  1302. smartlist_add(votes, v3);
  1303. smartlist_add(votes, v1);
  1304. smartlist_add(votes, v2);
  1305. consensus_text = networkstatus_compute_consensus(votes, 3,
  1306. cert3->identity_key,
  1307. sign_skey_3,
  1308. "AAAAAAAAAAAAAAAAAAAA",
  1309. sign_skey_leg1,
  1310. FLAV_NS);
  1311. test_assert(consensus_text);
  1312. con = networkstatus_parse_vote_from_string(consensus_text, NULL,
  1313. NS_TYPE_CONSENSUS);
  1314. test_assert(con);
  1315. //log_notice(LD_GENERAL, "<<%s>>\n<<%s>>\n<<%s>>\n",
  1316. // v1_text, v2_text, v3_text);
  1317. consensus_text_md = networkstatus_compute_consensus(votes, 3,
  1318. cert3->identity_key,
  1319. sign_skey_3,
  1320. "AAAAAAAAAAAAAAAAAAAA",
  1321. sign_skey_leg1,
  1322. FLAV_MICRODESC);
  1323. test_assert(consensus_text_md);
  1324. con_md = networkstatus_parse_vote_from_string(consensus_text_md, NULL,
  1325. NS_TYPE_CONSENSUS);
  1326. test_assert(con_md);
  1327. test_eq(con_md->flavor, FLAV_MICRODESC);
  1328. /* Check consensus contents. */
  1329. test_assert(con->type == NS_TYPE_CONSENSUS);
  1330. test_eq(con->published, 0); /* this field only appears in votes. */
  1331. test_eq(con->valid_after, now+1000);
  1332. test_eq(con->fresh_until, now+2003); /* median */
  1333. test_eq(con->valid_until, now+3000);
  1334. test_eq(con->vote_seconds, 100);
  1335. test_eq(con->dist_seconds, 250); /* median */
  1336. test_streq(con->client_versions, "0.1.2.14");
  1337. test_streq(con->server_versions, "0.1.2.15,0.1.2.16");
  1338. cp = smartlist_join_strings(v2->known_flags, ":", 0, NULL);
  1339. test_streq(cp, "Authority:Exit:Fast:Guard:MadeOfCheese:MadeOfTin:"
  1340. "Running:Stable:V2Dir:Valid");
  1341. tor_free(cp);
  1342. if (!params_tweaked) {
  1343. /* Skip this one if vote_tweaks() messed with the param lists */
  1344. cp = smartlist_join_strings(con->net_params, ":", 0, NULL);
  1345. test_streq(cp, "circuitwindow=80:foo=660");
  1346. tor_free(cp);
  1347. }
  1348. test_eq(4, smartlist_len(con->voters)); /*3 voters, 1 legacy key.*/
  1349. /* The voter id digests should be in this order. */
  1350. test_assert(memcmp(cert2->cache_info.identity_digest,
  1351. cert1->cache_info.identity_digest,DIGEST_LEN)<0);
  1352. test_assert(memcmp(cert1->cache_info.identity_digest,
  1353. cert3->cache_info.identity_digest,DIGEST_LEN)<0);
  1354. test_same_voter(smartlist_get(con->voters, 1),
  1355. smartlist_get(v2->voters, 0));
  1356. test_same_voter(smartlist_get(con->voters, 2),
  1357. smartlist_get(v1->voters, 0));
  1358. test_same_voter(smartlist_get(con->voters, 3),
  1359. smartlist_get(v3->voters, 0));
  1360. consensus_test(con, now);
  1361. /* Check the routerstatuses. */
  1362. n_rs = smartlist_len(con->routerstatus_list);
  1363. for (idx = 0; idx < n_rs; ++idx) {
  1364. rs = smartlist_get(con->routerstatus_list, idx);
  1365. test_assert(rs);
  1366. rs_test(rs, now);
  1367. }
  1368. /* Check signatures. the first voter is a pseudo-entry with a legacy key.
  1369. * The second one hasn't signed. The fourth one has signed: validate it. */
  1370. voter = smartlist_get(con->voters, 1);
  1371. test_eq(smartlist_len(voter->sigs), 0);
  1372. voter = smartlist_get(con->voters, 3);
  1373. test_eq(smartlist_len(voter->sigs), 1);
  1374. sig = smartlist_get(voter->sigs, 0);
  1375. test_assert(sig->signature);
  1376. test_assert(!sig->good_signature);
  1377. test_assert(!sig->bad_signature);
  1378. test_assert(!networkstatus_check_document_signature(con, sig, cert3));
  1379. test_assert(sig->signature);
  1380. test_assert(sig->good_signature);
  1381. test_assert(!sig->bad_signature);
  1382. {
  1383. const char *msg=NULL;
  1384. /* Compute the other two signed consensuses. */
  1385. smartlist_shuffle(votes);
  1386. consensus_text2 = networkstatus_compute_consensus(votes, 3,
  1387. cert2->identity_key,
  1388. sign_skey_2, NULL,NULL,
  1389. FLAV_NS);
  1390. consensus_text_md2 = networkstatus_compute_consensus(votes, 3,
  1391. cert2->identity_key,
  1392. sign_skey_2, NULL,NULL,
  1393. FLAV_MICRODESC);
  1394. smartlist_shuffle(votes);
  1395. consensus_text3 = networkstatus_compute_consensus(votes, 3,
  1396. cert1->identity_key,
  1397. sign_skey_1, NULL,NULL,
  1398. FLAV_NS);
  1399. consensus_text_md3 = networkstatus_compute_consensus(votes, 3,
  1400. cert1->identity_key,
  1401. sign_skey_1, NULL,NULL,
  1402. FLAV_MICRODESC);
  1403. test_assert(consensus_text2);
  1404. test_assert(consensus_text3);
  1405. test_assert(consensus_text_md2);
  1406. test_assert(consensus_text_md3);
  1407. con2 = networkstatus_parse_vote_from_string(consensus_text2, NULL,
  1408. NS_TYPE_CONSENSUS);
  1409. con3 = networkstatus_parse_vote_from_string(consensus_text3, NULL,
  1410. NS_TYPE_CONSENSUS);
  1411. con_md2 = networkstatus_parse_vote_from_string(consensus_text_md2, NULL,
  1412. NS_TYPE_CONSENSUS);
  1413. con_md3 = networkstatus_parse_vote_from_string(consensus_text_md3, NULL,
  1414. NS_TYPE_CONSENSUS);
  1415. test_assert(con2);
  1416. test_assert(con3);
  1417. test_assert(con_md2);
  1418. test_assert(con_md3);
  1419. /* All three should have the same digest. */
  1420. test_memeq(&con->digests, &con2->digests, sizeof(digests_t));
  1421. test_memeq(&con->digests, &con3->digests, sizeof(digests_t));
  1422. test_memeq(&con_md->digests, &con_md2->digests, sizeof(digests_t));
  1423. test_memeq(&con_md->digests, &con_md3->digests, sizeof(digests_t));
  1424. /* Extract a detached signature from con3. */
  1425. detached_text1 = get_detached_sigs(con3, con_md3);
  1426. tt_assert(detached_text1);
  1427. /* Try to parse it. */
  1428. dsig1 = networkstatus_parse_detached_signatures(detached_text1, NULL);
  1429. tt_assert(dsig1);
  1430. /* Are parsed values as expected? */
  1431. test_eq(dsig1->valid_after, con3->valid_after);
  1432. test_eq(dsig1->fresh_until, con3->fresh_until);
  1433. test_eq(dsig1->valid_until, con3->valid_until);
  1434. {
  1435. digests_t *dsig_digests = strmap_get(dsig1->digests, "ns");
  1436. test_assert(dsig_digests);
  1437. test_memeq(dsig_digests->d[DIGEST_SHA1], con3->digests.d[DIGEST_SHA1],
  1438. DIGEST_LEN);
  1439. dsig_digests = strmap_get(dsig1->digests, "microdesc");
  1440. test_assert(dsig_digests);
  1441. test_memeq(dsig_digests->d[DIGEST_SHA256],
  1442. con_md3->digests.d[DIGEST_SHA256],
  1443. DIGEST256_LEN);
  1444. }
  1445. {
  1446. smartlist_t *dsig_signatures = strmap_get(dsig1->signatures, "ns");
  1447. test_assert(dsig_signatures);
  1448. test_eq(1, smartlist_len(dsig_signatures));
  1449. sig = smartlist_get(dsig_signatures, 0);
  1450. test_memeq(sig->identity_digest, cert1->cache_info.identity_digest,
  1451. DIGEST_LEN);
  1452. test_eq(sig->alg, DIGEST_SHA1);
  1453. dsig_signatures = strmap_get(dsig1->signatures, "microdesc");
  1454. test_assert(dsig_signatures);
  1455. test_eq(1, smartlist_len(dsig_signatures));
  1456. sig = smartlist_get(dsig_signatures, 0);
  1457. test_memeq(sig->identity_digest, cert1->cache_info.identity_digest,
  1458. DIGEST_LEN);
  1459. test_eq(sig->alg, DIGEST_SHA256);
  1460. }
  1461. /* Try adding it to con2. */
  1462. detached_text2 = get_detached_sigs(con2,con_md2);
  1463. test_eq(1, networkstatus_add_detached_signatures(con2, dsig1, "test",
  1464. LOG_INFO, &msg));
  1465. tor_free(detached_text2);
  1466. test_eq(1, networkstatus_add_detached_signatures(con_md2, dsig1, "test",
  1467. LOG_INFO, &msg));
  1468. tor_free(detached_text2);
  1469. detached_text2 = get_detached_sigs(con2,con_md2);
  1470. //printf("\n<%s>\n", detached_text2);
  1471. dsig2 = networkstatus_parse_detached_signatures(detached_text2, NULL);
  1472. test_assert(dsig2);
  1473. /*
  1474. printf("\n");
  1475. SMARTLIST_FOREACH(dsig2->signatures, networkstatus_voter_info_t *, vi, {
  1476. char hd[64];
  1477. base16_encode(hd, sizeof(hd), vi->identity_digest, DIGEST_LEN);
  1478. printf("%s\n", hd);
  1479. });
  1480. */
  1481. test_eq(2,
  1482. smartlist_len((smartlist_t*)strmap_get(dsig2->signatures, "ns")));
  1483. test_eq(2,
  1484. smartlist_len((smartlist_t*)strmap_get(dsig2->signatures,
  1485. "microdesc")));
  1486. /* Try adding to con2 twice; verify that nothing changes. */
  1487. test_eq(0, networkstatus_add_detached_signatures(con2, dsig1, "test",
  1488. LOG_INFO, &msg));
  1489. /* Add to con. */
  1490. test_eq(2, networkstatus_add_detached_signatures(con, dsig2, "test",
  1491. LOG_INFO, &msg));
  1492. /* Check signatures */
  1493. voter = smartlist_get(con->voters, 1);
  1494. sig = smartlist_get(voter->sigs, 0);
  1495. test_assert(sig);
  1496. test_assert(!networkstatus_check_document_signature(con, sig, cert2));
  1497. voter = smartlist_get(con->voters, 2);
  1498. sig = smartlist_get(voter->sigs, 0);
  1499. test_assert(sig);
  1500. test_assert(!networkstatus_check_document_signature(con, sig, cert1));
  1501. }
  1502. done:
  1503. smartlist_free(votes);
  1504. tor_free(v1_text);
  1505. tor_free(v2_text);
  1506. tor_free(v3_text);
  1507. tor_free(consensus_text);
  1508. tor_free(consensus_text_md);
  1509. if (vote)
  1510. networkstatus_vote_free(vote);
  1511. if (v1)
  1512. networkstatus_vote_free(v1);
  1513. if (v2)
  1514. networkstatus_vote_free(v2);
  1515. if (v3)
  1516. networkstatus_vote_free(v3);
  1517. if (con)
  1518. networkstatus_vote_free(con);
  1519. if (con_md)
  1520. networkstatus_vote_free(con_md);
  1521. if (sign_skey_1)
  1522. crypto_pk_free(sign_skey_1);
  1523. if (sign_skey_2)
  1524. crypto_pk_free(sign_skey_2);
  1525. if (sign_skey_3)
  1526. crypto_pk_free(sign_skey_3);
  1527. if (sign_skey_leg1)
  1528. crypto_pk_free(sign_skey_leg1);
  1529. if (cert1)
  1530. authority_cert_free(cert1);
  1531. if (cert2)
  1532. authority_cert_free(cert2);
  1533. if (cert3)
  1534. authority_cert_free(cert3);
  1535. tor_free(consensus_text2);
  1536. tor_free(consensus_text3);
  1537. tor_free(consensus_text_md2);
  1538. tor_free(consensus_text_md3);
  1539. tor_free(detached_text1);
  1540. tor_free(detached_text2);
  1541. if (con2)
  1542. networkstatus_vote_free(con2);
  1543. if (con3)
  1544. networkstatus_vote_free(con3);
  1545. if (con_md2)
  1546. networkstatus_vote_free(con_md2);
  1547. if (con_md3)
  1548. networkstatus_vote_free(con_md3);
  1549. if (dsig1)
  1550. ns_detached_signatures_free(dsig1);
  1551. if (dsig2)
  1552. ns_detached_signatures_free(dsig2);
  1553. }
  1554. /** Run unit tests for generating and parsing V3 consensus networkstatus
  1555. * documents. */
  1556. static void
  1557. test_dir_v3_networkstatus(void)
  1558. {
  1559. test_a_networkstatus(gen_routerstatus_for_v3ns,
  1560. vote_tweaks_for_v3ns,
  1561. test_vrs_for_v3ns,
  1562. test_consensus_for_v3ns,
  1563. test_routerstatus_for_v3ns);
  1564. }
  1565. static void
  1566. test_dir_scale_bw(void *testdata)
  1567. {
  1568. double v[8] = { 2.0/3,
  1569. 7.0,
  1570. 1.0,
  1571. 3.0,
  1572. 1.0/5,
  1573. 1.0/7,
  1574. 12.0,
  1575. 24.0 };
  1576. u64_dbl_t vals[8];
  1577. uint64_t total;
  1578. int i;
  1579. (void) testdata;
  1580. for (i=0; i<8; ++i)
  1581. vals[i].dbl = v[i];
  1582. scale_array_elements_to_u64(vals, 8, &total);
  1583. tt_int_op((int)total, ==, 48);
  1584. total = 0;
  1585. for (i=0; i<8; ++i) {
  1586. total += vals[i].u64;
  1587. }
  1588. tt_assert(total >= (U64_LITERAL(1)<<60));
  1589. tt_assert(total <= (U64_LITERAL(1)<<62));
  1590. for (i=0; i<8; ++i) {
  1591. double ratio = ((double)vals[i].u64) / vals[2].u64;
  1592. tt_double_op(fabs(ratio - v[i]), <, .00001);
  1593. }
  1594. done:
  1595. ;
  1596. }
  1597. static void
  1598. test_dir_random_weighted(void *testdata)
  1599. {
  1600. int histogram[10];
  1601. uint64_t vals[10] = {3,1,2,4,6,0,7,5,8,9}, total=0;
  1602. u64_dbl_t inp[10];
  1603. int i, choice;
  1604. const int n = 50000;
  1605. double max_sq_error;
  1606. (void) testdata;
  1607. /* Try a ten-element array with values from 0 through 10. The values are
  1608. * in a scrambled order to make sure we don't depend on order. */
  1609. memset(histogram,0,sizeof(histogram));
  1610. for (i=0; i<10; ++i) {
  1611. inp[i].u64 = vals[i];
  1612. total += vals[i];
  1613. }
  1614. tt_int_op(total, ==, 45);
  1615. for (i=0; i<n; ++i) {
  1616. choice = choose_array_element_by_weight(inp, 10);
  1617. tt_int_op(choice, >=, 0);
  1618. tt_int_op(choice, <, 10);
  1619. histogram[choice]++;
  1620. }
  1621. /* Now see if we chose things about frequently enough. */
  1622. max_sq_error = 0;
  1623. for (i=0; i<10; ++i) {
  1624. int expected = (int)(n*vals[i]/total);
  1625. double frac_diff = 0, sq;
  1626. TT_BLATHER((" %d : %5d vs %5d\n", (int)vals[i], histogram[i], expected));
  1627. if (expected)
  1628. frac_diff = (histogram[i] - expected) / ((double)expected);
  1629. else
  1630. tt_int_op(histogram[i], ==, 0);
  1631. sq = frac_diff * frac_diff;
  1632. if (sq > max_sq_error)
  1633. max_sq_error = sq;
  1634. }
  1635. /* It should almost always be much much less than this. If you want to
  1636. * figure out the odds, please feel free. */
  1637. tt_double_op(max_sq_error, <, .05);
  1638. /* Now try a singleton; do we choose it? */
  1639. for (i = 0; i < 100; ++i) {
  1640. choice = choose_array_element_by_weight(inp, 1);
  1641. tt_int_op(choice, ==, 0);
  1642. }
  1643. /* Now try an array of zeros. We should choose randomly. */
  1644. memset(histogram,0,sizeof(histogram));
  1645. for (i = 0; i < 5; ++i)
  1646. inp[i].u64 = 0;
  1647. for (i = 0; i < n; ++i) {
  1648. choice = choose_array_element_by_weight(inp, 5);
  1649. tt_int_op(choice, >=, 0);
  1650. tt_int_op(choice, <, 5);
  1651. histogram[choice]++;
  1652. }
  1653. /* Now see if we chose things about frequently enough. */
  1654. max_sq_error = 0;
  1655. for (i=0; i<5; ++i) {
  1656. int expected = n/5;
  1657. double frac_diff = 0, sq;
  1658. TT_BLATHER((" %d : %5d vs %5d\n", (int)vals[i], histogram[i], expected));
  1659. frac_diff = (histogram[i] - expected) / ((double)expected);
  1660. sq = frac_diff * frac_diff;
  1661. if (sq > max_sq_error)
  1662. max_sq_error = sq;
  1663. }
  1664. /* It should almost always be much much less than this. If you want to
  1665. * figure out the odds, please feel free. */
  1666. tt_double_op(max_sq_error, <, .05);
  1667. done:
  1668. ;
  1669. }
  1670. /* Function pointers for test_dir_clip_unmeasured_bw_kb() */
  1671. static uint32_t alternate_clip_bw = 0;
  1672. /**
  1673. * Generate a routerstatus for clip_unmeasured_bw_kb test; based on the
  1674. * v3_networkstatus ones.
  1675. */
  1676. static vote_routerstatus_t *
  1677. gen_routerstatus_for_umbw(int idx, time_t now)
  1678. {
  1679. vote_routerstatus_t *vrs = NULL;
  1680. routerstatus_t *rs;
  1681. tor_addr_t addr_ipv6;
  1682. uint32_t max_unmeasured_bw_kb = (alternate_clip_bw > 0) ?
  1683. alternate_clip_bw : DEFAULT_MAX_UNMEASURED_BW_KB;
  1684. switch (idx) {
  1685. case 0:
  1686. /* Generate the first routerstatus. */
  1687. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  1688. rs = &vrs->status;
  1689. vrs->version = tor_strdup("0.1.2.14");
  1690. rs->published_on = now-1500;
  1691. strlcpy(rs->nickname, "router2", sizeof(rs->nickname));
  1692. memset(rs->identity_digest, 3, DIGEST_LEN);
  1693. memset(rs->descriptor_digest, 78, DIGEST_LEN);
  1694. rs->addr = 0x99008801;
  1695. rs->or_port = 443;
  1696. rs->dir_port = 8000;
  1697. /* all flags but running cleared */
  1698. rs->is_flagged_running = 1;
  1699. /*
  1700. * This one has measured bandwidth below the clip cutoff, and
  1701. * so shouldn't be clipped; we'll have to test that it isn't
  1702. * later.
  1703. */
  1704. vrs->has_measured_bw = 1;
  1705. rs->has_bandwidth = 1;
  1706. vrs->measured_bw_kb = rs->bandwidth_kb = max_unmeasured_bw_kb / 2;
  1707. break;
  1708. case 1:
  1709. /* Generate the second routerstatus. */
  1710. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  1711. rs = &vrs->status;
  1712. vrs->version = tor_strdup("0.2.0.5");
  1713. rs->published_on = now-1000;
  1714. strlcpy(rs->nickname, "router1", sizeof(rs->nickname));
  1715. memset(rs->identity_digest, 5, DIGEST_LEN);
  1716. memset(rs->descriptor_digest, 77, DIGEST_LEN);
  1717. rs->addr = 0x99009901;
  1718. rs->or_port = 443;
  1719. rs->dir_port = 0;
  1720. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  1721. tor_addr_copy(&rs->ipv6_addr, &addr_ipv6);
  1722. rs->ipv6_orport = 4711;
  1723. rs->is_exit = rs->is_stable = rs->is_fast = rs->is_flagged_running =
  1724. rs->is_valid = rs->is_v2_dir = rs->is_possible_guard = 1;
  1725. /*
  1726. * This one has measured bandwidth above the clip cutoff, and
  1727. * so shouldn't be clipped; we'll have to test that it isn't
  1728. * later.
  1729. */
  1730. vrs->has_measured_bw = 1;
  1731. rs->has_bandwidth = 1;
  1732. vrs->measured_bw_kb = rs->bandwidth_kb = 2 * max_unmeasured_bw_kb;
  1733. break;
  1734. case 2:
  1735. /* Generate the third routerstatus. */
  1736. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  1737. rs = &vrs->status;
  1738. vrs->version = tor_strdup("0.1.0.3");
  1739. rs->published_on = now-1000;
  1740. strlcpy(rs->nickname, "router3", sizeof(rs->nickname));
  1741. memset(rs->identity_digest, 0x33, DIGEST_LEN);
  1742. memset(rs->descriptor_digest, 79, DIGEST_LEN);
  1743. rs->addr = 0xAA009901;
  1744. rs->or_port = 400;
  1745. rs->dir_port = 9999;
  1746. rs->is_authority = rs->is_exit = rs->is_stable = rs->is_fast =
  1747. rs->is_flagged_running = rs->is_valid = rs->is_v2_dir =
  1748. rs->is_possible_guard = 1;
  1749. /*
  1750. * This one has unmeasured bandwidth above the clip cutoff, and
  1751. * so should be clipped; we'll have to test that it isn't
  1752. * later.
  1753. */
  1754. vrs->has_measured_bw = 0;
  1755. rs->has_bandwidth = 1;
  1756. vrs->measured_bw_kb = 0;
  1757. rs->bandwidth_kb = 2 * max_unmeasured_bw_kb;
  1758. break;
  1759. case 3:
  1760. /* Generate a fourth routerstatus that is not running. */
  1761. vrs = tor_malloc_zero(sizeof(vote_routerstatus_t));
  1762. rs = &vrs->status;
  1763. vrs->version = tor_strdup("0.1.6.3");
  1764. rs->published_on = now-1000;
  1765. strlcpy(rs->nickname, "router4", sizeof(rs->nickname));
  1766. memset(rs->identity_digest, 0x34, DIGEST_LEN);
  1767. memset(rs->descriptor_digest, 47, DIGEST_LEN);
  1768. rs->addr = 0xC0000203;
  1769. rs->or_port = 500;
  1770. rs->dir_port = 1999;
  1771. /* all flags but running cleared */
  1772. rs->is_flagged_running = 1;
  1773. /*
  1774. * This one has unmeasured bandwidth below the clip cutoff, and
  1775. * so shouldn't be clipped; we'll have to test that it isn't
  1776. * later.
  1777. */
  1778. vrs->has_measured_bw = 0;
  1779. rs->has_bandwidth = 1;
  1780. vrs->measured_bw_kb = 0;
  1781. rs->bandwidth_kb = max_unmeasured_bw_kb / 2;
  1782. break;
  1783. case 4:
  1784. /* No more for this test; return NULL */
  1785. vrs = NULL;
  1786. break;
  1787. default:
  1788. /* Shouldn't happen */
  1789. test_assert(0);
  1790. }
  1791. if (vrs) {
  1792. vrs->microdesc = tor_malloc_zero(sizeof(vote_microdesc_hash_t));
  1793. tor_asprintf(&vrs->microdesc->microdesc_hash_line,
  1794. "m 9,10,11,12,13,14,15,16,17 "
  1795. "sha256=xyzajkldsdsajdadlsdjaslsdksdjlsdjsdaskdaaa%d\n",
  1796. idx);
  1797. }
  1798. done:
  1799. return vrs;
  1800. }
  1801. /** Apply tweaks to the vote list for each voter; for the umbw test this is
  1802. * just adding the right consensus methods to let clipping happen */
  1803. static int
  1804. vote_tweaks_for_umbw(networkstatus_t *v, int voter, time_t now)
  1805. {
  1806. char *maxbw_param = NULL;
  1807. int rv = 0;
  1808. test_assert(v);
  1809. (void)voter;
  1810. (void)now;
  1811. test_assert(v->supported_methods);
  1812. smartlist_clear(v->supported_methods);
  1813. /* Method 17 is MIN_METHOD_TO_CLIP_UNMEASURED_BW_KB */
  1814. smartlist_split_string(v->supported_methods,
  1815. "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17",
  1816. NULL, 0, -1);
  1817. /* If we're using a non-default clip bandwidth, add it to net_params */
  1818. if (alternate_clip_bw > 0) {
  1819. tor_asprintf(&maxbw_param, "maxunmeasuredbw=%u", alternate_clip_bw);
  1820. test_assert(maxbw_param);
  1821. if (maxbw_param) {
  1822. smartlist_add(v->net_params, maxbw_param);
  1823. rv = 1;
  1824. }
  1825. }
  1826. done:
  1827. return rv;
  1828. }
  1829. /**
  1830. * Test a parsed vote_routerstatus_t for umbw test.
  1831. */
  1832. static void
  1833. test_vrs_for_umbw(vote_routerstatus_t *vrs, int voter, time_t now)
  1834. {
  1835. routerstatus_t *rs;
  1836. tor_addr_t addr_ipv6;
  1837. uint32_t max_unmeasured_bw_kb = (alternate_clip_bw > 0) ?
  1838. alternate_clip_bw : DEFAULT_MAX_UNMEASURED_BW_KB;
  1839. (void)voter;
  1840. test_assert(vrs);
  1841. rs = &(vrs->status);
  1842. test_assert(rs);
  1843. /* Split out by digests to test */
  1844. if (tor_memeq(rs->identity_digest,
  1845. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  1846. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3",
  1847. DIGEST_LEN)) {
  1848. /*
  1849. * Check the first routerstatus - measured bandwidth below the clip
  1850. * cutoff.
  1851. */
  1852. test_streq(vrs->version, "0.1.2.14");
  1853. test_eq(rs->published_on, now-1500);
  1854. test_streq(rs->nickname, "router2");
  1855. test_memeq(rs->identity_digest,
  1856. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  1857. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3",
  1858. DIGEST_LEN);
  1859. test_memeq(rs->descriptor_digest, "NNNNNNNNNNNNNNNNNNNN", DIGEST_LEN);
  1860. test_eq(rs->addr, 0x99008801);
  1861. test_eq(rs->or_port, 443);
  1862. test_eq(rs->dir_port, 8000);
  1863. test_assert(rs->has_bandwidth);
  1864. test_assert(vrs->has_measured_bw);
  1865. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb / 2);
  1866. test_eq(vrs->measured_bw_kb, max_unmeasured_bw_kb / 2);
  1867. } else if (tor_memeq(rs->identity_digest,
  1868. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  1869. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5",
  1870. DIGEST_LEN)) {
  1871. /*
  1872. * Check the second routerstatus - measured bandwidth above the clip
  1873. * cutoff.
  1874. */
  1875. test_streq(vrs->version, "0.2.0.5");
  1876. test_eq(rs->published_on, now-1000);
  1877. test_streq(rs->nickname, "router1");
  1878. test_memeq(rs->identity_digest,
  1879. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  1880. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5",
  1881. DIGEST_LEN);
  1882. test_memeq(rs->descriptor_digest, "MMMMMMMMMMMMMMMMMMMM", DIGEST_LEN);
  1883. test_eq(rs->addr, 0x99009901);
  1884. test_eq(rs->or_port, 443);
  1885. test_eq(rs->dir_port, 0);
  1886. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  1887. test_assert(tor_addr_eq(&rs->ipv6_addr, &addr_ipv6));
  1888. test_eq(rs->ipv6_orport, 4711);
  1889. test_assert(rs->has_bandwidth);
  1890. test_assert(vrs->has_measured_bw);
  1891. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb * 2);
  1892. test_eq(vrs->measured_bw_kb, max_unmeasured_bw_kb * 2);
  1893. } else if (tor_memeq(rs->identity_digest,
  1894. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33"
  1895. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33",
  1896. DIGEST_LEN)) {
  1897. /*
  1898. * Check the third routerstatus - unmeasured bandwidth above the clip
  1899. * cutoff; this one should be clipped later on in the consensus, but
  1900. * appears unclipped in the vote.
  1901. */
  1902. test_assert(rs->has_bandwidth);
  1903. test_assert(!(vrs->has_measured_bw));
  1904. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb * 2);
  1905. test_eq(vrs->measured_bw_kb, 0);
  1906. } else if (tor_memeq(rs->identity_digest,
  1907. "\x34\x34\x34\x34\x34\x34\x34\x34\x34\x34"
  1908. "\x34\x34\x34\x34\x34\x34\x34\x34\x34\x34",
  1909. DIGEST_LEN)) {
  1910. /*
  1911. * Check the fourth routerstatus - unmeasured bandwidth below the clip
  1912. * cutoff; this one should not be clipped.
  1913. */
  1914. test_assert(rs->has_bandwidth);
  1915. test_assert(!(vrs->has_measured_bw));
  1916. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb / 2);
  1917. test_eq(vrs->measured_bw_kb, 0);
  1918. } else {
  1919. test_assert(0);
  1920. }
  1921. done:
  1922. return;
  1923. }
  1924. /**
  1925. * Test a consensus for v3_networkstatus_test
  1926. */
  1927. static void
  1928. test_consensus_for_umbw(networkstatus_t *con, time_t now)
  1929. {
  1930. (void)now;
  1931. test_assert(con);
  1932. test_assert(!con->cert);
  1933. // test_assert(con->consensus_method >= MIN_METHOD_TO_CLIP_UNMEASURED_BW_KB);
  1934. test_assert(con->consensus_method >= 16);
  1935. test_eq(4, smartlist_len(con->routerstatus_list));
  1936. /* There should be four listed routers; all voters saw the same in this */
  1937. done:
  1938. return;
  1939. }
  1940. /**
  1941. * Test a router list entry for umbw test
  1942. */
  1943. static void
  1944. test_routerstatus_for_umbw(routerstatus_t *rs, time_t now)
  1945. {
  1946. tor_addr_t addr_ipv6;
  1947. uint32_t max_unmeasured_bw_kb = (alternate_clip_bw > 0) ?
  1948. alternate_clip_bw : DEFAULT_MAX_UNMEASURED_BW_KB;
  1949. test_assert(rs);
  1950. /* There should be four listed routers, as constructed above */
  1951. if (tor_memeq(rs->identity_digest,
  1952. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  1953. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3",
  1954. DIGEST_LEN)) {
  1955. test_memeq(rs->identity_digest,
  1956. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3"
  1957. "\x3\x3\x3\x3\x3\x3\x3\x3\x3\x3",
  1958. DIGEST_LEN);
  1959. test_memeq(rs->descriptor_digest, "NNNNNNNNNNNNNNNNNNNN", DIGEST_LEN);
  1960. test_assert(!rs->is_authority);
  1961. test_assert(!rs->is_exit);
  1962. test_assert(!rs->is_fast);
  1963. test_assert(!rs->is_possible_guard);
  1964. test_assert(!rs->is_stable);
  1965. /* (If it wasn't running it wouldn't be here) */
  1966. test_assert(rs->is_flagged_running);
  1967. test_assert(!rs->is_v2_dir);
  1968. test_assert(!rs->is_valid);
  1969. test_assert(!rs->is_named);
  1970. /* This one should have measured bandwidth below the clip cutoff */
  1971. test_assert(rs->has_bandwidth);
  1972. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb / 2);
  1973. test_assert(!(rs->bw_is_unmeasured));
  1974. } else if (tor_memeq(rs->identity_digest,
  1975. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  1976. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5",
  1977. DIGEST_LEN)) {
  1978. /* This one showed up in 3 digests. Twice with ID 'M', once with 'Z'. */
  1979. test_memeq(rs->identity_digest,
  1980. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5"
  1981. "\x5\x5\x5\x5\x5\x5\x5\x5\x5\x5",
  1982. DIGEST_LEN);
  1983. test_streq(rs->nickname, "router1");
  1984. test_memeq(rs->descriptor_digest, "MMMMMMMMMMMMMMMMMMMM", DIGEST_LEN);
  1985. test_eq(rs->published_on, now-1000);
  1986. test_eq(rs->addr, 0x99009901);
  1987. test_eq(rs->or_port, 443);
  1988. test_eq(rs->dir_port, 0);
  1989. tor_addr_parse(&addr_ipv6, "[1:2:3::4]");
  1990. test_assert(tor_addr_eq(&rs->ipv6_addr, &addr_ipv6));
  1991. test_eq(rs->ipv6_orport, 4711);
  1992. test_assert(!rs->is_authority);
  1993. test_assert(rs->is_exit);
  1994. test_assert(rs->is_fast);
  1995. test_assert(rs->is_possible_guard);
  1996. test_assert(rs->is_stable);
  1997. test_assert(rs->is_flagged_running);
  1998. test_assert(rs->is_v2_dir);
  1999. test_assert(rs->is_valid);
  2000. test_assert(!rs->is_named);
  2001. /* This one should have measured bandwidth above the clip cutoff */
  2002. test_assert(rs->has_bandwidth);
  2003. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb * 2);
  2004. test_assert(!(rs->bw_is_unmeasured));
  2005. } else if (tor_memeq(rs->identity_digest,
  2006. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33"
  2007. "\x33\x33\x33\x33\x33\x33\x33\x33\x33\x33",
  2008. DIGEST_LEN)) {
  2009. /*
  2010. * This one should have unmeasured bandwidth above the clip cutoff,
  2011. * and so should be clipped
  2012. */
  2013. test_assert(rs->has_bandwidth);
  2014. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb);
  2015. test_assert(rs->bw_is_unmeasured);
  2016. } else if (tor_memeq(rs->identity_digest,
  2017. "\x34\x34\x34\x34\x34\x34\x34\x34\x34\x34"
  2018. "\x34\x34\x34\x34\x34\x34\x34\x34\x34\x34",
  2019. DIGEST_LEN)) {
  2020. /*
  2021. * This one should have unmeasured bandwidth below the clip cutoff,
  2022. * and so should not be clipped
  2023. */
  2024. test_assert(rs->has_bandwidth);
  2025. test_eq(rs->bandwidth_kb, max_unmeasured_bw_kb / 2);
  2026. test_assert(rs->bw_is_unmeasured);
  2027. } else {
  2028. /* Weren't expecting this... */
  2029. test_assert(0);
  2030. }
  2031. done:
  2032. return;
  2033. }
  2034. /**
  2035. * Compute a consensus involving clipping unmeasured bandwidth with consensus
  2036. * method 17; this uses the same test_a_networkstatus() function that the
  2037. * v3_networkstatus test uses.
  2038. */
  2039. static void
  2040. test_dir_clip_unmeasured_bw_kb(void)
  2041. {
  2042. /* Run the test with the default clip bandwidth */
  2043. alternate_clip_bw = 0;
  2044. test_a_networkstatus(gen_routerstatus_for_umbw,
  2045. vote_tweaks_for_umbw,
  2046. test_vrs_for_umbw,
  2047. test_consensus_for_umbw,
  2048. test_routerstatus_for_umbw);
  2049. }
  2050. /**
  2051. * This version of test_dir_clip_unmeasured_bw_kb() uses a non-default choice
  2052. * of clip bandwidth.
  2053. */
  2054. static void
  2055. test_dir_clip_unmeasured_bw_kb_alt(void)
  2056. {
  2057. /*
  2058. * Try a different one; this value is chosen so that the below-the-cutoff
  2059. * unmeasured nodes the test uses, at alternate_clip_bw / 2, will be above
  2060. * DEFAULT_MAX_UNMEASURED_BW_KB and if the consensus incorrectly uses that
  2061. * cutoff it will fail the test.
  2062. */
  2063. alternate_clip_bw = 3 * DEFAULT_MAX_UNMEASURED_BW_KB;
  2064. test_a_networkstatus(gen_routerstatus_for_umbw,
  2065. vote_tweaks_for_umbw,
  2066. test_vrs_for_umbw,
  2067. test_consensus_for_umbw,
  2068. test_routerstatus_for_umbw);
  2069. }
  2070. extern time_t time_of_process_start; /* from main.c */
  2071. static void
  2072. test_dir_v2_dir(void *arg)
  2073. {
  2074. /* Runs in a forked process: acts like a v2 directory just enough to make and
  2075. * sign a v2 networkstatus opinion */
  2076. cached_dir_t *v2 = NULL;
  2077. or_options_t *options = get_options_mutable();
  2078. crypto_pk_t *id_key = pk_generate(4);
  2079. (void) arg;
  2080. options->ORPort_set = 1; /* So we believe we're a server. */
  2081. options->DirPort_set = 1;
  2082. options->Address = tor_strdup("99.99.99.99");
  2083. options->Nickname = tor_strdup("TestV2Auth");
  2084. options->ContactInfo = tor_strdup("TestV2Auth <testv2auth@example.com>");
  2085. {
  2086. /* Give it a DirPort */
  2087. smartlist_t *ports = (smartlist_t *)get_configured_ports();
  2088. port_cfg_t *port = tor_malloc_zero(sizeof(port_cfg_t));
  2089. port->type = CONN_TYPE_DIR_LISTENER;
  2090. port->port = 9999;
  2091. smartlist_add(ports, port);
  2092. }
  2093. set_server_identity_key(id_key);
  2094. set_client_identity_key(id_key);
  2095. /* Add a router. */
  2096. {
  2097. was_router_added_t wra;
  2098. const char *msg = NULL;
  2099. routerinfo_t *r1 = tor_malloc_zero(sizeof(routerinfo_t));
  2100. r1->address = tor_strdup("18.244.0.1");
  2101. r1->addr = 0xc0a80001u; /* 192.168.0.1 */
  2102. r1->cache_info.published_on = time(NULL)-60;
  2103. r1->or_port = 9000;
  2104. r1->dir_port = 9003;
  2105. tor_addr_parse(&r1->ipv6_addr, "1:2:3:4::");
  2106. r1->ipv6_orport = 9999;
  2107. r1->onion_pkey = pk_generate(1);
  2108. r1->identity_pkey = pk_generate(2);
  2109. r1->bandwidthrate = 1000;
  2110. r1->bandwidthburst = 5000;
  2111. r1->bandwidthcapacity = 10000;
  2112. r1->exit_policy = NULL;
  2113. r1->nickname = tor_strdup("Magri");
  2114. r1->platform = tor_strdup("Tor 0.2.7.7-gamma");
  2115. r1->cache_info.routerlist_index = -1;
  2116. r1->cache_info.signed_descriptor_body =
  2117. router_dump_router_to_string(r1, r1->identity_pkey);
  2118. r1->cache_info.signed_descriptor_len =
  2119. strlen(r1->cache_info.signed_descriptor_body);
  2120. wra = router_add_to_routerlist(r1, &msg, 0, 0);
  2121. tt_int_op(wra, ==, ROUTER_ADDED_SUCCESSFULLY);
  2122. }
  2123. /* Prevent call of rep_hist_note_router_unreachable(). */
  2124. time_of_process_start = time(NULL);
  2125. /* Make a directory so there's somewhere to store the thing */
  2126. #ifdef _WIN32
  2127. mkdir(get_fname("cached-status"));
  2128. #else
  2129. mkdir(get_fname("cached-status"), 0700);
  2130. #endif
  2131. v2 = generate_v2_networkstatus_opinion();
  2132. tt_assert(v2);
  2133. done:
  2134. crypto_pk_free(id_key);
  2135. cached_dir_decref(v2);
  2136. }
  2137. static void
  2138. test_dir_fmt_control_ns(void *arg)
  2139. {
  2140. char *s = NULL;
  2141. routerstatus_t rs;
  2142. (void)arg;
  2143. memset(&rs, 0, sizeof(rs));
  2144. rs.published_on = 1364925198;
  2145. strlcpy(rs.nickname, "TetsuoMilk", sizeof(rs.nickname));
  2146. memcpy(rs.identity_digest, "Stately, plump Buck ", DIGEST_LEN);
  2147. memcpy(rs.descriptor_digest, "Mulligan came up fro", DIGEST_LEN);
  2148. rs.addr = 0x20304050;
  2149. rs.or_port = 9001;
  2150. rs.dir_port = 9002;
  2151. rs.is_exit = 1;
  2152. rs.is_fast = 1;
  2153. rs.is_flagged_running = 1;
  2154. rs.has_bandwidth = 1;
  2155. rs.bandwidth_kb = 1000;
  2156. s = networkstatus_getinfo_helper_single(&rs);
  2157. tt_assert(s);
  2158. tt_str_op(s, ==,
  2159. "r TetsuoMilk U3RhdGVseSwgcGx1bXAgQnVjayA "
  2160. "TXVsbGlnYW4gY2FtZSB1cCBmcm8 2013-04-02 17:53:18 "
  2161. "32.48.64.80 9001 9002\n"
  2162. "s Exit Fast Running\n"
  2163. "w Bandwidth=1000\n");
  2164. done:
  2165. tor_free(s);
  2166. }
  2167. #define DIR_LEGACY(name) \
  2168. { #name, legacy_test_helper, TT_FORK, &legacy_setup, test_dir_ ## name }
  2169. #define DIR(name,flags) \
  2170. { #name, test_dir_##name, (flags), NULL, NULL }
  2171. struct testcase_t dir_tests[] = {
  2172. DIR_LEGACY(nicknames),
  2173. DIR_LEGACY(formats),
  2174. DIR_LEGACY(versions),
  2175. DIR_LEGACY(fp_pairs),
  2176. DIR(split_fps, 0),
  2177. DIR_LEGACY(measured_bw_kb),
  2178. DIR_LEGACY(measured_bw_kb_cache),
  2179. DIR_LEGACY(param_voting),
  2180. DIR_LEGACY(v3_networkstatus),
  2181. DIR(random_weighted, 0),
  2182. DIR(scale_bw, 0),
  2183. DIR_LEGACY(clip_unmeasured_bw_kb),
  2184. DIR_LEGACY(clip_unmeasured_bw_kb_alt),
  2185. DIR(v2_dir, TT_FORK),
  2186. DIR(fmt_control_ns, 0),
  2187. END_OF_TESTCASES
  2188. };