connection_or.c 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844
  1. /* Copyright (c) 2001 Matej Pfajfar.
  2. * Copyright (c) 2001-2004, Roger Dingledine.
  3. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
  4. * Copyright (c) 2007-2011, The Tor Project, Inc. */
  5. /* See LICENSE for licensing information */
  6. /**
  7. * \file connection_or.c
  8. * \brief Functions to handle OR connections, TLS handshaking, and
  9. * cells on the network.
  10. **/
  11. #include "or.h"
  12. #include "buffers.h"
  13. #include "circuitbuild.h"
  14. #include "circuitlist.h"
  15. #include "command.h"
  16. #include "config.h"
  17. #include "connection.h"
  18. #include "connection_or.h"
  19. #include "control.h"
  20. #include "dirserv.h"
  21. #include "geoip.h"
  22. #include "main.h"
  23. #include "networkstatus.h"
  24. #include "nodelist.h"
  25. #include "reasons.h"
  26. #include "relay.h"
  27. #include "rephist.h"
  28. #include "router.h"
  29. #include "routerlist.h"
  30. #ifdef USE_BUFFEREVENTS
  31. #include <event2/bufferevent_ssl.h>
  32. #endif
  33. static int connection_tls_finish_handshake(or_connection_t *conn);
  34. static int connection_or_process_cells_from_inbuf(or_connection_t *conn);
  35. static int connection_or_send_versions(or_connection_t *conn);
  36. static int connection_init_or_handshake_state(or_connection_t *conn,
  37. int started_here);
  38. static int connection_or_check_valid_tls_handshake(or_connection_t *conn,
  39. int started_here,
  40. char *digest_rcvd_out);
  41. static void connection_or_tls_renegotiated_cb(tor_tls_t *tls, void *_conn);
  42. #ifdef USE_BUFFEREVENTS
  43. static void connection_or_handle_event_cb(struct bufferevent *bufev,
  44. short event, void *arg);
  45. #include <event2/buffer.h>/*XXXX REMOVE */
  46. #endif
  47. /**************************************************************/
  48. /** Map from identity digest of connected OR or desired OR to a connection_t
  49. * with that identity digest. If there is more than one such connection_t,
  50. * they form a linked list, with next_with_same_id as the next pointer. */
  51. static digestmap_t *orconn_identity_map = NULL;
  52. /** If conn is listed in orconn_identity_map, remove it, and clear
  53. * conn->identity_digest. Otherwise do nothing. */
  54. void
  55. connection_or_remove_from_identity_map(or_connection_t *conn)
  56. {
  57. or_connection_t *tmp;
  58. tor_assert(conn);
  59. if (!orconn_identity_map)
  60. return;
  61. tmp = digestmap_get(orconn_identity_map, conn->identity_digest);
  62. if (!tmp) {
  63. if (!tor_digest_is_zero(conn->identity_digest)) {
  64. log_warn(LD_BUG, "Didn't find connection '%s' on identity map when "
  65. "trying to remove it.",
  66. conn->nickname ? conn->nickname : "NULL");
  67. }
  68. return;
  69. }
  70. if (conn == tmp) {
  71. if (conn->next_with_same_id)
  72. digestmap_set(orconn_identity_map, conn->identity_digest,
  73. conn->next_with_same_id);
  74. else
  75. digestmap_remove(orconn_identity_map, conn->identity_digest);
  76. } else {
  77. while (tmp->next_with_same_id) {
  78. if (tmp->next_with_same_id == conn) {
  79. tmp->next_with_same_id = conn->next_with_same_id;
  80. break;
  81. }
  82. tmp = tmp->next_with_same_id;
  83. }
  84. }
  85. memset(conn->identity_digest, 0, DIGEST_LEN);
  86. conn->next_with_same_id = NULL;
  87. }
  88. /** Remove all entries from the identity-to-orconn map, and clear
  89. * all identities in OR conns.*/
  90. void
  91. connection_or_clear_identity_map(void)
  92. {
  93. smartlist_t *conns = get_connection_array();
  94. SMARTLIST_FOREACH(conns, connection_t *, conn,
  95. {
  96. if (conn->type == CONN_TYPE_OR) {
  97. or_connection_t *or_conn = TO_OR_CONN(conn);
  98. memset(or_conn->identity_digest, 0, DIGEST_LEN);
  99. or_conn->next_with_same_id = NULL;
  100. }
  101. });
  102. digestmap_free(orconn_identity_map, NULL);
  103. orconn_identity_map = NULL;
  104. }
  105. /** Change conn->identity_digest to digest, and add conn into
  106. * orconn_digest_map. */
  107. static void
  108. connection_or_set_identity_digest(or_connection_t *conn, const char *digest)
  109. {
  110. or_connection_t *tmp;
  111. tor_assert(conn);
  112. tor_assert(digest);
  113. if (!orconn_identity_map)
  114. orconn_identity_map = digestmap_new();
  115. if (tor_memeq(conn->identity_digest, digest, DIGEST_LEN))
  116. return;
  117. /* If the identity was set previously, remove the old mapping. */
  118. if (! tor_digest_is_zero(conn->identity_digest))
  119. connection_or_remove_from_identity_map(conn);
  120. memcpy(conn->identity_digest, digest, DIGEST_LEN);
  121. /* If we're setting the ID to zero, don't add a mapping. */
  122. if (tor_digest_is_zero(digest))
  123. return;
  124. tmp = digestmap_set(orconn_identity_map, digest, conn);
  125. conn->next_with_same_id = tmp;
  126. #if 1
  127. /* Testing code to check for bugs in representation. */
  128. for (; tmp; tmp = tmp->next_with_same_id) {
  129. tor_assert(tor_memeq(tmp->identity_digest, digest, DIGEST_LEN));
  130. tor_assert(tmp != conn);
  131. }
  132. #endif
  133. }
  134. /**************************************************************/
  135. /** Map from a string describing what a non-open OR connection was doing when
  136. * failed, to an intptr_t describing the count of connections that failed that
  137. * way. Note that the count is stored _as_ the pointer.
  138. */
  139. static strmap_t *broken_connection_counts;
  140. /** If true, do not record information in <b>broken_connection_counts</b>. */
  141. static int disable_broken_connection_counts = 0;
  142. /** Record that an OR connection failed in <b>state</b>. */
  143. static void
  144. note_broken_connection(const char *state)
  145. {
  146. void *ptr;
  147. intptr_t val;
  148. if (disable_broken_connection_counts)
  149. return;
  150. if (!broken_connection_counts)
  151. broken_connection_counts = strmap_new();
  152. ptr = strmap_get(broken_connection_counts, state);
  153. val = (intptr_t)ptr;
  154. val++;
  155. ptr = (void*)val;
  156. strmap_set(broken_connection_counts, state, ptr);
  157. }
  158. /** Forget all recorded states for failed connections. If
  159. * <b>stop_recording</b> is true, don't record any more. */
  160. void
  161. clear_broken_connection_map(int stop_recording)
  162. {
  163. if (broken_connection_counts)
  164. strmap_free(broken_connection_counts, NULL);
  165. broken_connection_counts = NULL;
  166. if (stop_recording)
  167. disable_broken_connection_counts = 1;
  168. }
  169. /** Write a detailed description the state of <b>orconn</b> into the
  170. * <b>buflen</b>-byte buffer at <b>buf</b>. This description includes not
  171. * only the OR-conn level state but also the TLS state. It's useful for
  172. * diagnosing broken handshakes. */
  173. static void
  174. connection_or_get_state_description(or_connection_t *orconn,
  175. char *buf, size_t buflen)
  176. {
  177. connection_t *conn = TO_CONN(orconn);
  178. const char *conn_state;
  179. char tls_state[256];
  180. tor_assert(conn->type == CONN_TYPE_OR);
  181. conn_state = conn_state_to_string(conn->type, conn->state);
  182. tor_tls_get_state_description(orconn->tls, tls_state, sizeof(tls_state));
  183. tor_snprintf(buf, buflen, "%s with SSL state %s", conn_state, tls_state);
  184. }
  185. /** Record the current state of <b>orconn</b> as the state of a broken
  186. * connection. */
  187. static void
  188. connection_or_note_state_when_broken(or_connection_t *orconn)
  189. {
  190. char buf[256];
  191. if (disable_broken_connection_counts)
  192. return;
  193. connection_or_get_state_description(orconn, buf, sizeof(buf));
  194. log_info(LD_HANDSHAKE,"Connection died in state '%s'", buf);
  195. note_broken_connection(buf);
  196. }
  197. /** Helper type used to sort connection states and find the most frequent. */
  198. typedef struct broken_state_count_t {
  199. intptr_t count;
  200. const char *state;
  201. } broken_state_count_t;
  202. /** Helper function used to sort broken_state_count_t by frequency. */
  203. static int
  204. broken_state_count_compare(const void **a_ptr, const void **b_ptr)
  205. {
  206. const broken_state_count_t *a = *a_ptr, *b = *b_ptr;
  207. if (b->count < a->count)
  208. return -1;
  209. else if (b->count == a->count)
  210. return 0;
  211. else
  212. return 1;
  213. }
  214. /** Upper limit on the number of different states to report for connection
  215. * failure. */
  216. #define MAX_REASONS_TO_REPORT 10
  217. /** Report a list of the top states for failed OR connections at log level
  218. * <b>severity</b>, in log domain <b>domain</b>. */
  219. void
  220. connection_or_report_broken_states(int severity, int domain)
  221. {
  222. int total = 0;
  223. smartlist_t *items;
  224. if (!broken_connection_counts || disable_broken_connection_counts)
  225. return;
  226. items = smartlist_create();
  227. STRMAP_FOREACH(broken_connection_counts, state, void *, countptr) {
  228. broken_state_count_t *c = tor_malloc(sizeof(broken_state_count_t));
  229. c->count = (intptr_t)countptr;
  230. total += (int)c->count;
  231. c->state = state;
  232. smartlist_add(items, c);
  233. } STRMAP_FOREACH_END;
  234. smartlist_sort(items, broken_state_count_compare);
  235. log(severity, domain, "%d connections have failed%s", total,
  236. smartlist_len(items) > MAX_REASONS_TO_REPORT ? ". Top reasons:" : ":");
  237. SMARTLIST_FOREACH_BEGIN(items, const broken_state_count_t *, c) {
  238. if (c_sl_idx > MAX_REASONS_TO_REPORT)
  239. break;
  240. log(severity, domain,
  241. " %d connections died in state %s", (int)c->count, c->state);
  242. } SMARTLIST_FOREACH_END(c);
  243. SMARTLIST_FOREACH(items, broken_state_count_t *, c, tor_free(c));
  244. smartlist_free(items);
  245. }
  246. /**************************************************************/
  247. /** Pack the cell_t host-order structure <b>src</b> into network-order
  248. * in the buffer <b>dest</b>. See tor-spec.txt for details about the
  249. * wire format.
  250. *
  251. * Note that this function doesn't touch <b>dst</b>-\>next: the caller
  252. * should set it or clear it as appropriate.
  253. */
  254. void
  255. cell_pack(packed_cell_t *dst, const cell_t *src)
  256. {
  257. char *dest = dst->body;
  258. set_uint16(dest, htons(src->circ_id));
  259. *(uint8_t*)(dest+2) = src->command;
  260. memcpy(dest+3, src->payload, CELL_PAYLOAD_SIZE);
  261. }
  262. /** Unpack the network-order buffer <b>src</b> into a host-order
  263. * cell_t structure <b>dest</b>.
  264. */
  265. static void
  266. cell_unpack(cell_t *dest, const char *src)
  267. {
  268. dest->circ_id = ntohs(get_uint16(src));
  269. dest->command = *(uint8_t*)(src+2);
  270. memcpy(dest->payload, src+3, CELL_PAYLOAD_SIZE);
  271. }
  272. /** Write the header of <b>cell</b> into the first VAR_CELL_HEADER_SIZE
  273. * bytes of <b>hdr_out</b>. */
  274. void
  275. var_cell_pack_header(const var_cell_t *cell, char *hdr_out)
  276. {
  277. set_uint16(hdr_out, htons(cell->circ_id));
  278. set_uint8(hdr_out+2, cell->command);
  279. set_uint16(hdr_out+3, htons(cell->payload_len));
  280. }
  281. /** Allocate and return a new var_cell_t with <b>payload_len</b> bytes of
  282. * payload space. */
  283. var_cell_t *
  284. var_cell_new(uint16_t payload_len)
  285. {
  286. size_t size = STRUCT_OFFSET(var_cell_t, payload) + payload_len;
  287. var_cell_t *cell = tor_malloc(size);
  288. cell->payload_len = payload_len;
  289. cell->command = 0;
  290. cell->circ_id = 0;
  291. return cell;
  292. }
  293. /** Release all space held by <b>cell</b>. */
  294. void
  295. var_cell_free(var_cell_t *cell)
  296. {
  297. tor_free(cell);
  298. }
  299. /** We've received an EOF from <b>conn</b>. Mark it for close and return. */
  300. int
  301. connection_or_reached_eof(or_connection_t *conn)
  302. {
  303. log_info(LD_OR,"OR connection reached EOF. Closing.");
  304. connection_mark_for_close(TO_CONN(conn));
  305. return 0;
  306. }
  307. /** Handle any new bytes that have come in on connection <b>conn</b>.
  308. * If conn is in 'open' state, hand it to
  309. * connection_or_process_cells_from_inbuf()
  310. * (else do nothing).
  311. */
  312. int
  313. connection_or_process_inbuf(or_connection_t *conn)
  314. {
  315. int ret;
  316. tor_assert(conn);
  317. switch (conn->_base.state) {
  318. case OR_CONN_STATE_PROXY_HANDSHAKING:
  319. ret = connection_read_proxy_handshake(TO_CONN(conn));
  320. /* start TLS after handshake completion, or deal with error */
  321. if (ret == 1) {
  322. tor_assert(TO_CONN(conn)->proxy_state == PROXY_CONNECTED);
  323. if (connection_tls_start_handshake(conn, 0) < 0)
  324. ret = -1;
  325. }
  326. if (ret < 0) {
  327. connection_mark_for_close(TO_CONN(conn));
  328. }
  329. return ret;
  330. #ifdef USE_BUFFEREVENTS
  331. case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
  332. if (tor_tls_server_got_renegotiate(conn->tls))
  333. connection_or_tls_renegotiated_cb(conn->tls, conn);
  334. if (conn->_base.marked_for_close)
  335. return 0;
  336. /* fall through. */
  337. #endif
  338. case OR_CONN_STATE_OPEN:
  339. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  340. return connection_or_process_cells_from_inbuf(conn);
  341. default:
  342. return 0; /* don't do anything */
  343. }
  344. }
  345. /** When adding cells to an OR connection's outbuf, keep adding until the
  346. * outbuf is at least this long, or we run out of cells. */
  347. #define OR_CONN_HIGHWATER (32*1024)
  348. /** Add cells to an OR connection's outbuf whenever the outbuf's data length
  349. * drops below this size. */
  350. #define OR_CONN_LOWWATER (16*1024)
  351. /** Called whenever we have flushed some data on an or_conn: add more data
  352. * from active circuits. */
  353. int
  354. connection_or_flushed_some(or_connection_t *conn)
  355. {
  356. size_t datalen = connection_get_outbuf_len(TO_CONN(conn));
  357. /* If we're under the low water mark, add cells until we're just over the
  358. * high water mark. */
  359. if (datalen < OR_CONN_LOWWATER) {
  360. ssize_t n = CEIL_DIV(OR_CONN_HIGHWATER - datalen, CELL_NETWORK_SIZE);
  361. time_t now = approx_time();
  362. while (conn->active_circuits && n > 0) {
  363. int flushed;
  364. flushed = connection_or_flush_from_first_active_circuit(conn, 1, now);
  365. n -= flushed;
  366. }
  367. }
  368. return 0;
  369. }
  370. /** Connection <b>conn</b> has finished writing and has no bytes left on
  371. * its outbuf.
  372. *
  373. * Otherwise it's in state "open": stop writing and return.
  374. *
  375. * If <b>conn</b> is broken, mark it for close and return -1, else
  376. * return 0.
  377. */
  378. int
  379. connection_or_finished_flushing(or_connection_t *conn)
  380. {
  381. tor_assert(conn);
  382. assert_connection_ok(TO_CONN(conn),0);
  383. switch (conn->_base.state) {
  384. case OR_CONN_STATE_PROXY_HANDSHAKING:
  385. case OR_CONN_STATE_OPEN:
  386. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  387. break;
  388. default:
  389. log_err(LD_BUG,"Called in unexpected state %d.", conn->_base.state);
  390. tor_fragile_assert();
  391. return -1;
  392. }
  393. return 0;
  394. }
  395. /** Connected handler for OR connections: begin the TLS handshake.
  396. */
  397. int
  398. connection_or_finished_connecting(or_connection_t *or_conn)
  399. {
  400. const int proxy_type = or_conn->proxy_type;
  401. connection_t *conn;
  402. tor_assert(or_conn);
  403. conn = TO_CONN(or_conn);
  404. tor_assert(conn->state == OR_CONN_STATE_CONNECTING);
  405. log_debug(LD_HANDSHAKE,"OR connect() to router at %s:%u finished.",
  406. conn->address,conn->port);
  407. control_event_bootstrap(BOOTSTRAP_STATUS_HANDSHAKE, 0);
  408. if (proxy_type != PROXY_NONE) {
  409. /* start proxy handshake */
  410. if (connection_proxy_connect(conn, proxy_type) < 0) {
  411. connection_mark_for_close(conn);
  412. return -1;
  413. }
  414. connection_start_reading(conn);
  415. conn->state = OR_CONN_STATE_PROXY_HANDSHAKING;
  416. return 0;
  417. }
  418. if (connection_tls_start_handshake(or_conn, 0) < 0) {
  419. /* TLS handshaking error of some kind. */
  420. connection_mark_for_close(conn);
  421. return -1;
  422. }
  423. return 0;
  424. }
  425. /* Called when we're about to finally unlink and free an OR connection:
  426. * perform necessary accounting and cleanup */
  427. void
  428. connection_or_about_to_close(or_connection_t *or_conn)
  429. {
  430. time_t now = time(NULL);
  431. connection_t *conn = TO_CONN(or_conn);
  432. /* Remember why we're closing this connection. */
  433. if (conn->state != OR_CONN_STATE_OPEN) {
  434. /* Inform any pending (not attached) circs that they should
  435. * give up. */
  436. circuit_n_conn_done(TO_OR_CONN(conn), 0);
  437. /* now mark things down as needed */
  438. if (connection_or_nonopen_was_started_here(or_conn)) {
  439. const or_options_t *options = get_options();
  440. connection_or_note_state_when_broken(or_conn);
  441. rep_hist_note_connect_failed(or_conn->identity_digest, now);
  442. entry_guard_register_connect_status(or_conn->identity_digest,0,
  443. !options->HTTPSProxy, now);
  444. if (conn->state >= OR_CONN_STATE_TLS_HANDSHAKING) {
  445. int reason = tls_error_to_orconn_end_reason(or_conn->tls_error);
  446. control_event_or_conn_status(or_conn, OR_CONN_EVENT_FAILED,
  447. reason);
  448. if (!authdir_mode_tests_reachability(options))
  449. control_event_bootstrap_problem(
  450. orconn_end_reason_to_control_string(reason), reason);
  451. }
  452. }
  453. } else if (conn->hold_open_until_flushed) {
  454. /* We only set hold_open_until_flushed when we're intentionally
  455. * closing a connection. */
  456. rep_hist_note_disconnect(or_conn->identity_digest, now);
  457. control_event_or_conn_status(or_conn, OR_CONN_EVENT_CLOSED,
  458. tls_error_to_orconn_end_reason(or_conn->tls_error));
  459. } else if (!tor_digest_is_zero(or_conn->identity_digest)) {
  460. rep_hist_note_connection_died(or_conn->identity_digest, now);
  461. control_event_or_conn_status(or_conn, OR_CONN_EVENT_CLOSED,
  462. tls_error_to_orconn_end_reason(or_conn->tls_error));
  463. }
  464. /* Now close all the attached circuits on it. */
  465. circuit_unlink_all_from_or_conn(TO_OR_CONN(conn),
  466. END_CIRC_REASON_OR_CONN_CLOSED);
  467. }
  468. /** Return 1 if identity digest <b>id_digest</b> is known to be a
  469. * currently or recently running relay. Otherwise return 0. */
  470. int
  471. connection_or_digest_is_known_relay(const char *id_digest)
  472. {
  473. if (router_get_consensus_status_by_id(id_digest))
  474. return 1; /* It's in the consensus: "yes" */
  475. if (router_get_by_id_digest(id_digest))
  476. return 1; /* Not in the consensus, but we have a descriptor for
  477. * it. Probably it was in a recent consensus. "Yes". */
  478. return 0;
  479. }
  480. /** Set the per-conn read and write limits for <b>conn</b>. If it's a known
  481. * relay, we will rely on the global read and write buckets, so give it
  482. * per-conn limits that are big enough they'll never matter. But if it's
  483. * not a known relay, first check if we set PerConnBwRate/Burst, then
  484. * check if the consensus sets them, else default to 'big enough'.
  485. *
  486. * If <b>reset</b> is true, set the bucket to be full. Otherwise, just
  487. * clip the bucket if it happens to be <em>too</em> full.
  488. */
  489. static void
  490. connection_or_update_token_buckets_helper(or_connection_t *conn, int reset,
  491. const or_options_t *options)
  492. {
  493. int rate, burst; /* per-connection rate limiting params */
  494. if (connection_or_digest_is_known_relay(conn->identity_digest)) {
  495. /* It's in the consensus, or we have a descriptor for it meaning it
  496. * was probably in a recent consensus. It's a recognized relay:
  497. * give it full bandwidth. */
  498. rate = (int)options->BandwidthRate;
  499. burst = (int)options->BandwidthBurst;
  500. } else {
  501. /* Not a recognized relay. Squeeze it down based on the suggested
  502. * bandwidth parameters in the consensus, but allow local config
  503. * options to override. */
  504. rate = options->PerConnBWRate ? (int)options->PerConnBWRate :
  505. networkstatus_get_param(NULL, "perconnbwrate",
  506. (int)options->BandwidthRate, 1, INT32_MAX);
  507. burst = options->PerConnBWBurst ? (int)options->PerConnBWBurst :
  508. networkstatus_get_param(NULL, "perconnbwburst",
  509. (int)options->BandwidthBurst, 1, INT32_MAX);
  510. }
  511. conn->bandwidthrate = rate;
  512. conn->bandwidthburst = burst;
  513. #ifdef USE_BUFFEREVENTS
  514. {
  515. const struct timeval *tick = tor_libevent_get_one_tick_timeout();
  516. struct ev_token_bucket_cfg *cfg, *old_cfg;
  517. int64_t rate64 = (((int64_t)rate) * options->TokenBucketRefillInterval)
  518. / 1000;
  519. /* This can't overflow, since TokenBucketRefillInterval <= 1000,
  520. * and rate started out less than INT_MAX. */
  521. int rate_per_tick = (int) rate64;
  522. cfg = ev_token_bucket_cfg_new(rate_per_tick, burst, rate_per_tick,
  523. burst, tick);
  524. old_cfg = conn->bucket_cfg;
  525. if (conn->_base.bufev)
  526. tor_set_bufferevent_rate_limit(conn->_base.bufev, cfg);
  527. if (old_cfg)
  528. ev_token_bucket_cfg_free(old_cfg);
  529. conn->bucket_cfg = cfg;
  530. (void) reset; /* No way to do this with libevent yet. */
  531. }
  532. #else
  533. if (reset) { /* set up the token buckets to be full */
  534. conn->read_bucket = conn->write_bucket = burst;
  535. return;
  536. }
  537. /* If the new token bucket is smaller, take out the extra tokens.
  538. * (If it's larger, don't -- the buckets can grow to reach the cap.) */
  539. if (conn->read_bucket > burst)
  540. conn->read_bucket = burst;
  541. if (conn->write_bucket > burst)
  542. conn->write_bucket = burst;
  543. #endif
  544. }
  545. /** Either our set of relays or our per-conn rate limits have changed.
  546. * Go through all the OR connections and update their token buckets to make
  547. * sure they don't exceed their maximum values. */
  548. void
  549. connection_or_update_token_buckets(smartlist_t *conns,
  550. const or_options_t *options)
  551. {
  552. SMARTLIST_FOREACH(conns, connection_t *, conn,
  553. {
  554. if (connection_speaks_cells(conn))
  555. connection_or_update_token_buckets_helper(TO_OR_CONN(conn), 0, options);
  556. });
  557. }
  558. /** If we don't necessarily know the router we're connecting to, but we
  559. * have an addr/port/id_digest, then fill in as much as we can. Start
  560. * by checking to see if this describes a router we know. */
  561. static void
  562. connection_or_init_conn_from_address(or_connection_t *conn,
  563. const tor_addr_t *addr, uint16_t port,
  564. const char *id_digest,
  565. int started_here)
  566. {
  567. const node_t *r = node_get_by_id(id_digest);
  568. connection_or_set_identity_digest(conn, id_digest);
  569. connection_or_update_token_buckets_helper(conn, 1, get_options());
  570. conn->_base.port = port;
  571. tor_addr_copy(&conn->_base.addr, addr);
  572. tor_addr_copy(&conn->real_addr, addr);
  573. if (r) {
  574. tor_addr_t node_addr;
  575. node_get_addr(r, &node_addr);
  576. /* XXXX proposal 118 will make this more complex. */
  577. if (tor_addr_eq(&conn->_base.addr, &node_addr))
  578. conn->is_canonical = 1;
  579. if (!started_here) {
  580. /* Override the addr/port, so our log messages will make sense.
  581. * This is dangerous, since if we ever try looking up a conn by
  582. * its actual addr/port, we won't remember. Careful! */
  583. /* XXXX arma: this is stupid, and it's the reason we need real_addr
  584. * to track is_canonical properly. What requires it? */
  585. /* XXXX <arma> i believe the reason we did this, originally, is because
  586. * we wanted to log what OR a connection was to, and if we logged the
  587. * right IP address and port 56244, that wouldn't be as helpful. now we
  588. * log the "right" port too, so we know if it's moria1 or moria2.
  589. */
  590. tor_addr_copy(&conn->_base.addr, &node_addr);
  591. conn->_base.port = node_get_orport(r);
  592. }
  593. conn->nickname = tor_strdup(node_get_nickname(r));
  594. tor_free(conn->_base.address);
  595. conn->_base.address = tor_dup_addr(&node_addr);
  596. } else {
  597. const char *n;
  598. /* If we're an authoritative directory server, we may know a
  599. * nickname for this router. */
  600. n = dirserv_get_nickname_by_digest(id_digest);
  601. if (n) {
  602. conn->nickname = tor_strdup(n);
  603. } else {
  604. conn->nickname = tor_malloc(HEX_DIGEST_LEN+2);
  605. conn->nickname[0] = '$';
  606. base16_encode(conn->nickname+1, HEX_DIGEST_LEN+1,
  607. conn->identity_digest, DIGEST_LEN);
  608. }
  609. tor_free(conn->_base.address);
  610. conn->_base.address = tor_dup_addr(addr);
  611. }
  612. }
  613. /** Return true iff <b>a</b> is "better" than <b>b</b> for new circuits.
  614. *
  615. * A more canonical connection is always better than a less canonical
  616. * connection. That aside, a connection is better if it has circuits and the
  617. * other does not, or if it was created more recently.
  618. *
  619. * Requires that both input connections are open; not is_bad_for_new_circs,
  620. * and not impossibly non-canonical.
  621. *
  622. * If <b>forgive_new_connections</b> is true, then we do not call
  623. * <b>a</b>better than <b>b</b> simply because b has no circuits,
  624. * unless b is also relatively old.
  625. */
  626. static int
  627. connection_or_is_better(time_t now,
  628. const or_connection_t *a,
  629. const or_connection_t *b,
  630. int forgive_new_connections)
  631. {
  632. int newer;
  633. /** Do not definitively deprecate a new connection with no circuits on it
  634. * until this much time has passed. */
  635. #define NEW_CONN_GRACE_PERIOD (15*60)
  636. if (b->is_canonical && !a->is_canonical)
  637. return 0; /* A canonical connection is better than a non-canonical
  638. * one, no matter how new it is or which has circuits. */
  639. newer = b->_base.timestamp_created < a->_base.timestamp_created;
  640. if (
  641. /* We prefer canonical connections regardless of newness. */
  642. (!b->is_canonical && a->is_canonical) ||
  643. /* If both have circuits we prefer the newer: */
  644. (b->n_circuits && a->n_circuits && newer) ||
  645. /* If neither has circuits we prefer the newer: */
  646. (!b->n_circuits && !a->n_circuits && newer))
  647. return 1;
  648. /* If one has no circuits and the other does... */
  649. if (!b->n_circuits && a->n_circuits) {
  650. /* Then it's bad, unless it's in its grace period and we're forgiving. */
  651. if (forgive_new_connections &&
  652. now < b->_base.timestamp_created + NEW_CONN_GRACE_PERIOD)
  653. return 0;
  654. else
  655. return 1;
  656. }
  657. return 0;
  658. }
  659. /** Return the OR connection we should use to extend a circuit to the router
  660. * whose identity is <b>digest</b>, and whose address we believe (or have been
  661. * told in an extend cell) is <b>target_addr</b>. If there is no good
  662. * connection, set *<b>msg_out</b> to a message describing the connection's
  663. * state and our next action, and set <b>launch_out</b> to a boolean for
  664. * whether we should launch a new connection or not.
  665. */
  666. or_connection_t *
  667. connection_or_get_for_extend(const char *digest,
  668. const tor_addr_t *target_addr,
  669. const char **msg_out,
  670. int *launch_out)
  671. {
  672. or_connection_t *conn, *best=NULL;
  673. int n_inprogress_goodaddr = 0, n_old = 0, n_noncanonical = 0, n_possible = 0;
  674. time_t now = approx_time();
  675. tor_assert(msg_out);
  676. tor_assert(launch_out);
  677. if (!orconn_identity_map) {
  678. *msg_out = "Router not connected (nothing is). Connecting.";
  679. *launch_out = 1;
  680. return NULL;
  681. }
  682. conn = digestmap_get(orconn_identity_map, digest);
  683. for (; conn; conn = conn->next_with_same_id) {
  684. tor_assert(conn->_base.magic == OR_CONNECTION_MAGIC);
  685. tor_assert(conn->_base.type == CONN_TYPE_OR);
  686. tor_assert(tor_memeq(conn->identity_digest, digest, DIGEST_LEN));
  687. if (conn->_base.marked_for_close)
  688. continue;
  689. /* Never return a non-open connection. */
  690. if (conn->_base.state != OR_CONN_STATE_OPEN) {
  691. /* If the address matches, don't launch a new connection for this
  692. * circuit. */
  693. if (!tor_addr_compare(&conn->real_addr, target_addr, CMP_EXACT))
  694. ++n_inprogress_goodaddr;
  695. continue;
  696. }
  697. /* Never return a connection that shouldn't be used for circs. */
  698. if (conn->is_bad_for_new_circs) {
  699. ++n_old;
  700. continue;
  701. }
  702. /* Never return a non-canonical connection using a recent link protocol
  703. * if the address is not what we wanted.
  704. *
  705. * (For old link protocols, we can't rely on is_canonical getting
  706. * set properly if we're talking to the right address, since we might
  707. * have an out-of-date descriptor, and we will get no NETINFO cell to
  708. * tell us about the right address.) */
  709. if (!conn->is_canonical && conn->link_proto >= 2 &&
  710. tor_addr_compare(&conn->real_addr, target_addr, CMP_EXACT)) {
  711. ++n_noncanonical;
  712. continue;
  713. }
  714. ++n_possible;
  715. if (!best) {
  716. best = conn; /* If we have no 'best' so far, this one is good enough. */
  717. continue;
  718. }
  719. if (connection_or_is_better(now, conn, best, 0))
  720. best = conn;
  721. }
  722. if (best) {
  723. *msg_out = "Connection is fine; using it.";
  724. *launch_out = 0;
  725. return best;
  726. } else if (n_inprogress_goodaddr) {
  727. *msg_out = "Connection in progress; waiting.";
  728. *launch_out = 0;
  729. return NULL;
  730. } else if (n_old || n_noncanonical) {
  731. *msg_out = "Connections all too old, or too non-canonical. "
  732. " Launching a new one.";
  733. *launch_out = 1;
  734. return NULL;
  735. } else {
  736. *msg_out = "Not connected. Connecting.";
  737. *launch_out = 1;
  738. return NULL;
  739. }
  740. }
  741. /** How old do we let a connection to an OR get before deciding it's
  742. * too old for new circuits? */
  743. #define TIME_BEFORE_OR_CONN_IS_TOO_OLD (60*60*24*7)
  744. /** Given the head of the linked list for all the or_connections with a given
  745. * identity, set elements of that list as is_bad_for_new_circs as
  746. * appropriate. Helper for connection_or_set_bad_connections().
  747. *
  748. * Specifically, we set the is_bad_for_new_circs flag on:
  749. * - all connections if <b>force</b> is true.
  750. * - all connections that are too old.
  751. * - all open non-canonical connections for which a canonical connection
  752. * exists to the same router.
  753. * - all open canonical connections for which a 'better' canonical
  754. * connection exists to the same router.
  755. * - all open non-canonical connections for which a 'better' non-canonical
  756. * connection exists to the same router at the same address.
  757. *
  758. * See connection_or_is_better() for our idea of what makes one OR connection
  759. * better than another.
  760. */
  761. static void
  762. connection_or_group_set_badness(or_connection_t *head, int force)
  763. {
  764. or_connection_t *or_conn = NULL, *best = NULL;
  765. int n_old = 0, n_inprogress = 0, n_canonical = 0, n_other = 0;
  766. time_t now = time(NULL);
  767. /* Pass 1: expire everything that's old, and see what the status of
  768. * everything else is. */
  769. for (or_conn = head; or_conn; or_conn = or_conn->next_with_same_id) {
  770. if (or_conn->_base.marked_for_close ||
  771. or_conn->is_bad_for_new_circs)
  772. continue;
  773. if (force ||
  774. or_conn->_base.timestamp_created + TIME_BEFORE_OR_CONN_IS_TOO_OLD
  775. < now) {
  776. log_info(LD_OR,
  777. "Marking OR conn to %s:%d as too old for new circuits "
  778. "(fd %d, %d secs old).",
  779. or_conn->_base.address, or_conn->_base.port, or_conn->_base.s,
  780. (int)(now - or_conn->_base.timestamp_created));
  781. or_conn->is_bad_for_new_circs = 1;
  782. }
  783. if (or_conn->is_bad_for_new_circs) {
  784. ++n_old;
  785. } else if (or_conn->_base.state != OR_CONN_STATE_OPEN) {
  786. ++n_inprogress;
  787. } else if (or_conn->is_canonical) {
  788. ++n_canonical;
  789. } else {
  790. ++n_other;
  791. }
  792. }
  793. /* Pass 2: We know how about how good the best connection is.
  794. * expire everything that's worse, and find the very best if we can. */
  795. for (or_conn = head; or_conn; or_conn = or_conn->next_with_same_id) {
  796. if (or_conn->_base.marked_for_close ||
  797. or_conn->is_bad_for_new_circs)
  798. continue; /* This one doesn't need to be marked bad. */
  799. if (or_conn->_base.state != OR_CONN_STATE_OPEN)
  800. continue; /* Don't mark anything bad until we have seen what happens
  801. * when the connection finishes. */
  802. if (n_canonical && !or_conn->is_canonical) {
  803. /* We have at least one open canonical connection to this router,
  804. * and this one is open but not canonical. Mark it bad. */
  805. log_info(LD_OR,
  806. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  807. "(fd %d, %d secs old). It is not canonical, and we have "
  808. "another connection to that OR that is.",
  809. or_conn->_base.address, or_conn->_base.port, or_conn->_base.s,
  810. (int)(now - or_conn->_base.timestamp_created));
  811. or_conn->is_bad_for_new_circs = 1;
  812. continue;
  813. }
  814. if (!best || connection_or_is_better(now, or_conn, best, 0))
  815. best = or_conn;
  816. }
  817. if (!best)
  818. return;
  819. /* Pass 3: One connection to OR is best. If it's canonical, mark as bad
  820. * every other open connection. If it's non-canonical, mark as bad
  821. * every other open connection to the same address.
  822. *
  823. * XXXX This isn't optimal; if we have connections to an OR at multiple
  824. * addresses, we'd like to pick the best _for each address_, and mark as
  825. * bad every open connection that isn't best for its address. But this
  826. * can only occur in cases where the other OR is old (so we have no
  827. * canonical connection to it), or where all the connections to the OR are
  828. * at noncanonical addresses and we have no good direct connection (which
  829. * means we aren't at risk of attaching circuits to it anyway). As
  830. * 0.1.2.x dies out, the first case will go away, and the second one is
  831. * "mostly harmless", so a fix can wait until somebody is bored.
  832. */
  833. for (or_conn = head; or_conn; or_conn = or_conn->next_with_same_id) {
  834. if (or_conn->_base.marked_for_close ||
  835. or_conn->is_bad_for_new_circs ||
  836. or_conn->_base.state != OR_CONN_STATE_OPEN)
  837. continue;
  838. if (or_conn != best && connection_or_is_better(now, best, or_conn, 1)) {
  839. /* This isn't the best conn, _and_ the best conn is better than it,
  840. even when we're being forgiving. */
  841. if (best->is_canonical) {
  842. log_info(LD_OR,
  843. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  844. "(fd %d, %d secs old). We have a better canonical one "
  845. "(fd %d; %d secs old).",
  846. or_conn->_base.address, or_conn->_base.port, or_conn->_base.s,
  847. (int)(now - or_conn->_base.timestamp_created),
  848. best->_base.s, (int)(now - best->_base.timestamp_created));
  849. or_conn->is_bad_for_new_circs = 1;
  850. } else if (!tor_addr_compare(&or_conn->real_addr,
  851. &best->real_addr, CMP_EXACT)) {
  852. log_info(LD_OR,
  853. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  854. "(fd %d, %d secs old). We have a better one with the "
  855. "same address (fd %d; %d secs old).",
  856. or_conn->_base.address, or_conn->_base.port, or_conn->_base.s,
  857. (int)(now - or_conn->_base.timestamp_created),
  858. best->_base.s, (int)(now - best->_base.timestamp_created));
  859. or_conn->is_bad_for_new_circs = 1;
  860. }
  861. }
  862. }
  863. }
  864. /** Go through all the OR connections (or if <b>digest</b> is non-NULL, just
  865. * the OR connections with that digest), and set the is_bad_for_new_circs
  866. * flag based on the rules in connection_or_group_set_badness() (or just
  867. * always set it if <b>force</b> is true).
  868. */
  869. void
  870. connection_or_set_bad_connections(const char *digest, int force)
  871. {
  872. if (!orconn_identity_map)
  873. return;
  874. DIGESTMAP_FOREACH(orconn_identity_map, identity, or_connection_t *, conn) {
  875. if (!digest || tor_memeq(digest, conn->identity_digest, DIGEST_LEN))
  876. connection_or_group_set_badness(conn, force);
  877. } DIGESTMAP_FOREACH_END;
  878. }
  879. /** <b>conn</b> is in the 'connecting' state, and it failed to complete
  880. * a TCP connection. Send notifications appropriately.
  881. *
  882. * <b>reason</b> specifies the or_conn_end_reason for the failure;
  883. * <b>msg</b> specifies the strerror-style error message.
  884. */
  885. void
  886. connection_or_connect_failed(or_connection_t *conn,
  887. int reason, const char *msg)
  888. {
  889. control_event_or_conn_status(conn, OR_CONN_EVENT_FAILED, reason);
  890. if (!authdir_mode_tests_reachability(get_options()))
  891. control_event_bootstrap_problem(msg, reason);
  892. }
  893. /** Launch a new OR connection to <b>addr</b>:<b>port</b> and expect to
  894. * handshake with an OR with identity digest <b>id_digest</b>.
  895. *
  896. * If <b>id_digest</b> is me, do nothing. If we're already connected to it,
  897. * return that connection. If the connect() is in progress, set the
  898. * new conn's state to 'connecting' and return it. If connect() succeeds,
  899. * call connection_tls_start_handshake() on it.
  900. *
  901. * This function is called from router_retry_connections(), for
  902. * ORs connecting to ORs, and circuit_establish_circuit(), for
  903. * OPs connecting to ORs.
  904. *
  905. * Return the launched conn, or NULL if it failed.
  906. */
  907. or_connection_t *
  908. connection_or_connect(const tor_addr_t *_addr, uint16_t port,
  909. const char *id_digest)
  910. {
  911. or_connection_t *conn;
  912. const or_options_t *options = get_options();
  913. int socket_error = 0;
  914. tor_addr_t addr;
  915. int r;
  916. tor_addr_t proxy_addr;
  917. uint16_t proxy_port;
  918. int proxy_type;
  919. tor_assert(_addr);
  920. tor_assert(id_digest);
  921. tor_addr_copy(&addr, _addr);
  922. if (server_mode(options) && router_digest_is_me(id_digest)) {
  923. log_info(LD_PROTOCOL,"Client asked me to connect to myself. Refusing.");
  924. return NULL;
  925. }
  926. conn = or_connection_new(AF_INET);
  927. /* set up conn so it's got all the data we need to remember */
  928. connection_or_init_conn_from_address(conn, &addr, port, id_digest, 1);
  929. conn->_base.state = OR_CONN_STATE_CONNECTING;
  930. control_event_or_conn_status(conn, OR_CONN_EVENT_LAUNCHED, 0);
  931. /* If we are using a proxy server, find it and use it. */
  932. r = get_proxy_addrport(&proxy_addr, &proxy_port, &proxy_type, TO_CONN(conn));
  933. if (r == 0) {
  934. conn->proxy_type = proxy_type;
  935. if (proxy_type != PROXY_NONE) {
  936. tor_addr_copy(&addr, &proxy_addr);
  937. port = proxy_port;
  938. conn->_base.proxy_state = PROXY_INFANT;
  939. }
  940. } else {
  941. log_warn(LD_GENERAL, "Tried to connect through proxy, but proxy address "
  942. "could not be found.");
  943. connection_free(TO_CONN(conn));
  944. return NULL;
  945. }
  946. switch (connection_connect(TO_CONN(conn), conn->_base.address,
  947. &addr, port, &socket_error)) {
  948. case -1:
  949. /* If the connection failed immediately, and we're using
  950. * a proxy, our proxy is down. Don't blame the Tor server. */
  951. if (conn->_base.proxy_state == PROXY_INFANT)
  952. entry_guard_register_connect_status(conn->identity_digest,
  953. 0, 1, time(NULL));
  954. connection_or_connect_failed(conn,
  955. errno_to_orconn_end_reason(socket_error),
  956. tor_socket_strerror(socket_error));
  957. connection_free(TO_CONN(conn));
  958. return NULL;
  959. case 0:
  960. connection_watch_events(TO_CONN(conn), READ_EVENT | WRITE_EVENT);
  961. /* writable indicates finish, readable indicates broken link,
  962. error indicates broken link on windows */
  963. return conn;
  964. /* case 1: fall through */
  965. }
  966. if (connection_or_finished_connecting(conn) < 0) {
  967. /* already marked for close */
  968. return NULL;
  969. }
  970. return conn;
  971. }
  972. /** Begin the tls handshake with <b>conn</b>. <b>receiving</b> is 0 if
  973. * we initiated the connection, else it's 1.
  974. *
  975. * Assign a new tls object to conn->tls, begin reading on <b>conn</b>, and
  976. * pass <b>conn</b> to connection_tls_continue_handshake().
  977. *
  978. * Return -1 if <b>conn</b> is broken, else return 0.
  979. */
  980. int
  981. connection_tls_start_handshake(or_connection_t *conn, int receiving)
  982. {
  983. conn->_base.state = OR_CONN_STATE_TLS_HANDSHAKING;
  984. tor_assert(!conn->tls);
  985. conn->tls = tor_tls_new(conn->_base.s, receiving);
  986. tor_tls_set_logged_address(conn->tls, // XXX client and relay?
  987. escaped_safe_str(conn->_base.address));
  988. if (!conn->tls) {
  989. log_warn(LD_BUG,"tor_tls_new failed. Closing.");
  990. return -1;
  991. }
  992. #ifdef USE_BUFFEREVENTS
  993. if (connection_type_uses_bufferevent(TO_CONN(conn))) {
  994. const int filtering = get_options()->_UseFilteringSSLBufferevents;
  995. struct bufferevent *b =
  996. tor_tls_init_bufferevent(conn->tls, conn->_base.bufev, conn->_base.s,
  997. receiving, filtering);
  998. if (!b) {
  999. log_warn(LD_BUG,"tor_tls_init_bufferevent failed. Closing.");
  1000. return -1;
  1001. }
  1002. conn->_base.bufev = b;
  1003. if (conn->bucket_cfg)
  1004. tor_set_bufferevent_rate_limit(conn->_base.bufev, conn->bucket_cfg);
  1005. connection_enable_rate_limiting(TO_CONN(conn));
  1006. connection_configure_bufferevent_callbacks(TO_CONN(conn));
  1007. bufferevent_setcb(b,
  1008. connection_handle_read_cb,
  1009. connection_handle_write_cb,
  1010. connection_or_handle_event_cb,/* overriding this one*/
  1011. TO_CONN(conn));
  1012. }
  1013. #endif
  1014. connection_start_reading(TO_CONN(conn));
  1015. log_debug(LD_HANDSHAKE,"starting TLS handshake on fd %d", conn->_base.s);
  1016. note_crypto_pk_op(receiving ? TLS_HANDSHAKE_S : TLS_HANDSHAKE_C);
  1017. IF_HAS_BUFFEREVENT(TO_CONN(conn), {
  1018. /* ???? */;
  1019. }) ELSE_IF_NO_BUFFEREVENT {
  1020. if (connection_tls_continue_handshake(conn) < 0)
  1021. return -1;
  1022. }
  1023. return 0;
  1024. }
  1025. /** Invoked on the server side from inside tor_tls_read() when the server
  1026. * gets a successful TLS renegotiation from the client. */
  1027. static void
  1028. connection_or_tls_renegotiated_cb(tor_tls_t *tls, void *_conn)
  1029. {
  1030. or_connection_t *conn = _conn;
  1031. (void)tls;
  1032. /* Don't invoke this again. */
  1033. tor_tls_set_renegotiate_callback(tls, NULL, NULL);
  1034. tor_tls_block_renegotiation(tls);
  1035. if (connection_tls_finish_handshake(conn) < 0) {
  1036. /* XXXX_TLS double-check that it's ok to do this from inside read. */
  1037. /* XXXX_TLS double-check that this verifies certificates. */
  1038. connection_mark_for_close(TO_CONN(conn));
  1039. }
  1040. }
  1041. /** Move forward with the tls handshake. If it finishes, hand
  1042. * <b>conn</b> to connection_tls_finish_handshake().
  1043. *
  1044. * Return -1 if <b>conn</b> is broken, else return 0.
  1045. */
  1046. int
  1047. connection_tls_continue_handshake(or_connection_t *conn)
  1048. {
  1049. int result;
  1050. check_no_tls_errors();
  1051. again:
  1052. if (conn->_base.state == OR_CONN_STATE_TLS_CLIENT_RENEGOTIATING) {
  1053. // log_notice(LD_OR, "Renegotiate with %p", conn->tls);
  1054. result = tor_tls_renegotiate(conn->tls);
  1055. // log_notice(LD_OR, "Result: %d", result);
  1056. } else {
  1057. tor_assert(conn->_base.state == OR_CONN_STATE_TLS_HANDSHAKING);
  1058. // log_notice(LD_OR, "Continue handshake with %p", conn->tls);
  1059. result = tor_tls_handshake(conn->tls);
  1060. // log_notice(LD_OR, "Result: %d", result);
  1061. }
  1062. switch (result) {
  1063. CASE_TOR_TLS_ERROR_ANY:
  1064. log_info(LD_OR,"tls error [%s]. breaking connection.",
  1065. tor_tls_err_to_string(result));
  1066. return -1;
  1067. case TOR_TLS_DONE:
  1068. if (! tor_tls_used_v1_handshake(conn->tls)) {
  1069. if (!tor_tls_is_server(conn->tls)) {
  1070. if (conn->_base.state == OR_CONN_STATE_TLS_HANDSHAKING) {
  1071. log_debug(LD_OR, "Done with initial SSL handshake (client-side). "
  1072. "Requesting renegotiation.");
  1073. conn->_base.state = OR_CONN_STATE_TLS_CLIENT_RENEGOTIATING;
  1074. goto again;
  1075. }
  1076. // log_notice(LD_OR,"Done. state was %d.", conn->_base.state);
  1077. } else {
  1078. /* improved handshake, but not a client. */
  1079. log_debug(LD_OR, "Done with initial SSL handshake (server-side). "
  1080. "Expecting renegotiation.");
  1081. tor_tls_set_renegotiate_callback(conn->tls,
  1082. connection_or_tls_renegotiated_cb,
  1083. conn);
  1084. conn->_base.state = OR_CONN_STATE_TLS_SERVER_RENEGOTIATING;
  1085. connection_stop_writing(TO_CONN(conn));
  1086. connection_start_reading(TO_CONN(conn));
  1087. return 0;
  1088. }
  1089. }
  1090. return connection_tls_finish_handshake(conn);
  1091. case TOR_TLS_WANTWRITE:
  1092. connection_start_writing(TO_CONN(conn));
  1093. log_debug(LD_OR,"wanted write");
  1094. return 0;
  1095. case TOR_TLS_WANTREAD: /* handshaking conns are *always* reading */
  1096. log_debug(LD_OR,"wanted read");
  1097. return 0;
  1098. case TOR_TLS_CLOSE:
  1099. log_info(LD_OR,"tls closed. breaking connection.");
  1100. return -1;
  1101. }
  1102. return 0;
  1103. }
  1104. #ifdef USE_BUFFEREVENTS
  1105. static void
  1106. connection_or_handle_event_cb(struct bufferevent *bufev, short event,
  1107. void *arg)
  1108. {
  1109. struct or_connection_t *conn = TO_OR_CONN(arg);
  1110. /* XXXX cut-and-paste code; should become a function. */
  1111. if (event & BEV_EVENT_CONNECTED) {
  1112. if (conn->_base.state == OR_CONN_STATE_TLS_HANDSHAKING) {
  1113. if (tor_tls_finish_handshake(conn->tls) < 0) {
  1114. log_warn(LD_OR, "Problem finishing handshake");
  1115. connection_mark_for_close(TO_CONN(conn));
  1116. return;
  1117. }
  1118. }
  1119. if (! tor_tls_used_v1_handshake(conn->tls)) {
  1120. if (!tor_tls_is_server(conn->tls)) {
  1121. if (conn->_base.state == OR_CONN_STATE_TLS_HANDSHAKING) {
  1122. conn->_base.state = OR_CONN_STATE_TLS_CLIENT_RENEGOTIATING;
  1123. tor_tls_unblock_renegotiation(conn->tls);
  1124. if (bufferevent_ssl_renegotiate(conn->_base.bufev)<0) {
  1125. log_warn(LD_OR, "Start_renegotiating went badly.");
  1126. connection_mark_for_close(TO_CONN(conn));
  1127. }
  1128. tor_tls_unblock_renegotiation(conn->tls);
  1129. return; /* ???? */
  1130. }
  1131. } else if (tor_tls_get_num_server_handshakes(conn->tls) == 1) {
  1132. /* improved handshake, as a server. Only got one handshake, so
  1133. * wait for the next one. */
  1134. tor_tls_set_renegotiate_callback(conn->tls,
  1135. connection_or_tls_renegotiated_cb,
  1136. conn);
  1137. conn->_base.state = OR_CONN_STATE_TLS_SERVER_RENEGOTIATING;
  1138. /* return 0; */
  1139. return; /* ???? */
  1140. } else {
  1141. const int handshakes = tor_tls_get_num_server_handshakes(conn->tls);
  1142. tor_assert(handshakes >= 2);
  1143. if (handshakes == 2) {
  1144. /* improved handshake, as a server. Two handshakes happened already,
  1145. * so we treat renegotiation as done.
  1146. */
  1147. connection_or_tls_renegotiated_cb(conn->tls, conn);
  1148. } else {
  1149. log_warn(LD_OR, "More than two handshakes done on connection. "
  1150. "Closing.");
  1151. connection_mark_for_close(TO_CONN(conn));
  1152. }
  1153. return;
  1154. }
  1155. }
  1156. connection_watch_events(TO_CONN(conn), READ_EVENT|WRITE_EVENT);
  1157. if (connection_tls_finish_handshake(conn) < 0)
  1158. connection_mark_for_close(TO_CONN(conn)); /* ???? */
  1159. return;
  1160. }
  1161. if (event & BEV_EVENT_ERROR) {
  1162. unsigned long err;
  1163. while ((err = bufferevent_get_openssl_error(bufev))) {
  1164. tor_tls_log_one_error(conn->tls, err, LOG_WARN, LD_OR,
  1165. "handshaking (with bufferevent)");
  1166. }
  1167. }
  1168. connection_handle_event_cb(bufev, event, arg);
  1169. }
  1170. #endif
  1171. /** Return 1 if we initiated this connection, or 0 if it started
  1172. * out as an incoming connection.
  1173. */
  1174. int
  1175. connection_or_nonopen_was_started_here(or_connection_t *conn)
  1176. {
  1177. tor_assert(conn->_base.type == CONN_TYPE_OR);
  1178. if (!conn->tls)
  1179. return 1; /* it's still in proxy states or something */
  1180. if (conn->handshake_state)
  1181. return conn->handshake_state->started_here;
  1182. return !tor_tls_is_server(conn->tls);
  1183. }
  1184. /** <b>Conn</b> just completed its handshake. Return 0 if all is well, and
  1185. * return -1 if he is lying, broken, or otherwise something is wrong.
  1186. *
  1187. * If we initiated this connection (<b>started_here</b> is true), make sure
  1188. * the other side sent a correctly formed certificate. If I initiated the
  1189. * connection, make sure it's the right guy.
  1190. *
  1191. * Otherwise (if we _didn't_ initiate this connection), it's okay for
  1192. * the certificate to be weird or absent.
  1193. *
  1194. * If we return 0, and the certificate is as expected, write a hash of the
  1195. * identity key into <b>digest_rcvd_out</b>, which must have DIGEST_LEN
  1196. * space in it.
  1197. * If the certificate is invalid or missing on an incoming connection,
  1198. * we return 0 and set <b>digest_rcvd_out</b> to DIGEST_LEN NUL bytes.
  1199. * (If we return -1, the contents of this buffer are undefined.)
  1200. *
  1201. * As side effects,
  1202. * 1) Set conn->circ_id_type according to tor-spec.txt.
  1203. * 2) If we're an authdirserver and we initiated the connection: drop all
  1204. * descriptors that claim to be on that IP/port but that aren't
  1205. * this guy; and note that this guy is reachable.
  1206. * 3) If this is a bridge and we didn't configure its identity
  1207. * fingerprint, remember the keyid we just learned.
  1208. */
  1209. static int
  1210. connection_or_check_valid_tls_handshake(or_connection_t *conn,
  1211. int started_here,
  1212. char *digest_rcvd_out)
  1213. {
  1214. crypto_pk_env_t *identity_rcvd=NULL;
  1215. const or_options_t *options = get_options();
  1216. int severity = server_mode(options) ? LOG_PROTOCOL_WARN : LOG_WARN;
  1217. const char *safe_address =
  1218. started_here ? conn->_base.address :
  1219. safe_str_client(conn->_base.address);
  1220. const char *conn_type = started_here ? "outgoing" : "incoming";
  1221. crypto_pk_env_t *our_identity =
  1222. started_here ? get_tlsclient_identity_key() :
  1223. get_server_identity_key();
  1224. int has_cert = 0, has_identity=0;
  1225. check_no_tls_errors();
  1226. has_cert = tor_tls_peer_has_cert(conn->tls);
  1227. if (started_here && !has_cert) {
  1228. log_info(LD_HANDSHAKE,"Tried connecting to router at %s:%d, but it didn't "
  1229. "send a cert! Closing.",
  1230. safe_address, conn->_base.port);
  1231. return -1;
  1232. } else if (!has_cert) {
  1233. log_debug(LD_HANDSHAKE,"Got incoming connection with no certificate. "
  1234. "That's ok.");
  1235. }
  1236. check_no_tls_errors();
  1237. if (has_cert) {
  1238. int v = tor_tls_verify(started_here?severity:LOG_INFO,
  1239. conn->tls, &identity_rcvd);
  1240. if (started_here && v<0) {
  1241. log_fn(severity,LD_HANDSHAKE,"Tried connecting to router at %s:%d: It"
  1242. " has a cert but it's invalid. Closing.",
  1243. safe_address, conn->_base.port);
  1244. return -1;
  1245. } else if (v<0) {
  1246. log_info(LD_HANDSHAKE,"Incoming connection gave us an invalid cert "
  1247. "chain; ignoring.");
  1248. } else {
  1249. log_debug(LD_HANDSHAKE,
  1250. "The certificate seems to be valid on %s connection "
  1251. "with %s:%d", conn_type, safe_address, conn->_base.port);
  1252. }
  1253. check_no_tls_errors();
  1254. }
  1255. if (identity_rcvd) {
  1256. has_identity = 1;
  1257. crypto_pk_get_digest(identity_rcvd, digest_rcvd_out);
  1258. if (crypto_pk_cmp_keys(our_identity, identity_rcvd)<0) {
  1259. conn->circ_id_type = CIRC_ID_TYPE_LOWER;
  1260. } else {
  1261. conn->circ_id_type = CIRC_ID_TYPE_HIGHER;
  1262. }
  1263. crypto_free_pk_env(identity_rcvd);
  1264. } else {
  1265. memset(digest_rcvd_out, 0, DIGEST_LEN);
  1266. conn->circ_id_type = CIRC_ID_TYPE_NEITHER;
  1267. }
  1268. if (started_here && tor_digest_is_zero(conn->identity_digest)) {
  1269. connection_or_set_identity_digest(conn, digest_rcvd_out);
  1270. tor_free(conn->nickname);
  1271. conn->nickname = tor_malloc(HEX_DIGEST_LEN+2);
  1272. conn->nickname[0] = '$';
  1273. base16_encode(conn->nickname+1, HEX_DIGEST_LEN+1,
  1274. conn->identity_digest, DIGEST_LEN);
  1275. log_info(LD_HANDSHAKE, "Connected to router %s at %s:%d without knowing "
  1276. "its key. Hoping for the best.",
  1277. conn->nickname, conn->_base.address, conn->_base.port);
  1278. /* if it's a bridge and we didn't know its identity fingerprint, now
  1279. * we do -- remember it for future attempts. */
  1280. learned_router_identity(&conn->_base.addr, conn->_base.port,
  1281. digest_rcvd_out);
  1282. }
  1283. if (started_here) {
  1284. int as_advertised = 1;
  1285. tor_assert(has_cert);
  1286. tor_assert(has_identity);
  1287. if (tor_memneq(digest_rcvd_out, conn->identity_digest, DIGEST_LEN)) {
  1288. /* I was aiming for a particular digest. I didn't get it! */
  1289. char seen[HEX_DIGEST_LEN+1];
  1290. char expected[HEX_DIGEST_LEN+1];
  1291. base16_encode(seen, sizeof(seen), digest_rcvd_out, DIGEST_LEN);
  1292. base16_encode(expected, sizeof(expected), conn->identity_digest,
  1293. DIGEST_LEN);
  1294. log_fn(severity, LD_HANDSHAKE,
  1295. "Tried connecting to router at %s:%d, but identity key was not "
  1296. "as expected: wanted %s but got %s.",
  1297. conn->_base.address, conn->_base.port, expected, seen);
  1298. entry_guard_register_connect_status(conn->identity_digest, 0, 1,
  1299. time(NULL));
  1300. control_event_or_conn_status(conn, OR_CONN_EVENT_FAILED,
  1301. END_OR_CONN_REASON_OR_IDENTITY);
  1302. if (!authdir_mode_tests_reachability(options))
  1303. control_event_bootstrap_problem("foo", END_OR_CONN_REASON_OR_IDENTITY);
  1304. as_advertised = 0;
  1305. }
  1306. if (authdir_mode_tests_reachability(options)) {
  1307. dirserv_orconn_tls_done(conn->_base.address, conn->_base.port,
  1308. digest_rcvd_out, as_advertised);
  1309. }
  1310. if (!as_advertised)
  1311. return -1;
  1312. }
  1313. return 0;
  1314. }
  1315. /** The tls handshake is finished.
  1316. *
  1317. * Make sure we are happy with the person we just handshaked with.
  1318. *
  1319. * If he initiated the connection, make sure he's not already connected,
  1320. * then initialize conn from the information in router.
  1321. *
  1322. * If all is successful, call circuit_n_conn_done() to handle events
  1323. * that have been pending on the <tls handshake completion. Also set the
  1324. * directory to be dirty (only matters if I'm an authdirserver).
  1325. */
  1326. static int
  1327. connection_tls_finish_handshake(or_connection_t *conn)
  1328. {
  1329. char digest_rcvd[DIGEST_LEN];
  1330. int started_here = connection_or_nonopen_was_started_here(conn);
  1331. log_debug(LD_HANDSHAKE,"%s tls handshake on %p with %s done. verifying.",
  1332. started_here?"outgoing":"incoming",
  1333. conn,
  1334. safe_str_client(conn->_base.address));
  1335. directory_set_dirty();
  1336. if (connection_or_check_valid_tls_handshake(conn, started_here,
  1337. digest_rcvd) < 0)
  1338. return -1;
  1339. circuit_build_times_network_is_live(&circ_times);
  1340. if (tor_tls_used_v1_handshake(conn->tls)) {
  1341. conn->link_proto = 1;
  1342. if (!started_here) {
  1343. connection_or_init_conn_from_address(conn, &conn->_base.addr,
  1344. conn->_base.port, digest_rcvd, 0);
  1345. }
  1346. tor_tls_block_renegotiation(conn->tls);
  1347. return connection_or_set_state_open(conn);
  1348. } else {
  1349. conn->_base.state = OR_CONN_STATE_OR_HANDSHAKING_V2;
  1350. if (connection_init_or_handshake_state(conn, started_here) < 0)
  1351. return -1;
  1352. if (!started_here) {
  1353. connection_or_init_conn_from_address(conn, &conn->_base.addr,
  1354. conn->_base.port, digest_rcvd, 0);
  1355. }
  1356. return connection_or_send_versions(conn);
  1357. }
  1358. }
  1359. /** Allocate a new connection handshake state for the connection
  1360. * <b>conn</b>. Return 0 on success, -1 on failure. */
  1361. static int
  1362. connection_init_or_handshake_state(or_connection_t *conn, int started_here)
  1363. {
  1364. or_handshake_state_t *s;
  1365. s = conn->handshake_state = tor_malloc_zero(sizeof(or_handshake_state_t));
  1366. s->started_here = started_here ? 1 : 0;
  1367. return 0;
  1368. }
  1369. /** Free all storage held by <b>state</b>. */
  1370. void
  1371. or_handshake_state_free(or_handshake_state_t *state)
  1372. {
  1373. if (!state)
  1374. return;
  1375. memset(state, 0xBE, sizeof(or_handshake_state_t));
  1376. tor_free(state);
  1377. }
  1378. /** Set <b>conn</b>'s state to OR_CONN_STATE_OPEN, and tell other subsystems
  1379. * as appropriate. Called when we are done with all TLS and OR handshaking.
  1380. */
  1381. int
  1382. connection_or_set_state_open(or_connection_t *conn)
  1383. {
  1384. int started_here = connection_or_nonopen_was_started_here(conn);
  1385. time_t now = time(NULL);
  1386. conn->_base.state = OR_CONN_STATE_OPEN;
  1387. control_event_or_conn_status(conn, OR_CONN_EVENT_CONNECTED, 0);
  1388. if (started_here) {
  1389. circuit_build_times_network_is_live(&circ_times);
  1390. rep_hist_note_connect_succeeded(conn->identity_digest, now);
  1391. if (entry_guard_register_connect_status(conn->identity_digest,
  1392. 1, 0, now) < 0) {
  1393. /* Close any circuits pending on this conn. We leave it in state
  1394. * 'open' though, because it didn't actually *fail* -- we just
  1395. * chose not to use it. (Otherwise
  1396. * connection_about_to_close_connection() will call a big pile of
  1397. * functions to indicate we shouldn't try it again.) */
  1398. log_debug(LD_OR, "New entry guard was reachable, but closing this "
  1399. "connection so we can retry the earlier entry guards.");
  1400. circuit_n_conn_done(conn, 0);
  1401. return -1;
  1402. }
  1403. router_set_status(conn->identity_digest, 1);
  1404. } else {
  1405. /* only report it to the geoip module if it's not a known router */
  1406. if (!router_get_by_id_digest(conn->identity_digest)) {
  1407. if (tor_addr_family(&TO_CONN(conn)->addr) == AF_INET) {
  1408. /*XXXX IP6 support ipv6 geoip.*/
  1409. uint32_t a = tor_addr_to_ipv4h(&TO_CONN(conn)->addr);
  1410. geoip_note_client_seen(GEOIP_CLIENT_CONNECT, a, now);
  1411. }
  1412. }
  1413. }
  1414. or_handshake_state_free(conn->handshake_state);
  1415. conn->handshake_state = NULL;
  1416. IF_HAS_BUFFEREVENT(TO_CONN(conn), {
  1417. connection_watch_events(TO_CONN(conn), READ_EVENT|WRITE_EVENT);
  1418. }) ELSE_IF_NO_BUFFEREVENT {
  1419. connection_start_reading(TO_CONN(conn));
  1420. }
  1421. circuit_n_conn_done(conn, 1); /* send the pending creates, if any. */
  1422. return 0;
  1423. }
  1424. /** Pack <b>cell</b> into wire-format, and write it onto <b>conn</b>'s outbuf.
  1425. * For cells that use or affect a circuit, this should only be called by
  1426. * connection_or_flush_from_first_active_circuit().
  1427. */
  1428. void
  1429. connection_or_write_cell_to_buf(const cell_t *cell, or_connection_t *conn)
  1430. {
  1431. packed_cell_t networkcell;
  1432. tor_assert(cell);
  1433. tor_assert(conn);
  1434. cell_pack(&networkcell, cell);
  1435. connection_write_to_buf(networkcell.body, CELL_NETWORK_SIZE, TO_CONN(conn));
  1436. if (cell->command != CELL_PADDING)
  1437. conn->timestamp_last_added_nonpadding = approx_time();
  1438. }
  1439. /** Pack a variable-length <b>cell</b> into wire-format, and write it onto
  1440. * <b>conn</b>'s outbuf. Right now, this <em>DOES NOT</em> support cells that
  1441. * affect a circuit.
  1442. */
  1443. void
  1444. connection_or_write_var_cell_to_buf(const var_cell_t *cell,
  1445. or_connection_t *conn)
  1446. {
  1447. char hdr[VAR_CELL_HEADER_SIZE];
  1448. tor_assert(cell);
  1449. tor_assert(conn);
  1450. var_cell_pack_header(cell, hdr);
  1451. connection_write_to_buf(hdr, sizeof(hdr), TO_CONN(conn));
  1452. connection_write_to_buf((char*)cell->payload,
  1453. cell->payload_len, TO_CONN(conn));
  1454. if (cell->command != CELL_PADDING)
  1455. conn->timestamp_last_added_nonpadding = approx_time();
  1456. }
  1457. /** See whether there's a variable-length cell waiting on <b>or_conn</b>'s
  1458. * inbuf. Return values as for fetch_var_cell_from_buf(). */
  1459. static int
  1460. connection_fetch_var_cell_from_buf(or_connection_t *or_conn, var_cell_t **out)
  1461. {
  1462. connection_t *conn = TO_CONN(or_conn);
  1463. IF_HAS_BUFFEREVENT(conn, {
  1464. struct evbuffer *input = bufferevent_get_input(conn->bufev);
  1465. return fetch_var_cell_from_evbuffer(input, out, or_conn->link_proto);
  1466. }) ELSE_IF_NO_BUFFEREVENT {
  1467. return fetch_var_cell_from_buf(conn->inbuf, out, or_conn->link_proto);
  1468. }
  1469. }
  1470. /** Process cells from <b>conn</b>'s inbuf.
  1471. *
  1472. * Loop: while inbuf contains a cell, pull it off the inbuf, unpack it,
  1473. * and hand it to command_process_cell().
  1474. *
  1475. * Always return 0.
  1476. */
  1477. static int
  1478. connection_or_process_cells_from_inbuf(or_connection_t *conn)
  1479. {
  1480. var_cell_t *var_cell;
  1481. while (1) {
  1482. log_debug(LD_OR,
  1483. "%d: starting, inbuf_datalen %d (%d pending in tls object).",
  1484. conn->_base.s,(int)connection_get_inbuf_len(TO_CONN(conn)),
  1485. tor_tls_get_pending_bytes(conn->tls));
  1486. if (connection_fetch_var_cell_from_buf(conn, &var_cell)) {
  1487. if (!var_cell)
  1488. return 0; /* not yet. */
  1489. circuit_build_times_network_is_live(&circ_times);
  1490. command_process_var_cell(var_cell, conn);
  1491. var_cell_free(var_cell);
  1492. } else {
  1493. char buf[CELL_NETWORK_SIZE];
  1494. cell_t cell;
  1495. if (connection_get_inbuf_len(TO_CONN(conn))
  1496. < CELL_NETWORK_SIZE) /* whole response available? */
  1497. return 0; /* not yet */
  1498. circuit_build_times_network_is_live(&circ_times);
  1499. connection_fetch_from_buf(buf, CELL_NETWORK_SIZE, TO_CONN(conn));
  1500. /* retrieve cell info from buf (create the host-order struct from the
  1501. * network-order string) */
  1502. cell_unpack(&cell, buf);
  1503. command_process_cell(&cell, conn);
  1504. }
  1505. }
  1506. }
  1507. /** Write a destroy cell with circ ID <b>circ_id</b> and reason <b>reason</b>
  1508. * onto OR connection <b>conn</b>. Don't perform range-checking on reason:
  1509. * we may want to propagate reasons from other cells.
  1510. *
  1511. * Return 0.
  1512. */
  1513. int
  1514. connection_or_send_destroy(circid_t circ_id, or_connection_t *conn, int reason)
  1515. {
  1516. cell_t cell;
  1517. tor_assert(conn);
  1518. memset(&cell, 0, sizeof(cell_t));
  1519. cell.circ_id = circ_id;
  1520. cell.command = CELL_DESTROY;
  1521. cell.payload[0] = (uint8_t) reason;
  1522. log_debug(LD_OR,"Sending destroy (circID %d).", circ_id);
  1523. connection_or_write_cell_to_buf(&cell, conn);
  1524. return 0;
  1525. }
  1526. /** Array of recognized link protocol versions. */
  1527. static const uint16_t or_protocol_versions[] = { 1, 2 };
  1528. /** Number of versions in <b>or_protocol_versions</b>. */
  1529. static const int n_or_protocol_versions =
  1530. (int)( sizeof(or_protocol_versions)/sizeof(uint16_t) );
  1531. /** Return true iff <b>v</b> is a link protocol version that this Tor
  1532. * implementation believes it can support. */
  1533. int
  1534. is_or_protocol_version_known(uint16_t v)
  1535. {
  1536. int i;
  1537. for (i = 0; i < n_or_protocol_versions; ++i) {
  1538. if (or_protocol_versions[i] == v)
  1539. return 1;
  1540. }
  1541. return 0;
  1542. }
  1543. /** Send a VERSIONS cell on <b>conn</b>, telling the other host about the
  1544. * link protocol versions that this Tor can support. */
  1545. static int
  1546. connection_or_send_versions(or_connection_t *conn)
  1547. {
  1548. var_cell_t *cell;
  1549. int i;
  1550. tor_assert(conn->handshake_state &&
  1551. !conn->handshake_state->sent_versions_at);
  1552. cell = var_cell_new(n_or_protocol_versions * 2);
  1553. cell->command = CELL_VERSIONS;
  1554. for (i = 0; i < n_or_protocol_versions; ++i) {
  1555. uint16_t v = or_protocol_versions[i];
  1556. set_uint16(cell->payload+(2*i), htons(v));
  1557. }
  1558. connection_or_write_var_cell_to_buf(cell, conn);
  1559. conn->handshake_state->sent_versions_at = time(NULL);
  1560. var_cell_free(cell);
  1561. return 0;
  1562. }
  1563. /** Send a NETINFO cell on <b>conn</b>, telling the other server what we know
  1564. * about their address, our address, and the current time. */
  1565. int
  1566. connection_or_send_netinfo(or_connection_t *conn)
  1567. {
  1568. cell_t cell;
  1569. time_t now = time(NULL);
  1570. const routerinfo_t *me;
  1571. int len;
  1572. uint8_t *out;
  1573. memset(&cell, 0, sizeof(cell_t));
  1574. cell.command = CELL_NETINFO;
  1575. /* Timestamp. */
  1576. set_uint32(cell.payload, htonl((uint32_t)now));
  1577. /* Their address. */
  1578. out = cell.payload + 4;
  1579. len = append_address_to_payload(out, &conn->_base.addr);
  1580. if (len<0)
  1581. return -1;
  1582. out += len;
  1583. /* My address. */
  1584. if ((me = router_get_my_routerinfo())) {
  1585. tor_addr_t my_addr;
  1586. *out++ = 1; /* only one address is supported. */
  1587. tor_addr_from_ipv4h(&my_addr, me->addr);
  1588. len = append_address_to_payload(out, &my_addr);
  1589. if (len < 0)
  1590. return -1;
  1591. } else {
  1592. *out = 0;
  1593. }
  1594. connection_or_write_cell_to_buf(&cell, conn);
  1595. return 0;
  1596. }
  1597. /** DOCDOC */
  1598. #define OR_CERT_TYPE_TLS_LINK 1
  1599. #define OR_CERT_TYPE_ID_1024 2
  1600. /** Send a CERT cell on the connection <b>conn</b>. Return 0 on success, -1
  1601. * on failure. */
  1602. int
  1603. connection_or_send_cert_cell(or_connection_t *conn)
  1604. {
  1605. const tor_cert_t *link_cert = NULL, *id_cert = NULL;
  1606. const uint8_t *link_encoded = NULL, *id_encoded = NULL;
  1607. size_t link_len, id_len;
  1608. var_cell_t *cell;
  1609. size_t cell_len;
  1610. int pos;
  1611. tor_assert(conn->_base.state == OR_CONN_STATE_OR_HANDSHAKING_V3);
  1612. if (! conn->handshake_state)
  1613. return -1;
  1614. if (tor_tls_get_my_certs(! conn->handshake_state->started_here,
  1615. &link_cert, &id_cert) < 0)
  1616. return -1;
  1617. tor_cert_get_der(link_cert, &link_encoded, &link_len);
  1618. tor_cert_get_der(id_cert, &id_encoded, &id_len);
  1619. cell_len = 1 /* 1 octet: num certs in cell */ +
  1620. 2 * ( 1 + 2 ) /* For each cert: 1 octet for type, 2 for length */ +
  1621. link_len + id_len;
  1622. cell = var_cell_new(cell_len);
  1623. cell->command = CELL_CERT;
  1624. cell->payload[0] = 2;
  1625. pos = 1;
  1626. cell->payload[pos] = OR_CERT_TYPE_TLS_LINK; /* Link cert */
  1627. set_uint16(&cell->payload[pos+1], htons(link_len));
  1628. memcpy(&cell->payload[pos+3], link_encoded, link_len);
  1629. pos += 3 + link_len;
  1630. cell->payload[pos] = OR_CERT_TYPE_ID_1024; /* ID cert */
  1631. set_uint16(&cell->payload[pos+1], htons(id_len));
  1632. memcpy(&cell->payload[pos+3], id_encoded, id_len);
  1633. pos += 3 + id_len;
  1634. tor_assert(pos == (int)cell_len); /* Otherwise we just smashed the heap */
  1635. connection_or_write_var_cell_to_buf(cell, conn);
  1636. var_cell_free(cell);
  1637. return 0;
  1638. }
  1639. /** Send an AUTH_CHALLENGE cell on the connection <b>conn</b>. Return 0
  1640. * on success, -1 on failure. */
  1641. int
  1642. connection_or_send_auth_challenge_cell(or_connection_t *conn)
  1643. {
  1644. var_cell_t *cell;
  1645. uint8_t *cp;
  1646. uint8_t challenge[OR_AUTH_CHALLENGE_LEN];
  1647. tor_assert(conn->_base.state == OR_CONN_STATE_OR_HANDSHAKING_V3);
  1648. if (! conn->handshake_state)
  1649. return -1;
  1650. if (crypto_rand((char*)challenge, OR_AUTH_CHALLENGE_LEN) < 0)
  1651. return -1;
  1652. cell = var_cell_new(OR_AUTH_CHALLENGE_LEN + 4);
  1653. cell->command = CELL_AUTH_CHALLENGE;
  1654. memcpy(cell->payload, challenge, OR_AUTH_CHALLENGE_LEN);
  1655. cp = cell->payload + OR_AUTH_CHALLENGE_LEN;
  1656. set_uint16(cp, htons(1)); /* We recognize one authentication type. */
  1657. set_uint16(cp+2, htons(AUTHTYPE_RSA_SHA256_TLSSECRET));
  1658. connection_or_write_var_cell_to_buf(cell, conn);
  1659. var_cell_free(cell);
  1660. memset(challenge, 0, sizeof(challenge));
  1661. return 0;
  1662. }