test_dir.c 83 KB

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