connection_or.c 102 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020
  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-2018, 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. * An or_connection_t is a subtype of connection_t (as implemented in
  12. * connection.c) that uses a TLS connection to send and receive cells on the
  13. * Tor network. (By sending and receiving cells connection_or.c, it cooperates
  14. * with channeltls.c to implement a the channel interface of channel.c.)
  15. *
  16. * Every OR connection has an underlying tortls_t object (as implemented in
  17. * tortls.c) which it uses as its TLS stream. It is responsible for
  18. * sending and receiving cells over that TLS.
  19. *
  20. * This module also implements the client side of the v3 Tor link handshake,
  21. **/
  22. #include "core/or/or.h"
  23. #include "feature/client/bridges.h"
  24. #include "lib/container/buffers.h"
  25. /*
  26. * Define this so we get channel internal functions, since we're implementing
  27. * part of a subclass (channel_tls_t).
  28. */
  29. #define TOR_CHANNEL_INTERNAL_
  30. #define CONNECTION_OR_PRIVATE
  31. #include "core/or/channel.h"
  32. #include "core/or/channeltls.h"
  33. #include "core/or/circuitbuild.h"
  34. #include "core/or/circuitlist.h"
  35. #include "core/or/circuitstats.h"
  36. #include "core/or/command.h"
  37. #include "app/config/config.h"
  38. #include "core/mainloop/connection.h"
  39. #include "core/or/connection_or.h"
  40. #include "feature/control/control.h"
  41. #include "lib/crypt_ops/crypto_rand.h"
  42. #include "lib/crypt_ops/crypto_util.h"
  43. #include "feature/dircache/dirserv.h"
  44. #include "feature/client/entrynodes.h"
  45. #include "feature/stats/geoip.h"
  46. #include "core/mainloop/main.h"
  47. #include "trunnel/link_handshake.h"
  48. #include "feature/nodelist/microdesc.h"
  49. #include "feature/nodelist/networkstatus.h"
  50. #include "feature/nodelist/nodelist.h"
  51. #include "core/proto/proto_cell.h"
  52. #include "core/or/reasons.h"
  53. #include "core/or/relay.h"
  54. #include "feature/rend/rendcommon.h"
  55. #include "feature/stats/rephist.h"
  56. #include "feature/relay/router.h"
  57. #include "feature/relay/routerkeys.h"
  58. #include "feature/nodelist/dirlist.h"
  59. #include "feature/nodelist/routerlist.h"
  60. #include "feature/relay/ext_orport.h"
  61. #include "core/or/scheduler.h"
  62. #include "feature/nodelist/torcert.h"
  63. #include "core/or/channelpadding.h"
  64. #include "core/or/cell_st.h"
  65. #include "core/or/cell_queue_st.h"
  66. #include "core/or/or_connection_st.h"
  67. #include "core/or/or_handshake_certs_st.h"
  68. #include "core/or/or_handshake_state_st.h"
  69. #include "app/config/or_state_st.h"
  70. #include "feature/nodelist/routerinfo_st.h"
  71. #include "core/or/var_cell_st.h"
  72. #include "lib/crypt_ops/crypto_format.h"
  73. #include "lib/tls/tortls.h"
  74. #include "lib/tls/x509.h"
  75. static int connection_tls_finish_handshake(or_connection_t *conn);
  76. static int connection_or_launch_v3_or_handshake(or_connection_t *conn);
  77. static int connection_or_process_cells_from_inbuf(or_connection_t *conn);
  78. static int connection_or_check_valid_tls_handshake(or_connection_t *conn,
  79. int started_here,
  80. char *digest_rcvd_out);
  81. static void connection_or_tls_renegotiated_cb(tor_tls_t *tls, void *_conn);
  82. static unsigned int
  83. connection_or_is_bad_for_new_circs(or_connection_t *or_conn);
  84. static void connection_or_mark_bad_for_new_circs(or_connection_t *or_conn);
  85. /*
  86. * Call this when changing connection state, so notifications to the owning
  87. * channel can be handled.
  88. */
  89. static void connection_or_change_state(or_connection_t *conn, uint8_t state);
  90. static void connection_or_check_canonicity(or_connection_t *conn,
  91. int started_here);
  92. /**************************************************************/
  93. /** Convert a connection_t* to an or_connection_t*; assert if the cast is
  94. * invalid. */
  95. or_connection_t *
  96. TO_OR_CONN(connection_t *c)
  97. {
  98. tor_assert(c->magic == OR_CONNECTION_MAGIC);
  99. return DOWNCAST(or_connection_t, c);
  100. }
  101. /** Global map between Extended ORPort identifiers and OR
  102. * connections. */
  103. static digestmap_t *orconn_ext_or_id_map = NULL;
  104. /** Clear clear conn->identity_digest and update other data
  105. * structures as appropriate.*/
  106. void
  107. connection_or_clear_identity(or_connection_t *conn)
  108. {
  109. tor_assert(conn);
  110. memset(conn->identity_digest, 0, DIGEST_LEN);
  111. }
  112. /** Clear all identities in OR conns.*/
  113. void
  114. connection_or_clear_identity_map(void)
  115. {
  116. smartlist_t *conns = get_connection_array();
  117. SMARTLIST_FOREACH(conns, connection_t *, conn,
  118. {
  119. if (conn->type == CONN_TYPE_OR) {
  120. connection_or_clear_identity(TO_OR_CONN(conn));
  121. }
  122. });
  123. }
  124. /** Change conn->identity_digest to digest, and add conn into
  125. * the appropriate digest maps.
  126. *
  127. * NOTE that this function only allows two kinds of transitions: from
  128. * unset identity to set identity, and from idempotent re-settings
  129. * of the same identity. It's not allowed to clear an identity or to
  130. * change an identity. Return 0 on success, and -1 if the transition
  131. * is not allowed.
  132. **/
  133. static void
  134. connection_or_set_identity_digest(or_connection_t *conn,
  135. const char *rsa_digest,
  136. const ed25519_public_key_t *ed_id)
  137. {
  138. channel_t *chan = NULL;
  139. tor_assert(conn);
  140. tor_assert(rsa_digest);
  141. if (conn->chan)
  142. chan = TLS_CHAN_TO_BASE(conn->chan);
  143. log_info(LD_HANDSHAKE, "Set identity digest for %p (%s): %s %s.",
  144. conn,
  145. escaped_safe_str(conn->base_.address),
  146. hex_str(rsa_digest, DIGEST_LEN),
  147. ed25519_fmt(ed_id));
  148. log_info(LD_HANDSHAKE, " (Previously: %s %s)",
  149. hex_str(conn->identity_digest, DIGEST_LEN),
  150. chan ? ed25519_fmt(&chan->ed25519_identity) : "<null>");
  151. const int rsa_id_was_set = ! tor_digest_is_zero(conn->identity_digest);
  152. const int ed_id_was_set =
  153. chan && !ed25519_public_key_is_zero(&chan->ed25519_identity);
  154. const int rsa_changed =
  155. tor_memneq(conn->identity_digest, rsa_digest, DIGEST_LEN);
  156. const int ed_changed = ed_id_was_set &&
  157. (!ed_id || !ed25519_pubkey_eq(ed_id, &chan->ed25519_identity));
  158. tor_assert(!rsa_changed || !rsa_id_was_set);
  159. tor_assert(!ed_changed || !ed_id_was_set);
  160. if (!rsa_changed && !ed_changed)
  161. return;
  162. /* If the identity was set previously, remove the old mapping. */
  163. if (rsa_id_was_set) {
  164. connection_or_clear_identity(conn);
  165. if (chan)
  166. channel_clear_identity_digest(chan);
  167. }
  168. memcpy(conn->identity_digest, rsa_digest, DIGEST_LEN);
  169. /* If we're initializing the IDs to zero, don't add a mapping yet. */
  170. if (tor_digest_is_zero(rsa_digest) &&
  171. (!ed_id || ed25519_public_key_is_zero(ed_id)))
  172. return;
  173. /* Deal with channels */
  174. if (chan)
  175. channel_set_identity_digest(chan, rsa_digest, ed_id);
  176. }
  177. /** Remove the Extended ORPort identifier of <b>conn</b> from the
  178. * global identifier list. Also, clear the identifier from the
  179. * connection itself. */
  180. void
  181. connection_or_remove_from_ext_or_id_map(or_connection_t *conn)
  182. {
  183. or_connection_t *tmp;
  184. if (!orconn_ext_or_id_map)
  185. return;
  186. if (!conn->ext_or_conn_id)
  187. return;
  188. tmp = digestmap_remove(orconn_ext_or_id_map, conn->ext_or_conn_id);
  189. if (!tor_digest_is_zero(conn->ext_or_conn_id))
  190. tor_assert(tmp == conn);
  191. memset(conn->ext_or_conn_id, 0, EXT_OR_CONN_ID_LEN);
  192. }
  193. /** Return the connection whose ext_or_id is <b>id</b>. Return NULL if no such
  194. * connection is found. */
  195. or_connection_t *
  196. connection_or_get_by_ext_or_id(const char *id)
  197. {
  198. if (!orconn_ext_or_id_map)
  199. return NULL;
  200. return digestmap_get(orconn_ext_or_id_map, id);
  201. }
  202. /** Deallocate the global Extended ORPort identifier list */
  203. void
  204. connection_or_clear_ext_or_id_map(void)
  205. {
  206. digestmap_free(orconn_ext_or_id_map, NULL);
  207. orconn_ext_or_id_map = NULL;
  208. }
  209. /** Creates an Extended ORPort identifier for <b>conn</b> and deposits
  210. * it into the global list of identifiers. */
  211. void
  212. connection_or_set_ext_or_identifier(or_connection_t *conn)
  213. {
  214. char random_id[EXT_OR_CONN_ID_LEN];
  215. or_connection_t *tmp;
  216. if (!orconn_ext_or_id_map)
  217. orconn_ext_or_id_map = digestmap_new();
  218. /* Remove any previous identifiers: */
  219. if (conn->ext_or_conn_id && !tor_digest_is_zero(conn->ext_or_conn_id))
  220. connection_or_remove_from_ext_or_id_map(conn);
  221. do {
  222. crypto_rand(random_id, sizeof(random_id));
  223. } while (digestmap_get(orconn_ext_or_id_map, random_id));
  224. if (!conn->ext_or_conn_id)
  225. conn->ext_or_conn_id = tor_malloc_zero(EXT_OR_CONN_ID_LEN);
  226. memcpy(conn->ext_or_conn_id, random_id, EXT_OR_CONN_ID_LEN);
  227. tmp = digestmap_set(orconn_ext_or_id_map, random_id, conn);
  228. tor_assert(!tmp);
  229. }
  230. /**************************************************************/
  231. /** Map from a string describing what a non-open OR connection was doing when
  232. * failed, to an intptr_t describing the count of connections that failed that
  233. * way. Note that the count is stored _as_ the pointer.
  234. */
  235. static strmap_t *broken_connection_counts;
  236. /** If true, do not record information in <b>broken_connection_counts</b>. */
  237. static int disable_broken_connection_counts = 0;
  238. /** Record that an OR connection failed in <b>state</b>. */
  239. static void
  240. note_broken_connection(const char *state)
  241. {
  242. void *ptr;
  243. intptr_t val;
  244. if (disable_broken_connection_counts)
  245. return;
  246. if (!broken_connection_counts)
  247. broken_connection_counts = strmap_new();
  248. ptr = strmap_get(broken_connection_counts, state);
  249. val = (intptr_t)ptr;
  250. val++;
  251. ptr = (void*)val;
  252. strmap_set(broken_connection_counts, state, ptr);
  253. }
  254. /** Forget all recorded states for failed connections. If
  255. * <b>stop_recording</b> is true, don't record any more. */
  256. void
  257. clear_broken_connection_map(int stop_recording)
  258. {
  259. if (broken_connection_counts)
  260. strmap_free(broken_connection_counts, NULL);
  261. broken_connection_counts = NULL;
  262. if (stop_recording)
  263. disable_broken_connection_counts = 1;
  264. }
  265. /** Write a detailed description the state of <b>orconn</b> into the
  266. * <b>buflen</b>-byte buffer at <b>buf</b>. This description includes not
  267. * only the OR-conn level state but also the TLS state. It's useful for
  268. * diagnosing broken handshakes. */
  269. static void
  270. connection_or_get_state_description(or_connection_t *orconn,
  271. char *buf, size_t buflen)
  272. {
  273. connection_t *conn = TO_CONN(orconn);
  274. const char *conn_state;
  275. char tls_state[256];
  276. tor_assert(conn->type == CONN_TYPE_OR || conn->type == CONN_TYPE_EXT_OR);
  277. conn_state = conn_state_to_string(conn->type, conn->state);
  278. tor_tls_get_state_description(orconn->tls, tls_state, sizeof(tls_state));
  279. tor_snprintf(buf, buflen, "%s with SSL state %s", conn_state, tls_state);
  280. }
  281. /** Record the current state of <b>orconn</b> as the state of a broken
  282. * connection. */
  283. static void
  284. connection_or_note_state_when_broken(or_connection_t *orconn)
  285. {
  286. char buf[256];
  287. if (disable_broken_connection_counts)
  288. return;
  289. connection_or_get_state_description(orconn, buf, sizeof(buf));
  290. log_info(LD_HANDSHAKE,"Connection died in state '%s'", buf);
  291. note_broken_connection(buf);
  292. }
  293. /** Helper type used to sort connection states and find the most frequent. */
  294. typedef struct broken_state_count_t {
  295. intptr_t count;
  296. const char *state;
  297. } broken_state_count_t;
  298. /** Helper function used to sort broken_state_count_t by frequency. */
  299. static int
  300. broken_state_count_compare(const void **a_ptr, const void **b_ptr)
  301. {
  302. const broken_state_count_t *a = *a_ptr, *b = *b_ptr;
  303. if (b->count < a->count)
  304. return -1;
  305. else if (b->count == a->count)
  306. return 0;
  307. else
  308. return 1;
  309. }
  310. /** Upper limit on the number of different states to report for connection
  311. * failure. */
  312. #define MAX_REASONS_TO_REPORT 10
  313. /** Report a list of the top states for failed OR connections at log level
  314. * <b>severity</b>, in log domain <b>domain</b>. */
  315. void
  316. connection_or_report_broken_states(int severity, int domain)
  317. {
  318. int total = 0;
  319. smartlist_t *items;
  320. if (!broken_connection_counts || disable_broken_connection_counts)
  321. return;
  322. items = smartlist_new();
  323. STRMAP_FOREACH(broken_connection_counts, state, void *, countptr) {
  324. broken_state_count_t *c = tor_malloc(sizeof(broken_state_count_t));
  325. c->count = (intptr_t)countptr;
  326. total += (int)c->count;
  327. c->state = state;
  328. smartlist_add(items, c);
  329. } STRMAP_FOREACH_END;
  330. smartlist_sort(items, broken_state_count_compare);
  331. tor_log(severity, domain, "%d connections have failed%s", total,
  332. smartlist_len(items) > MAX_REASONS_TO_REPORT ? ". Top reasons:" : ":");
  333. SMARTLIST_FOREACH_BEGIN(items, const broken_state_count_t *, c) {
  334. if (c_sl_idx > MAX_REASONS_TO_REPORT)
  335. break;
  336. tor_log(severity, domain,
  337. " %d connections died in state %s", (int)c->count, c->state);
  338. } SMARTLIST_FOREACH_END(c);
  339. SMARTLIST_FOREACH(items, broken_state_count_t *, c, tor_free(c));
  340. smartlist_free(items);
  341. }
  342. /** Call this to change or_connection_t states, so the owning channel_tls_t can
  343. * be notified.
  344. */
  345. static void
  346. connection_or_change_state(or_connection_t *conn, uint8_t state)
  347. {
  348. uint8_t old_state;
  349. tor_assert(conn);
  350. old_state = conn->base_.state;
  351. conn->base_.state = state;
  352. if (conn->chan)
  353. channel_tls_handle_state_change_on_orconn(conn->chan, conn,
  354. old_state, state);
  355. }
  356. /** Return the number of circuits using an or_connection_t; this used to
  357. * be an or_connection_t field, but it got moved to channel_t and we
  358. * shouldn't maintain two copies. */
  359. MOCK_IMPL(int,
  360. connection_or_get_num_circuits, (or_connection_t *conn))
  361. {
  362. tor_assert(conn);
  363. if (conn->chan) {
  364. return channel_num_circuits(TLS_CHAN_TO_BASE(conn->chan));
  365. } else return 0;
  366. }
  367. /**************************************************************/
  368. /** Pack the cell_t host-order structure <b>src</b> into network-order
  369. * in the buffer <b>dest</b>. See tor-spec.txt for details about the
  370. * wire format.
  371. *
  372. * Note that this function doesn't touch <b>dst</b>-\>next: the caller
  373. * should set it or clear it as appropriate.
  374. */
  375. void
  376. cell_pack(packed_cell_t *dst, const cell_t *src, int wide_circ_ids)
  377. {
  378. char *dest = dst->body;
  379. if (wide_circ_ids) {
  380. set_uint32(dest, htonl(src->circ_id));
  381. dest += 4;
  382. } else {
  383. /* Clear the last two bytes of dest, in case we can accidentally
  384. * send them to the network somehow. */
  385. memset(dest+CELL_MAX_NETWORK_SIZE-2, 0, 2);
  386. set_uint16(dest, htons(src->circ_id));
  387. dest += 2;
  388. }
  389. set_uint8(dest, src->command);
  390. memcpy(dest+1, src->payload, CELL_PAYLOAD_SIZE);
  391. }
  392. /** Unpack the network-order buffer <b>src</b> into a host-order
  393. * cell_t structure <b>dest</b>.
  394. */
  395. static void
  396. cell_unpack(cell_t *dest, const char *src, int wide_circ_ids)
  397. {
  398. if (wide_circ_ids) {
  399. dest->circ_id = ntohl(get_uint32(src));
  400. src += 4;
  401. } else {
  402. dest->circ_id = ntohs(get_uint16(src));
  403. src += 2;
  404. }
  405. dest->command = get_uint8(src);
  406. memcpy(dest->payload, src+1, CELL_PAYLOAD_SIZE);
  407. }
  408. /** Write the header of <b>cell</b> into the first VAR_CELL_MAX_HEADER_SIZE
  409. * bytes of <b>hdr_out</b>. Returns number of bytes used. */
  410. int
  411. var_cell_pack_header(const var_cell_t *cell, char *hdr_out, int wide_circ_ids)
  412. {
  413. int r;
  414. if (wide_circ_ids) {
  415. set_uint32(hdr_out, htonl(cell->circ_id));
  416. hdr_out += 4;
  417. r = VAR_CELL_MAX_HEADER_SIZE;
  418. } else {
  419. set_uint16(hdr_out, htons(cell->circ_id));
  420. hdr_out += 2;
  421. r = VAR_CELL_MAX_HEADER_SIZE - 2;
  422. }
  423. set_uint8(hdr_out, cell->command);
  424. set_uint16(hdr_out+1, htons(cell->payload_len));
  425. return r;
  426. }
  427. /** Allocate and return a new var_cell_t with <b>payload_len</b> bytes of
  428. * payload space. */
  429. var_cell_t *
  430. var_cell_new(uint16_t payload_len)
  431. {
  432. size_t size = offsetof(var_cell_t, payload) + payload_len;
  433. var_cell_t *cell = tor_malloc_zero(size);
  434. cell->payload_len = payload_len;
  435. cell->command = 0;
  436. cell->circ_id = 0;
  437. return cell;
  438. }
  439. /**
  440. * Copy a var_cell_t
  441. */
  442. var_cell_t *
  443. var_cell_copy(const var_cell_t *src)
  444. {
  445. var_cell_t *copy = NULL;
  446. size_t size = 0;
  447. if (src != NULL) {
  448. size = offsetof(var_cell_t, payload) + src->payload_len;
  449. copy = tor_malloc_zero(size);
  450. copy->payload_len = src->payload_len;
  451. copy->command = src->command;
  452. copy->circ_id = src->circ_id;
  453. memcpy(copy->payload, src->payload, copy->payload_len);
  454. }
  455. return copy;
  456. }
  457. /** Release all space held by <b>cell</b>. */
  458. void
  459. var_cell_free_(var_cell_t *cell)
  460. {
  461. tor_free(cell);
  462. }
  463. /** We've received an EOF from <b>conn</b>. Mark it for close and return. */
  464. int
  465. connection_or_reached_eof(or_connection_t *conn)
  466. {
  467. tor_assert(conn);
  468. log_info(LD_OR,"OR connection reached EOF. Closing.");
  469. connection_or_close_normally(conn, 1);
  470. return 0;
  471. }
  472. /** Handle any new bytes that have come in on connection <b>conn</b>.
  473. * If conn is in 'open' state, hand it to
  474. * connection_or_process_cells_from_inbuf()
  475. * (else do nothing).
  476. */
  477. int
  478. connection_or_process_inbuf(or_connection_t *conn)
  479. {
  480. /** Don't let the inbuf of a nonopen OR connection grow beyond this many
  481. * bytes: it's either a broken client, a non-Tor client, or a DOS
  482. * attempt. */
  483. #define MAX_OR_INBUF_WHEN_NONOPEN 0
  484. int ret = 0;
  485. tor_assert(conn);
  486. switch (conn->base_.state) {
  487. case OR_CONN_STATE_PROXY_HANDSHAKING:
  488. ret = connection_read_proxy_handshake(TO_CONN(conn));
  489. /* start TLS after handshake completion, or deal with error */
  490. if (ret == 1) {
  491. tor_assert(TO_CONN(conn)->proxy_state == PROXY_CONNECTED);
  492. if (connection_tls_start_handshake(conn, 0) < 0)
  493. ret = -1;
  494. /* Touch the channel's active timestamp if there is one */
  495. if (conn->chan)
  496. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  497. }
  498. if (ret < 0) {
  499. connection_or_close_for_error(conn, 0);
  500. }
  501. return ret;
  502. case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
  503. case OR_CONN_STATE_OPEN:
  504. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  505. case OR_CONN_STATE_OR_HANDSHAKING_V3:
  506. return connection_or_process_cells_from_inbuf(conn);
  507. default:
  508. break; /* don't do anything */
  509. }
  510. /* This check was necessary with 0.2.2, when the TLS_SERVER_RENEGOTIATING
  511. * check would otherwise just let data accumulate. It serves no purpose
  512. * in 0.2.3.
  513. *
  514. * XXXX Remove this check once we verify that the above paragraph is
  515. * 100% true. */
  516. if (buf_datalen(conn->base_.inbuf) > MAX_OR_INBUF_WHEN_NONOPEN) {
  517. log_fn(LOG_PROTOCOL_WARN, LD_NET, "Accumulated too much data (%d bytes) "
  518. "on nonopen OR connection %s %s:%u in state %s; closing.",
  519. (int)buf_datalen(conn->base_.inbuf),
  520. connection_or_nonopen_was_started_here(conn) ? "to" : "from",
  521. conn->base_.address, conn->base_.port,
  522. conn_state_to_string(conn->base_.type, conn->base_.state));
  523. connection_or_close_for_error(conn, 0);
  524. ret = -1;
  525. }
  526. return ret;
  527. }
  528. /** Called whenever we have flushed some data on an or_conn: add more data
  529. * from active circuits. */
  530. int
  531. connection_or_flushed_some(or_connection_t *conn)
  532. {
  533. size_t datalen;
  534. /* Update the channel's active timestamp if there is one */
  535. if (conn->chan)
  536. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  537. /* If we're under the low water mark, add cells until we're just over the
  538. * high water mark. */
  539. datalen = connection_get_outbuf_len(TO_CONN(conn));
  540. if (datalen < OR_CONN_LOWWATER) {
  541. /* Let the scheduler know */
  542. scheduler_channel_wants_writes(TLS_CHAN_TO_BASE(conn->chan));
  543. }
  544. return 0;
  545. }
  546. /** This is for channeltls.c to ask how many cells we could accept if
  547. * they were available. */
  548. ssize_t
  549. connection_or_num_cells_writeable(or_connection_t *conn)
  550. {
  551. size_t datalen, cell_network_size;
  552. ssize_t n = 0;
  553. tor_assert(conn);
  554. /*
  555. * If we're under the high water mark, we're potentially
  556. * writeable; note this is different from the calculation above
  557. * used to trigger when to start writing after we've stopped.
  558. */
  559. datalen = connection_get_outbuf_len(TO_CONN(conn));
  560. if (datalen < OR_CONN_HIGHWATER) {
  561. cell_network_size = get_cell_network_size(conn->wide_circ_ids);
  562. n = CEIL_DIV(OR_CONN_HIGHWATER - datalen, cell_network_size);
  563. }
  564. return n;
  565. }
  566. /** Connection <b>conn</b> has finished writing and has no bytes left on
  567. * its outbuf.
  568. *
  569. * Otherwise it's in state "open": stop writing and return.
  570. *
  571. * If <b>conn</b> is broken, mark it for close and return -1, else
  572. * return 0.
  573. */
  574. int
  575. connection_or_finished_flushing(or_connection_t *conn)
  576. {
  577. tor_assert(conn);
  578. assert_connection_ok(TO_CONN(conn),0);
  579. switch (conn->base_.state) {
  580. case OR_CONN_STATE_PROXY_HANDSHAKING:
  581. case OR_CONN_STATE_OPEN:
  582. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  583. case OR_CONN_STATE_OR_HANDSHAKING_V3:
  584. break;
  585. default:
  586. log_err(LD_BUG,"Called in unexpected state %d.", conn->base_.state);
  587. tor_fragile_assert();
  588. return -1;
  589. }
  590. /* Update the channel's active timestamp if there is one */
  591. if (conn->chan)
  592. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  593. return 0;
  594. }
  595. /** Connected handler for OR connections: begin the TLS handshake.
  596. */
  597. int
  598. connection_or_finished_connecting(or_connection_t *or_conn)
  599. {
  600. const int proxy_type = or_conn->proxy_type;
  601. connection_t *conn;
  602. tor_assert(or_conn);
  603. conn = TO_CONN(or_conn);
  604. tor_assert(conn->state == OR_CONN_STATE_CONNECTING);
  605. log_debug(LD_HANDSHAKE,"OR connect() to router at %s:%u finished.",
  606. conn->address,conn->port);
  607. control_event_bootstrap(BOOTSTRAP_STATUS_HANDSHAKE, 0);
  608. control_event_boot_first_orconn();
  609. if (proxy_type != PROXY_NONE) {
  610. /* start proxy handshake */
  611. if (connection_proxy_connect(conn, proxy_type) < 0) {
  612. connection_or_close_for_error(or_conn, 0);
  613. return -1;
  614. }
  615. connection_start_reading(conn);
  616. connection_or_change_state(or_conn, OR_CONN_STATE_PROXY_HANDSHAKING);
  617. return 0;
  618. }
  619. if (connection_tls_start_handshake(or_conn, 0) < 0) {
  620. /* TLS handshaking error of some kind. */
  621. connection_or_close_for_error(or_conn, 0);
  622. return -1;
  623. }
  624. return 0;
  625. }
  626. /** Called when we're about to finally unlink and free an OR connection:
  627. * perform necessary accounting and cleanup */
  628. void
  629. connection_or_about_to_close(or_connection_t *or_conn)
  630. {
  631. connection_t *conn = TO_CONN(or_conn);
  632. /* Tell the controlling channel we're closed */
  633. if (or_conn->chan) {
  634. channel_closed(TLS_CHAN_TO_BASE(or_conn->chan));
  635. /*
  636. * NULL this out because the channel might hang around a little
  637. * longer before channel_run_cleanup() gets it.
  638. */
  639. or_conn->chan->conn = NULL;
  640. or_conn->chan = NULL;
  641. }
  642. /* Remember why we're closing this connection. */
  643. if (conn->state != OR_CONN_STATE_OPEN) {
  644. /* now mark things down as needed */
  645. if (connection_or_nonopen_was_started_here(or_conn)) {
  646. const or_options_t *options = get_options();
  647. connection_or_note_state_when_broken(or_conn);
  648. /* Tell the new guard API about the channel failure */
  649. entry_guard_chan_failed(TLS_CHAN_TO_BASE(or_conn->chan));
  650. if (conn->state >= OR_CONN_STATE_TLS_HANDSHAKING) {
  651. int reason = tls_error_to_orconn_end_reason(or_conn->tls_error);
  652. control_event_or_conn_status(or_conn, OR_CONN_EVENT_FAILED,
  653. reason);
  654. if (!authdir_mode_tests_reachability(options))
  655. control_event_bootstrap_prob_or(
  656. orconn_end_reason_to_control_string(reason),
  657. reason, or_conn);
  658. }
  659. }
  660. } else if (conn->hold_open_until_flushed) {
  661. /* We only set hold_open_until_flushed when we're intentionally
  662. * closing a connection. */
  663. control_event_or_conn_status(or_conn, OR_CONN_EVENT_CLOSED,
  664. tls_error_to_orconn_end_reason(or_conn->tls_error));
  665. } else if (!tor_digest_is_zero(or_conn->identity_digest)) {
  666. control_event_or_conn_status(or_conn, OR_CONN_EVENT_CLOSED,
  667. tls_error_to_orconn_end_reason(or_conn->tls_error));
  668. }
  669. }
  670. /** Return 1 if identity digest <b>id_digest</b> is known to be a
  671. * currently or recently running relay. Otherwise return 0. */
  672. int
  673. connection_or_digest_is_known_relay(const char *id_digest)
  674. {
  675. if (router_get_consensus_status_by_id(id_digest))
  676. return 1; /* It's in the consensus: "yes" */
  677. if (router_get_by_id_digest(id_digest))
  678. return 1; /* Not in the consensus, but we have a descriptor for
  679. * it. Probably it was in a recent consensus. "Yes". */
  680. return 0;
  681. }
  682. /** Set the per-conn read and write limits for <b>conn</b>. If it's a known
  683. * relay, we will rely on the global read and write buckets, so give it
  684. * per-conn limits that are big enough they'll never matter. But if it's
  685. * not a known relay, first check if we set PerConnBwRate/Burst, then
  686. * check if the consensus sets them, else default to 'big enough'.
  687. *
  688. * If <b>reset</b> is true, set the bucket to be full. Otherwise, just
  689. * clip the bucket if it happens to be <em>too</em> full.
  690. */
  691. static void
  692. connection_or_update_token_buckets_helper(or_connection_t *conn, int reset,
  693. const or_options_t *options)
  694. {
  695. int rate, burst; /* per-connection rate limiting params */
  696. if (connection_or_digest_is_known_relay(conn->identity_digest)) {
  697. /* It's in the consensus, or we have a descriptor for it meaning it
  698. * was probably in a recent consensus. It's a recognized relay:
  699. * give it full bandwidth. */
  700. rate = (int)options->BandwidthRate;
  701. burst = (int)options->BandwidthBurst;
  702. } else {
  703. /* Not a recognized relay. Squeeze it down based on the suggested
  704. * bandwidth parameters in the consensus, but allow local config
  705. * options to override. */
  706. rate = options->PerConnBWRate ? (int)options->PerConnBWRate :
  707. networkstatus_get_param(NULL, "perconnbwrate",
  708. (int)options->BandwidthRate, 1, INT32_MAX);
  709. burst = options->PerConnBWBurst ? (int)options->PerConnBWBurst :
  710. networkstatus_get_param(NULL, "perconnbwburst",
  711. (int)options->BandwidthBurst, 1, INT32_MAX);
  712. }
  713. token_bucket_rw_adjust(&conn->bucket, rate, burst);
  714. if (reset) {
  715. token_bucket_rw_reset(&conn->bucket, monotime_coarse_get_stamp());
  716. }
  717. }
  718. /** Either our set of relays or our per-conn rate limits have changed.
  719. * Go through all the OR connections and update their token buckets to make
  720. * sure they don't exceed their maximum values. */
  721. void
  722. connection_or_update_token_buckets(smartlist_t *conns,
  723. const or_options_t *options)
  724. {
  725. SMARTLIST_FOREACH(conns, connection_t *, conn,
  726. {
  727. if (connection_speaks_cells(conn))
  728. connection_or_update_token_buckets_helper(TO_OR_CONN(conn), 0, options);
  729. });
  730. }
  731. /* Mark <b>or_conn</b> as canonical if <b>is_canonical</b> is set, and
  732. * non-canonical otherwise. Adjust idle_timeout accordingly.
  733. */
  734. void
  735. connection_or_set_canonical(or_connection_t *or_conn,
  736. int is_canonical)
  737. {
  738. if (bool_eq(is_canonical, or_conn->is_canonical) &&
  739. or_conn->idle_timeout != 0) {
  740. /* Don't recalculate an existing idle_timeout unless the canonical
  741. * status changed. */
  742. return;
  743. }
  744. or_conn->is_canonical = !! is_canonical; /* force to a 1-bit boolean */
  745. or_conn->idle_timeout = channelpadding_get_channel_idle_timeout(
  746. TLS_CHAN_TO_BASE(or_conn->chan), is_canonical);
  747. log_info(LD_CIRC,
  748. "Channel %"PRIu64 " chose an idle timeout of %d.",
  749. or_conn->chan ?
  750. (TLS_CHAN_TO_BASE(or_conn->chan)->global_identifier):0,
  751. or_conn->idle_timeout);
  752. }
  753. /** If we don't necessarily know the router we're connecting to, but we
  754. * have an addr/port/id_digest, then fill in as much as we can. Start
  755. * by checking to see if this describes a router we know.
  756. * <b>started_here</b> is 1 if we are the initiator of <b>conn</b> and
  757. * 0 if it's an incoming connection. */
  758. void
  759. connection_or_init_conn_from_address(or_connection_t *conn,
  760. const tor_addr_t *addr, uint16_t port,
  761. const char *id_digest,
  762. const ed25519_public_key_t *ed_id,
  763. int started_here)
  764. {
  765. log_debug(LD_HANDSHAKE, "init conn from address %s: %s, %s (%d)",
  766. fmt_addr(addr),
  767. hex_str((const char*)id_digest, DIGEST_LEN),
  768. ed25519_fmt(ed_id),
  769. started_here);
  770. connection_or_set_identity_digest(conn, id_digest, ed_id);
  771. connection_or_update_token_buckets_helper(conn, 1, get_options());
  772. conn->base_.port = port;
  773. tor_addr_copy(&conn->base_.addr, addr);
  774. tor_addr_copy(&conn->real_addr, addr);
  775. connection_or_check_canonicity(conn, started_here);
  776. }
  777. /** Check whether the identity of <b>conn</b> matches a known node. If it
  778. * does, check whether the address of conn matches the expected address, and
  779. * update the connection's is_canonical flag, nickname, and address fields as
  780. * appropriate. */
  781. static void
  782. connection_or_check_canonicity(or_connection_t *conn, int started_here)
  783. {
  784. const char *id_digest = conn->identity_digest;
  785. const ed25519_public_key_t *ed_id = NULL;
  786. const tor_addr_t *addr = &conn->real_addr;
  787. if (conn->chan)
  788. ed_id = & TLS_CHAN_TO_BASE(conn->chan)->ed25519_identity;
  789. const node_t *r = node_get_by_id(id_digest);
  790. if (r &&
  791. node_supports_ed25519_link_authentication(r, 1) &&
  792. ! node_ed25519_id_matches(r, ed_id)) {
  793. /* If this node is capable of proving an ed25519 ID,
  794. * we can't call this a canonical connection unless both IDs match. */
  795. r = NULL;
  796. }
  797. if (r) {
  798. tor_addr_port_t node_ap;
  799. node_get_pref_orport(r, &node_ap);
  800. /* XXXX proposal 186 is making this more complex. For now, a conn
  801. is canonical when it uses the _preferred_ address. */
  802. if (tor_addr_eq(&conn->base_.addr, &node_ap.addr))
  803. connection_or_set_canonical(conn, 1);
  804. if (!started_here) {
  805. /* Override the addr/port, so our log messages will make sense.
  806. * This is dangerous, since if we ever try looking up a conn by
  807. * its actual addr/port, we won't remember. Careful! */
  808. /* XXXX arma: this is stupid, and it's the reason we need real_addr
  809. * to track is_canonical properly. What requires it? */
  810. /* XXXX <arma> i believe the reason we did this, originally, is because
  811. * we wanted to log what OR a connection was to, and if we logged the
  812. * right IP address and port 56244, that wouldn't be as helpful. now we
  813. * log the "right" port too, so we know if it's moria1 or moria2.
  814. */
  815. tor_addr_copy(&conn->base_.addr, &node_ap.addr);
  816. conn->base_.port = node_ap.port;
  817. }
  818. tor_free(conn->nickname);
  819. conn->nickname = tor_strdup(node_get_nickname(r));
  820. tor_free(conn->base_.address);
  821. conn->base_.address = tor_addr_to_str_dup(&node_ap.addr);
  822. } else {
  823. tor_free(conn->nickname);
  824. conn->nickname = tor_malloc(HEX_DIGEST_LEN+2);
  825. conn->nickname[0] = '$';
  826. base16_encode(conn->nickname+1, HEX_DIGEST_LEN+1,
  827. conn->identity_digest, DIGEST_LEN);
  828. tor_free(conn->base_.address);
  829. conn->base_.address = tor_addr_to_str_dup(addr);
  830. }
  831. /*
  832. * We have to tell channeltls.c to update the channel marks (local, in
  833. * particular), since we may have changed the address.
  834. */
  835. if (conn->chan) {
  836. channel_tls_update_marks(conn);
  837. }
  838. }
  839. /** These just pass all the is_bad_for_new_circs manipulation on to
  840. * channel_t */
  841. static unsigned int
  842. connection_or_is_bad_for_new_circs(or_connection_t *or_conn)
  843. {
  844. tor_assert(or_conn);
  845. if (or_conn->chan)
  846. return channel_is_bad_for_new_circs(TLS_CHAN_TO_BASE(or_conn->chan));
  847. else return 0;
  848. }
  849. static void
  850. connection_or_mark_bad_for_new_circs(or_connection_t *or_conn)
  851. {
  852. tor_assert(or_conn);
  853. if (or_conn->chan)
  854. channel_mark_bad_for_new_circs(TLS_CHAN_TO_BASE(or_conn->chan));
  855. }
  856. /** How old do we let a connection to an OR get before deciding it's
  857. * too old for new circuits? */
  858. #define TIME_BEFORE_OR_CONN_IS_TOO_OLD (60*60*24*7)
  859. /** Expire an or_connection if it is too old. Helper for
  860. * connection_or_group_set_badness_ and fast path for
  861. * channel_rsa_id_group_set_badness.
  862. *
  863. * Returns 1 if the connection was already expired, else 0.
  864. */
  865. int
  866. connection_or_single_set_badness_(time_t now,
  867. or_connection_t *or_conn,
  868. int force)
  869. {
  870. /* XXXX this function should also be about channels? */
  871. if (or_conn->base_.marked_for_close ||
  872. connection_or_is_bad_for_new_circs(or_conn))
  873. return 1;
  874. if (force ||
  875. or_conn->base_.timestamp_created + TIME_BEFORE_OR_CONN_IS_TOO_OLD
  876. < now) {
  877. log_info(LD_OR,
  878. "Marking OR conn to %s:%d as too old for new circuits "
  879. "(fd "TOR_SOCKET_T_FORMAT", %d secs old).",
  880. or_conn->base_.address, or_conn->base_.port, or_conn->base_.s,
  881. (int)(now - or_conn->base_.timestamp_created));
  882. connection_or_mark_bad_for_new_circs(or_conn);
  883. }
  884. return 0;
  885. }
  886. /** Given a list of all the or_connections with a given
  887. * identity, set elements of that list as is_bad_for_new_circs as
  888. * appropriate. Helper for connection_or_set_bad_connections().
  889. *
  890. * Specifically, we set the is_bad_for_new_circs flag on:
  891. * - all connections if <b>force</b> is true.
  892. * - all connections that are too old.
  893. * - all open non-canonical connections for which a canonical connection
  894. * exists to the same router.
  895. * - all open canonical connections for which a 'better' canonical
  896. * connection exists to the same router.
  897. * - all open non-canonical connections for which a 'better' non-canonical
  898. * connection exists to the same router at the same address.
  899. *
  900. * See channel_is_better() in channel.c for our idea of what makes one OR
  901. * connection better than another.
  902. */
  903. void
  904. connection_or_group_set_badness_(smartlist_t *group, int force)
  905. {
  906. /* XXXX this function should be entirely about channels, not OR
  907. * XXXX connections. */
  908. or_connection_t *best = NULL;
  909. int n_old = 0, n_inprogress = 0, n_canonical = 0, n_other = 0;
  910. time_t now = time(NULL);
  911. /* Pass 1: expire everything that's old, and see what the status of
  912. * everything else is. */
  913. SMARTLIST_FOREACH_BEGIN(group, or_connection_t *, or_conn) {
  914. if (connection_or_single_set_badness_(now, or_conn, force))
  915. continue;
  916. if (connection_or_is_bad_for_new_circs(or_conn)) {
  917. ++n_old;
  918. } else if (or_conn->base_.state != OR_CONN_STATE_OPEN) {
  919. ++n_inprogress;
  920. } else if (or_conn->is_canonical) {
  921. ++n_canonical;
  922. } else {
  923. ++n_other;
  924. }
  925. } SMARTLIST_FOREACH_END(or_conn);
  926. /* Pass 2: We know how about how good the best connection is.
  927. * expire everything that's worse, and find the very best if we can. */
  928. SMARTLIST_FOREACH_BEGIN(group, or_connection_t *, or_conn) {
  929. if (or_conn->base_.marked_for_close ||
  930. connection_or_is_bad_for_new_circs(or_conn))
  931. continue; /* This one doesn't need to be marked bad. */
  932. if (or_conn->base_.state != OR_CONN_STATE_OPEN)
  933. continue; /* Don't mark anything bad until we have seen what happens
  934. * when the connection finishes. */
  935. if (n_canonical && !or_conn->is_canonical) {
  936. /* We have at least one open canonical connection to this router,
  937. * and this one is open but not canonical. Mark it bad. */
  938. log_info(LD_OR,
  939. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  940. "(fd "TOR_SOCKET_T_FORMAT", %d secs old). It is not "
  941. "canonical, and we have another connection to that OR that is.",
  942. or_conn->base_.address, or_conn->base_.port, or_conn->base_.s,
  943. (int)(now - or_conn->base_.timestamp_created));
  944. connection_or_mark_bad_for_new_circs(or_conn);
  945. continue;
  946. }
  947. if (!best ||
  948. channel_is_better(TLS_CHAN_TO_BASE(or_conn->chan),
  949. TLS_CHAN_TO_BASE(best->chan))) {
  950. best = or_conn;
  951. }
  952. } SMARTLIST_FOREACH_END(or_conn);
  953. if (!best)
  954. return;
  955. /* Pass 3: One connection to OR is best. If it's canonical, mark as bad
  956. * every other open connection. If it's non-canonical, mark as bad
  957. * every other open connection to the same address.
  958. *
  959. * XXXX This isn't optimal; if we have connections to an OR at multiple
  960. * addresses, we'd like to pick the best _for each address_, and mark as
  961. * bad every open connection that isn't best for its address. But this
  962. * can only occur in cases where the other OR is old (so we have no
  963. * canonical connection to it), or where all the connections to the OR are
  964. * at noncanonical addresses and we have no good direct connection (which
  965. * means we aren't at risk of attaching circuits to it anyway). As
  966. * 0.1.2.x dies out, the first case will go away, and the second one is
  967. * "mostly harmless", so a fix can wait until somebody is bored.
  968. */
  969. SMARTLIST_FOREACH_BEGIN(group, or_connection_t *, or_conn) {
  970. if (or_conn->base_.marked_for_close ||
  971. connection_or_is_bad_for_new_circs(or_conn) ||
  972. or_conn->base_.state != OR_CONN_STATE_OPEN)
  973. continue;
  974. if (or_conn != best &&
  975. channel_is_better(TLS_CHAN_TO_BASE(best->chan),
  976. TLS_CHAN_TO_BASE(or_conn->chan))) {
  977. /* This isn't the best conn, _and_ the best conn is better than it */
  978. if (best->is_canonical) {
  979. log_info(LD_OR,
  980. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  981. "(fd "TOR_SOCKET_T_FORMAT", %d secs old). "
  982. "We have a better canonical one "
  983. "(fd "TOR_SOCKET_T_FORMAT"; %d secs old).",
  984. or_conn->base_.address, or_conn->base_.port, or_conn->base_.s,
  985. (int)(now - or_conn->base_.timestamp_created),
  986. best->base_.s, (int)(now - best->base_.timestamp_created));
  987. connection_or_mark_bad_for_new_circs(or_conn);
  988. } else if (!tor_addr_compare(&or_conn->real_addr,
  989. &best->real_addr, CMP_EXACT)) {
  990. log_info(LD_OR,
  991. "Marking OR conn to %s:%d as unsuitable for new circuits: "
  992. "(fd "TOR_SOCKET_T_FORMAT", %d secs old). We have a better "
  993. "one with the "
  994. "same address (fd "TOR_SOCKET_T_FORMAT"; %d secs old).",
  995. or_conn->base_.address, or_conn->base_.port, or_conn->base_.s,
  996. (int)(now - or_conn->base_.timestamp_created),
  997. best->base_.s, (int)(now - best->base_.timestamp_created));
  998. connection_or_mark_bad_for_new_circs(or_conn);
  999. }
  1000. }
  1001. } SMARTLIST_FOREACH_END(or_conn);
  1002. }
  1003. /* Lifetime of a connection failure. After that, we'll retry. This is in
  1004. * seconds. */
  1005. #define OR_CONNECT_FAILURE_LIFETIME 60
  1006. /* The interval to use with when to clean up the failure cache. */
  1007. #define OR_CONNECT_FAILURE_CLEANUP_INTERVAL 60
  1008. /* When is the next time we have to cleanup the failure map. We keep this
  1009. * because we clean it opportunistically. */
  1010. static time_t or_connect_failure_map_next_cleanup_ts = 0;
  1011. /* OR connection failure entry data structure. It is kept in the connection
  1012. * failure map defined below and indexed by OR identity digest, address and
  1013. * port.
  1014. *
  1015. * We need to identify a connection failure with these three values because we
  1016. * want to avoid to wrongfully blacklist a relay if someone is trying to
  1017. * extend to a known identity digest but with the wrong IP/port. For instance,
  1018. * it can happen if a relay changed its port but the client still has an old
  1019. * descriptor with the old port. We want to stop connecting to that
  1020. * IP/port/identity all together, not only the relay identity. */
  1021. typedef struct or_connect_failure_entry_t {
  1022. HT_ENTRY(or_connect_failure_entry_t) node;
  1023. /* Identity digest of the connection where it is connecting to. */
  1024. uint8_t identity_digest[DIGEST_LEN];
  1025. /* This is the connection address from the base connection_t. After the
  1026. * connection is checked for canonicity, the base address should represent
  1027. * what we know instead of where we are connecting to. This is what we need
  1028. * so we can correlate known relays within the consensus. */
  1029. tor_addr_t addr;
  1030. uint16_t port;
  1031. /* Last time we were unable to connect. */
  1032. time_t last_failed_connect_ts;
  1033. } or_connect_failure_entry_t;
  1034. /* Map where we keep connection failure entries. They are indexed by addr,
  1035. * port and identity digest. */
  1036. static HT_HEAD(or_connect_failure_ht, or_connect_failure_entry_t)
  1037. or_connect_failures_map = HT_INITIALIZER();
  1038. /* Helper: Hashtable equal function. Return 1 if equal else 0. */
  1039. static int
  1040. or_connect_failure_ht_eq(const or_connect_failure_entry_t *a,
  1041. const or_connect_failure_entry_t *b)
  1042. {
  1043. return fast_memeq(a->identity_digest, b->identity_digest, DIGEST_LEN) &&
  1044. tor_addr_eq(&a->addr, &b->addr) &&
  1045. a->port == b->port;
  1046. }
  1047. /* Helper: Return the hash for the hashtable of the given entry. For this
  1048. * table, it is a combination of address, port and identity digest. */
  1049. static unsigned int
  1050. or_connect_failure_ht_hash(const or_connect_failure_entry_t *entry)
  1051. {
  1052. size_t offset = 0, addr_size;
  1053. const void *addr_ptr;
  1054. /* Largest size is IPv6 and IPv4 is smaller so it is fine. */
  1055. uint8_t data[16 + sizeof(uint16_t) + DIGEST_LEN];
  1056. /* Get the right address bytes depending on the family. */
  1057. switch (tor_addr_family(&entry->addr)) {
  1058. case AF_INET:
  1059. addr_size = 4;
  1060. addr_ptr = &entry->addr.addr.in_addr.s_addr;
  1061. break;
  1062. case AF_INET6:
  1063. addr_size = 16;
  1064. addr_ptr = &entry->addr.addr.in6_addr.s6_addr;
  1065. break;
  1066. default:
  1067. tor_assert_nonfatal_unreached();
  1068. return 0;
  1069. }
  1070. memcpy(data, addr_ptr, addr_size);
  1071. offset += addr_size;
  1072. memcpy(data + offset, entry->identity_digest, DIGEST_LEN);
  1073. offset += DIGEST_LEN;
  1074. set_uint16(data + offset, entry->port);
  1075. offset += sizeof(uint16_t);
  1076. return (unsigned int) siphash24g(data, offset);
  1077. }
  1078. HT_PROTOTYPE(or_connect_failure_ht, or_connect_failure_entry_t, node,
  1079. or_connect_failure_ht_hash, or_connect_failure_ht_eq)
  1080. HT_GENERATE2(or_connect_failure_ht, or_connect_failure_entry_t, node,
  1081. or_connect_failure_ht_hash, or_connect_failure_ht_eq,
  1082. 0.6, tor_reallocarray_, tor_free_)
  1083. /* Initialize a given connect failure entry with the given identity_digest,
  1084. * addr and port. All field are optional except ocf. */
  1085. static void
  1086. or_connect_failure_init(const char *identity_digest, const tor_addr_t *addr,
  1087. uint16_t port, or_connect_failure_entry_t *ocf)
  1088. {
  1089. tor_assert(ocf);
  1090. if (identity_digest) {
  1091. memcpy(ocf->identity_digest, identity_digest,
  1092. sizeof(ocf->identity_digest));
  1093. }
  1094. if (addr) {
  1095. tor_addr_copy(&ocf->addr, addr);
  1096. }
  1097. ocf->port = port;
  1098. }
  1099. /* Return a newly allocated connection failure entry. It is initialized with
  1100. * the given or_conn data. This can't fail. */
  1101. static or_connect_failure_entry_t *
  1102. or_connect_failure_new(const or_connection_t *or_conn)
  1103. {
  1104. or_connect_failure_entry_t *ocf = tor_malloc_zero(sizeof(*ocf));
  1105. or_connect_failure_init(or_conn->identity_digest, &or_conn->real_addr,
  1106. TO_CONN(or_conn)->port, ocf);
  1107. return ocf;
  1108. }
  1109. /* Return a connection failure entry matching the given or_conn. NULL is
  1110. * returned if not found. */
  1111. static or_connect_failure_entry_t *
  1112. or_connect_failure_find(const or_connection_t *or_conn)
  1113. {
  1114. or_connect_failure_entry_t lookup;
  1115. tor_assert(or_conn);
  1116. or_connect_failure_init(or_conn->identity_digest, &TO_CONN(or_conn)->addr,
  1117. TO_CONN(or_conn)->port, &lookup);
  1118. return HT_FIND(or_connect_failure_ht, &or_connect_failures_map, &lookup);
  1119. }
  1120. /* Note down in the connection failure cache that a failure occurred on the
  1121. * given or_conn. */
  1122. STATIC void
  1123. note_or_connect_failed(const or_connection_t *or_conn)
  1124. {
  1125. or_connect_failure_entry_t *ocf = NULL;
  1126. tor_assert(or_conn);
  1127. ocf = or_connect_failure_find(or_conn);
  1128. if (ocf == NULL) {
  1129. ocf = or_connect_failure_new(or_conn);
  1130. HT_INSERT(or_connect_failure_ht, &or_connect_failures_map, ocf);
  1131. }
  1132. ocf->last_failed_connect_ts = approx_time();
  1133. }
  1134. /* Cleanup the connection failure cache and remove all entries below the
  1135. * given cutoff. */
  1136. static void
  1137. or_connect_failure_map_cleanup(time_t cutoff)
  1138. {
  1139. or_connect_failure_entry_t **ptr, **next, *entry;
  1140. for (ptr = HT_START(or_connect_failure_ht, &or_connect_failures_map);
  1141. ptr != NULL; ptr = next) {
  1142. entry = *ptr;
  1143. if (entry->last_failed_connect_ts <= cutoff) {
  1144. next = HT_NEXT_RMV(or_connect_failure_ht, &or_connect_failures_map, ptr);
  1145. tor_free(entry);
  1146. } else {
  1147. next = HT_NEXT(or_connect_failure_ht, &or_connect_failures_map, ptr);
  1148. }
  1149. }
  1150. }
  1151. /* Return true iff the given OR connection can connect to its destination that
  1152. * is the triplet identity_digest, address and port.
  1153. *
  1154. * The or_conn MUST have gone through connection_or_check_canonicity() so the
  1155. * base address is properly set to what we know or doesn't know. */
  1156. STATIC int
  1157. should_connect_to_relay(const or_connection_t *or_conn)
  1158. {
  1159. time_t now, cutoff;
  1160. time_t connect_failed_since_ts = 0;
  1161. or_connect_failure_entry_t *ocf;
  1162. tor_assert(or_conn);
  1163. now = approx_time();
  1164. cutoff = now - OR_CONNECT_FAILURE_LIFETIME;
  1165. /* Opportunistically try to cleanup the failure cache. We do that at regular
  1166. * interval so it doesn't grow too big. */
  1167. if (or_connect_failure_map_next_cleanup_ts <= now) {
  1168. or_connect_failure_map_cleanup(cutoff);
  1169. or_connect_failure_map_next_cleanup_ts =
  1170. now + OR_CONNECT_FAILURE_CLEANUP_INTERVAL;
  1171. }
  1172. /* Look if we have failed previously to the same destination as this
  1173. * OR connection. */
  1174. ocf = or_connect_failure_find(or_conn);
  1175. if (ocf) {
  1176. connect_failed_since_ts = ocf->last_failed_connect_ts;
  1177. }
  1178. /* If we do have an unable to connect timestamp and it is below cutoff, we
  1179. * can connect. Or we have never failed before so let it connect. */
  1180. if (connect_failed_since_ts > cutoff) {
  1181. goto no_connect;
  1182. }
  1183. /* Ok we can connect! */
  1184. return 1;
  1185. no_connect:
  1186. return 0;
  1187. }
  1188. /** <b>conn</b> is in the 'connecting' state, and it failed to complete
  1189. * a TCP connection. Send notifications appropriately.
  1190. *
  1191. * <b>reason</b> specifies the or_conn_end_reason for the failure;
  1192. * <b>msg</b> specifies the strerror-style error message.
  1193. */
  1194. void
  1195. connection_or_connect_failed(or_connection_t *conn,
  1196. int reason, const char *msg)
  1197. {
  1198. control_event_or_conn_status(conn, OR_CONN_EVENT_FAILED, reason);
  1199. if (!authdir_mode_tests_reachability(get_options()))
  1200. control_event_bootstrap_prob_or(msg, reason, conn);
  1201. note_or_connect_failed(conn);
  1202. }
  1203. /** <b>conn</b> got an error in connection_handle_read_impl() or
  1204. * connection_handle_write_impl() and is going to die soon.
  1205. *
  1206. * <b>reason</b> specifies the or_conn_end_reason for the failure;
  1207. * <b>msg</b> specifies the strerror-style error message.
  1208. */
  1209. void
  1210. connection_or_notify_error(or_connection_t *conn,
  1211. int reason, const char *msg)
  1212. {
  1213. channel_t *chan;
  1214. tor_assert(conn);
  1215. /* If we're connecting, call connect_failed() too */
  1216. if (TO_CONN(conn)->state == OR_CONN_STATE_CONNECTING)
  1217. connection_or_connect_failed(conn, reason, msg);
  1218. /* Tell the controlling channel if we have one */
  1219. if (conn->chan) {
  1220. chan = TLS_CHAN_TO_BASE(conn->chan);
  1221. /* Don't transition if we're already in closing, closed or error */
  1222. if (!CHANNEL_CONDEMNED(chan)) {
  1223. channel_close_for_error(chan);
  1224. }
  1225. }
  1226. /* No need to mark for error because connection.c is about to do that */
  1227. }
  1228. /** Launch a new OR connection to <b>addr</b>:<b>port</b> and expect to
  1229. * handshake with an OR with identity digest <b>id_digest</b>. Optionally,
  1230. * pass in a pointer to a channel using this connection.
  1231. *
  1232. * If <b>id_digest</b> is me, do nothing. If we're already connected to it,
  1233. * return that connection. If the connect() is in progress, set the
  1234. * new conn's state to 'connecting' and return it. If connect() succeeds,
  1235. * call connection_tls_start_handshake() on it.
  1236. *
  1237. * This function is called from router_retry_connections(), for
  1238. * ORs connecting to ORs, and circuit_establish_circuit(), for
  1239. * OPs connecting to ORs.
  1240. *
  1241. * Return the launched conn, or NULL if it failed.
  1242. */
  1243. MOCK_IMPL(or_connection_t *,
  1244. connection_or_connect, (const tor_addr_t *_addr, uint16_t port,
  1245. const char *id_digest,
  1246. const ed25519_public_key_t *ed_id,
  1247. channel_tls_t *chan))
  1248. {
  1249. or_connection_t *conn;
  1250. const or_options_t *options = get_options();
  1251. int socket_error = 0;
  1252. tor_addr_t addr;
  1253. int r;
  1254. tor_addr_t proxy_addr;
  1255. uint16_t proxy_port;
  1256. int proxy_type;
  1257. tor_assert(_addr);
  1258. tor_assert(id_digest);
  1259. tor_addr_copy(&addr, _addr);
  1260. if (server_mode(options) && router_digest_is_me(id_digest)) {
  1261. log_info(LD_PROTOCOL,"Client asked me to connect to myself. Refusing.");
  1262. return NULL;
  1263. }
  1264. if (server_mode(options) && router_ed25519_id_is_me(ed_id)) {
  1265. log_info(LD_PROTOCOL,"Client asked me to connect to myself by Ed25519 "
  1266. "identity. Refusing.");
  1267. return NULL;
  1268. }
  1269. conn = or_connection_new(CONN_TYPE_OR, tor_addr_family(&addr));
  1270. /*
  1271. * Set up conn so it's got all the data we need to remember for channels
  1272. *
  1273. * This stuff needs to happen before connection_or_init_conn_from_address()
  1274. * so connection_or_set_identity_digest() and such know where to look to
  1275. * keep the channel up to date.
  1276. */
  1277. conn->chan = chan;
  1278. chan->conn = conn;
  1279. connection_or_init_conn_from_address(conn, &addr, port, id_digest, ed_id, 1);
  1280. /* We have a proper OR connection setup, now check if we can connect to it
  1281. * that is we haven't had a failure earlier. This is to avoid to try to
  1282. * constantly connect to relays that we think are not reachable. */
  1283. if (!should_connect_to_relay(conn)) {
  1284. log_info(LD_GENERAL, "Can't connect to identity %s at %s:%u because we "
  1285. "failed earlier. Refusing.",
  1286. hex_str(id_digest, DIGEST_LEN), fmt_addr(&TO_CONN(conn)->addr),
  1287. TO_CONN(conn)->port);
  1288. connection_free_(TO_CONN(conn));
  1289. return NULL;
  1290. }
  1291. connection_or_change_state(conn, OR_CONN_STATE_CONNECTING);
  1292. control_event_or_conn_status(conn, OR_CONN_EVENT_LAUNCHED, 0);
  1293. conn->is_outgoing = 1;
  1294. /* If we are using a proxy server, find it and use it. */
  1295. r = get_proxy_addrport(&proxy_addr, &proxy_port, &proxy_type, TO_CONN(conn));
  1296. if (r == 0) {
  1297. conn->proxy_type = proxy_type;
  1298. if (proxy_type != PROXY_NONE) {
  1299. tor_addr_copy(&addr, &proxy_addr);
  1300. port = proxy_port;
  1301. conn->base_.proxy_state = PROXY_INFANT;
  1302. }
  1303. } else {
  1304. /* get_proxy_addrport() might fail if we have a Bridge line that
  1305. references a transport, but no ClientTransportPlugin lines
  1306. defining its transport proxy. If this is the case, let's try to
  1307. output a useful log message to the user. */
  1308. const char *transport_name =
  1309. find_transport_name_by_bridge_addrport(&TO_CONN(conn)->addr,
  1310. TO_CONN(conn)->port);
  1311. if (transport_name) {
  1312. log_warn(LD_GENERAL, "We were supposed to connect to bridge '%s' "
  1313. "using pluggable transport '%s', but we can't find a pluggable "
  1314. "transport proxy supporting '%s'. This can happen if you "
  1315. "haven't provided a ClientTransportPlugin line, or if "
  1316. "your pluggable transport proxy stopped running.",
  1317. fmt_addrport(&TO_CONN(conn)->addr, TO_CONN(conn)->port),
  1318. transport_name, transport_name);
  1319. control_event_bootstrap_prob_or(
  1320. "Can't connect to bridge",
  1321. END_OR_CONN_REASON_PT_MISSING,
  1322. conn);
  1323. } else {
  1324. log_warn(LD_GENERAL, "Tried to connect to '%s' through a proxy, but "
  1325. "the proxy address could not be found.",
  1326. fmt_addrport(&TO_CONN(conn)->addr, TO_CONN(conn)->port));
  1327. }
  1328. connection_free_(TO_CONN(conn));
  1329. return NULL;
  1330. }
  1331. switch (connection_connect(TO_CONN(conn), conn->base_.address,
  1332. &addr, port, &socket_error)) {
  1333. case -1:
  1334. /* We failed to establish a connection probably because of a local
  1335. * error. No need to blame the guard in this case. Notify the networking
  1336. * system of this failure. */
  1337. connection_or_connect_failed(conn,
  1338. errno_to_orconn_end_reason(socket_error),
  1339. tor_socket_strerror(socket_error));
  1340. connection_free_(TO_CONN(conn));
  1341. return NULL;
  1342. case 0:
  1343. connection_watch_events(TO_CONN(conn), READ_EVENT | WRITE_EVENT);
  1344. /* writable indicates finish, readable indicates broken link,
  1345. error indicates broken link on windows */
  1346. return conn;
  1347. /* case 1: fall through */
  1348. }
  1349. if (connection_or_finished_connecting(conn) < 0) {
  1350. /* already marked for close */
  1351. return NULL;
  1352. }
  1353. return conn;
  1354. }
  1355. /** Mark orconn for close and transition the associated channel, if any, to
  1356. * the closing state.
  1357. *
  1358. * It's safe to call this and connection_or_close_for_error() any time, and
  1359. * channel layer will treat it as a connection closing for reasons outside
  1360. * its control, like the remote end closing it. It can also be a local
  1361. * reason that's specific to connection_t/or_connection_t rather than
  1362. * the channel mechanism, such as expiration of old connections in
  1363. * run_connection_housekeeping(). If you want to close a channel_t
  1364. * from somewhere that logically works in terms of generic channels
  1365. * rather than connections, use channel_mark_for_close(); see also
  1366. * the comment on that function in channel.c.
  1367. */
  1368. void
  1369. connection_or_close_normally(or_connection_t *orconn, int flush)
  1370. {
  1371. channel_t *chan = NULL;
  1372. tor_assert(orconn);
  1373. if (flush) connection_mark_and_flush_internal(TO_CONN(orconn));
  1374. else connection_mark_for_close_internal(TO_CONN(orconn));
  1375. if (orconn->chan) {
  1376. chan = TLS_CHAN_TO_BASE(orconn->chan);
  1377. /* Don't transition if we're already in closing, closed or error */
  1378. if (!CHANNEL_CONDEMNED(chan)) {
  1379. channel_close_from_lower_layer(chan);
  1380. }
  1381. }
  1382. }
  1383. /** Mark orconn for close and transition the associated channel, if any, to
  1384. * the error state.
  1385. */
  1386. MOCK_IMPL(void,
  1387. connection_or_close_for_error,(or_connection_t *orconn, int flush))
  1388. {
  1389. channel_t *chan = NULL;
  1390. tor_assert(orconn);
  1391. if (flush) connection_mark_and_flush_internal(TO_CONN(orconn));
  1392. else connection_mark_for_close_internal(TO_CONN(orconn));
  1393. if (orconn->chan) {
  1394. chan = TLS_CHAN_TO_BASE(orconn->chan);
  1395. /* Don't transition if we're already in closing, closed or error */
  1396. if (!CHANNEL_CONDEMNED(chan)) {
  1397. channel_close_for_error(chan);
  1398. }
  1399. }
  1400. }
  1401. /** Begin the tls handshake with <b>conn</b>. <b>receiving</b> is 0 if
  1402. * we initiated the connection, else it's 1.
  1403. *
  1404. * Assign a new tls object to conn->tls, begin reading on <b>conn</b>, and
  1405. * pass <b>conn</b> to connection_tls_continue_handshake().
  1406. *
  1407. * Return -1 if <b>conn</b> is broken, else return 0.
  1408. */
  1409. MOCK_IMPL(int,
  1410. connection_tls_start_handshake,(or_connection_t *conn, int receiving))
  1411. {
  1412. channel_listener_t *chan_listener;
  1413. channel_t *chan;
  1414. /* Incoming connections will need a new channel passed to the
  1415. * channel_tls_listener */
  1416. if (receiving) {
  1417. /* It shouldn't already be set */
  1418. tor_assert(!(conn->chan));
  1419. chan_listener = channel_tls_get_listener();
  1420. if (!chan_listener) {
  1421. chan_listener = channel_tls_start_listener();
  1422. command_setup_listener(chan_listener);
  1423. }
  1424. chan = channel_tls_handle_incoming(conn);
  1425. channel_listener_queue_incoming(chan_listener, chan);
  1426. }
  1427. connection_or_change_state(conn, OR_CONN_STATE_TLS_HANDSHAKING);
  1428. tor_assert(!conn->tls);
  1429. conn->tls = tor_tls_new(conn->base_.s, receiving);
  1430. if (!conn->tls) {
  1431. log_warn(LD_BUG,"tor_tls_new failed. Closing.");
  1432. return -1;
  1433. }
  1434. tor_tls_set_logged_address(conn->tls, // XXX client and relay?
  1435. escaped_safe_str(conn->base_.address));
  1436. connection_start_reading(TO_CONN(conn));
  1437. log_debug(LD_HANDSHAKE,"starting TLS handshake on fd "TOR_SOCKET_T_FORMAT,
  1438. conn->base_.s);
  1439. if (connection_tls_continue_handshake(conn) < 0)
  1440. return -1;
  1441. return 0;
  1442. }
  1443. /** Block all future attempts to renegotiate on 'conn' */
  1444. void
  1445. connection_or_block_renegotiation(or_connection_t *conn)
  1446. {
  1447. tor_tls_t *tls = conn->tls;
  1448. if (!tls)
  1449. return;
  1450. tor_tls_set_renegotiate_callback(tls, NULL, NULL);
  1451. tor_tls_block_renegotiation(tls);
  1452. }
  1453. /** Invoked on the server side from inside tor_tls_read() when the server
  1454. * gets a successful TLS renegotiation from the client. */
  1455. static void
  1456. connection_or_tls_renegotiated_cb(tor_tls_t *tls, void *_conn)
  1457. {
  1458. or_connection_t *conn = _conn;
  1459. (void)tls;
  1460. /* Don't invoke this again. */
  1461. connection_or_block_renegotiation(conn);
  1462. if (connection_tls_finish_handshake(conn) < 0) {
  1463. /* XXXX_TLS double-check that it's ok to do this from inside read. */
  1464. /* XXXX_TLS double-check that this verifies certificates. */
  1465. connection_or_close_for_error(conn, 0);
  1466. }
  1467. }
  1468. /** Move forward with the tls handshake. If it finishes, hand
  1469. * <b>conn</b> to connection_tls_finish_handshake().
  1470. *
  1471. * Return -1 if <b>conn</b> is broken, else return 0.
  1472. */
  1473. int
  1474. connection_tls_continue_handshake(or_connection_t *conn)
  1475. {
  1476. int result;
  1477. check_no_tls_errors();
  1478. tor_assert(conn->base_.state == OR_CONN_STATE_TLS_HANDSHAKING);
  1479. // log_notice(LD_OR, "Continue handshake with %p", conn->tls);
  1480. result = tor_tls_handshake(conn->tls);
  1481. // log_notice(LD_OR, "Result: %d", result);
  1482. switch (result) {
  1483. CASE_TOR_TLS_ERROR_ANY:
  1484. log_info(LD_OR,"tls error [%s]. breaking connection.",
  1485. tor_tls_err_to_string(result));
  1486. return -1;
  1487. case TOR_TLS_DONE:
  1488. if (! tor_tls_used_v1_handshake(conn->tls)) {
  1489. if (!tor_tls_is_server(conn->tls)) {
  1490. tor_assert(conn->base_.state == OR_CONN_STATE_TLS_HANDSHAKING);
  1491. return connection_or_launch_v3_or_handshake(conn);
  1492. } else {
  1493. /* v2/v3 handshake, but we are not a client. */
  1494. log_debug(LD_OR, "Done with initial SSL handshake (server-side). "
  1495. "Expecting renegotiation or VERSIONS cell");
  1496. tor_tls_set_renegotiate_callback(conn->tls,
  1497. connection_or_tls_renegotiated_cb,
  1498. conn);
  1499. connection_or_change_state(conn,
  1500. OR_CONN_STATE_TLS_SERVER_RENEGOTIATING);
  1501. connection_stop_writing(TO_CONN(conn));
  1502. connection_start_reading(TO_CONN(conn));
  1503. return 0;
  1504. }
  1505. }
  1506. tor_assert(tor_tls_is_server(conn->tls));
  1507. return connection_tls_finish_handshake(conn);
  1508. case TOR_TLS_WANTWRITE:
  1509. connection_start_writing(TO_CONN(conn));
  1510. log_debug(LD_OR,"wanted write");
  1511. return 0;
  1512. case TOR_TLS_WANTREAD: /* handshaking conns are *always* reading */
  1513. log_debug(LD_OR,"wanted read");
  1514. return 0;
  1515. case TOR_TLS_CLOSE:
  1516. log_info(LD_OR,"tls closed. breaking connection.");
  1517. return -1;
  1518. }
  1519. return 0;
  1520. }
  1521. /** Return 1 if we initiated this connection, or 0 if it started
  1522. * out as an incoming connection.
  1523. */
  1524. int
  1525. connection_or_nonopen_was_started_here(or_connection_t *conn)
  1526. {
  1527. tor_assert(conn->base_.type == CONN_TYPE_OR ||
  1528. conn->base_.type == CONN_TYPE_EXT_OR);
  1529. if (!conn->tls)
  1530. return 1; /* it's still in proxy states or something */
  1531. if (conn->handshake_state)
  1532. return conn->handshake_state->started_here;
  1533. return !tor_tls_is_server(conn->tls);
  1534. }
  1535. /** <b>Conn</b> just completed its handshake. Return 0 if all is well, and
  1536. * return -1 if they are lying, broken, or otherwise something is wrong.
  1537. *
  1538. * If we initiated this connection (<b>started_here</b> is true), make sure
  1539. * the other side sent a correctly formed certificate. If I initiated the
  1540. * connection, make sure it's the right relay by checking the certificate.
  1541. *
  1542. * Otherwise (if we _didn't_ initiate this connection), it's okay for
  1543. * the certificate to be weird or absent.
  1544. *
  1545. * If we return 0, and the certificate is as expected, write a hash of the
  1546. * identity key into <b>digest_rcvd_out</b>, which must have DIGEST_LEN
  1547. * space in it.
  1548. * If the certificate is invalid or missing on an incoming connection,
  1549. * we return 0 and set <b>digest_rcvd_out</b> to DIGEST_LEN NUL bytes.
  1550. * (If we return -1, the contents of this buffer are undefined.)
  1551. *
  1552. * As side effects,
  1553. * 1) Set conn->circ_id_type according to tor-spec.txt.
  1554. * 2) If we're an authdirserver and we initiated the connection: drop all
  1555. * descriptors that claim to be on that IP/port but that aren't
  1556. * this relay; and note that this relay is reachable.
  1557. * 3) If this is a bridge and we didn't configure its identity
  1558. * fingerprint, remember the keyid we just learned.
  1559. */
  1560. static int
  1561. connection_or_check_valid_tls_handshake(or_connection_t *conn,
  1562. int started_here,
  1563. char *digest_rcvd_out)
  1564. {
  1565. crypto_pk_t *identity_rcvd=NULL;
  1566. const or_options_t *options = get_options();
  1567. int severity = server_mode(options) ? LOG_PROTOCOL_WARN : LOG_WARN;
  1568. const char *safe_address =
  1569. started_here ? conn->base_.address :
  1570. safe_str_client(conn->base_.address);
  1571. const char *conn_type = started_here ? "outgoing" : "incoming";
  1572. int has_cert = 0;
  1573. check_no_tls_errors();
  1574. has_cert = tor_tls_peer_has_cert(conn->tls);
  1575. if (started_here && !has_cert) {
  1576. log_info(LD_HANDSHAKE,"Tried connecting to router at %s:%d, but it didn't "
  1577. "send a cert! Closing.",
  1578. safe_address, conn->base_.port);
  1579. return -1;
  1580. } else if (!has_cert) {
  1581. log_debug(LD_HANDSHAKE,"Got incoming connection with no certificate. "
  1582. "That's ok.");
  1583. }
  1584. check_no_tls_errors();
  1585. if (has_cert) {
  1586. int v = tor_tls_verify(started_here?severity:LOG_INFO,
  1587. conn->tls, &identity_rcvd);
  1588. if (started_here && v<0) {
  1589. log_fn(severity,LD_HANDSHAKE,"Tried connecting to router at %s:%d: It"
  1590. " has a cert but it's invalid. Closing.",
  1591. safe_address, conn->base_.port);
  1592. return -1;
  1593. } else if (v<0) {
  1594. log_info(LD_HANDSHAKE,"Incoming connection gave us an invalid cert "
  1595. "chain; ignoring.");
  1596. } else {
  1597. log_debug(LD_HANDSHAKE,
  1598. "The certificate seems to be valid on %s connection "
  1599. "with %s:%d", conn_type, safe_address, conn->base_.port);
  1600. }
  1601. check_no_tls_errors();
  1602. }
  1603. if (identity_rcvd) {
  1604. if (crypto_pk_get_digest(identity_rcvd, digest_rcvd_out) < 0) {
  1605. crypto_pk_free(identity_rcvd);
  1606. return -1;
  1607. }
  1608. } else {
  1609. memset(digest_rcvd_out, 0, DIGEST_LEN);
  1610. }
  1611. tor_assert(conn->chan);
  1612. channel_set_circid_type(TLS_CHAN_TO_BASE(conn->chan), identity_rcvd, 1);
  1613. crypto_pk_free(identity_rcvd);
  1614. if (started_here) {
  1615. /* A TLS handshake can't teach us an Ed25519 ID, so we set it to NULL
  1616. * here. */
  1617. log_debug(LD_HANDSHAKE, "Calling client_learned_peer_id from "
  1618. "check_valid_tls_handshake");
  1619. return connection_or_client_learned_peer_id(conn,
  1620. (const uint8_t*)digest_rcvd_out,
  1621. NULL);
  1622. }
  1623. return 0;
  1624. }
  1625. /** Called when we (as a connection initiator) have definitively,
  1626. * authenticatedly, learned that ID of the Tor instance on the other
  1627. * side of <b>conn</b> is <b>rsa_peer_id</b> and optionally <b>ed_peer_id</b>.
  1628. * For v1 and v2 handshakes,
  1629. * this is right after we get a certificate chain in a TLS handshake
  1630. * or renegotiation. For v3+ handshakes, this is right after we get a
  1631. * certificate chain in a CERTS cell.
  1632. *
  1633. * If we did not know the ID before, record the one we got.
  1634. *
  1635. * If we wanted an ID, but we didn't get the one we expected, log a message
  1636. * and return -1.
  1637. * On relays:
  1638. * - log a protocol warning whenever the fingerprints don't match;
  1639. * On clients:
  1640. * - if a relay's fingerprint doesn't match, log a warning;
  1641. * - if we don't have updated relay fingerprints from a recent consensus, and
  1642. * a fallback directory mirror's hard-coded fingerprint has changed, log an
  1643. * info explaining that we will try another fallback.
  1644. *
  1645. * If we're testing reachability, remember what we learned.
  1646. *
  1647. * Return 0 on success, -1 on failure.
  1648. */
  1649. int
  1650. connection_or_client_learned_peer_id(or_connection_t *conn,
  1651. const uint8_t *rsa_peer_id,
  1652. const ed25519_public_key_t *ed_peer_id)
  1653. {
  1654. const or_options_t *options = get_options();
  1655. channel_tls_t *chan_tls = conn->chan;
  1656. channel_t *chan = channel_tls_to_base(chan_tls);
  1657. int changed_identity = 0;
  1658. tor_assert(chan);
  1659. const int expected_rsa_key =
  1660. ! tor_digest_is_zero(conn->identity_digest);
  1661. const int expected_ed_key =
  1662. ! ed25519_public_key_is_zero(&chan->ed25519_identity);
  1663. log_info(LD_HANDSHAKE, "learned peer id for %p (%s): %s, %s",
  1664. conn,
  1665. safe_str_client(conn->base_.address),
  1666. hex_str((const char*)rsa_peer_id, DIGEST_LEN),
  1667. ed25519_fmt(ed_peer_id));
  1668. if (! expected_rsa_key && ! expected_ed_key) {
  1669. log_info(LD_HANDSHAKE, "(we had no ID in mind when we made this "
  1670. "connection.");
  1671. connection_or_set_identity_digest(conn,
  1672. (const char*)rsa_peer_id, ed_peer_id);
  1673. tor_free(conn->nickname);
  1674. conn->nickname = tor_malloc(HEX_DIGEST_LEN+2);
  1675. conn->nickname[0] = '$';
  1676. base16_encode(conn->nickname+1, HEX_DIGEST_LEN+1,
  1677. conn->identity_digest, DIGEST_LEN);
  1678. log_info(LD_HANDSHAKE, "Connected to router %s at %s:%d without knowing "
  1679. "its key. Hoping for the best.",
  1680. conn->nickname, conn->base_.address, conn->base_.port);
  1681. /* if it's a bridge and we didn't know its identity fingerprint, now
  1682. * we do -- remember it for future attempts. */
  1683. learned_router_identity(&conn->base_.addr, conn->base_.port,
  1684. (const char*)rsa_peer_id, ed_peer_id);
  1685. changed_identity = 1;
  1686. }
  1687. const int rsa_mismatch = expected_rsa_key &&
  1688. tor_memneq(rsa_peer_id, conn->identity_digest, DIGEST_LEN);
  1689. /* It only counts as an ed25519 mismatch if we wanted an ed25519 identity
  1690. * and didn't get it. It's okay if we get one that we didn't ask for. */
  1691. const int ed25519_mismatch =
  1692. expected_ed_key &&
  1693. (ed_peer_id == NULL ||
  1694. ! ed25519_pubkey_eq(&chan->ed25519_identity, ed_peer_id));
  1695. if (rsa_mismatch || ed25519_mismatch) {
  1696. /* I was aiming for a particular digest. I didn't get it! */
  1697. char seen_rsa[HEX_DIGEST_LEN+1];
  1698. char expected_rsa[HEX_DIGEST_LEN+1];
  1699. char seen_ed[ED25519_BASE64_LEN+1];
  1700. char expected_ed[ED25519_BASE64_LEN+1];
  1701. base16_encode(seen_rsa, sizeof(seen_rsa),
  1702. (const char*)rsa_peer_id, DIGEST_LEN);
  1703. base16_encode(expected_rsa, sizeof(expected_rsa), conn->identity_digest,
  1704. DIGEST_LEN);
  1705. if (ed_peer_id) {
  1706. ed25519_public_to_base64(seen_ed, ed_peer_id);
  1707. } else {
  1708. strlcpy(seen_ed, "no ed25519 key", sizeof(seen_ed));
  1709. }
  1710. if (! ed25519_public_key_is_zero(&chan->ed25519_identity)) {
  1711. ed25519_public_to_base64(expected_ed, &chan->ed25519_identity);
  1712. } else {
  1713. strlcpy(expected_ed, "no ed25519 key", sizeof(expected_ed));
  1714. }
  1715. const int using_hardcoded_fingerprints =
  1716. !networkstatus_get_reasonably_live_consensus(time(NULL),
  1717. usable_consensus_flavor());
  1718. const int is_fallback_fingerprint = router_digest_is_fallback_dir(
  1719. conn->identity_digest);
  1720. const int is_authority_fingerprint = router_digest_is_trusted_dir(
  1721. conn->identity_digest);
  1722. const int non_anonymous_mode = rend_non_anonymous_mode_enabled(options);
  1723. int severity;
  1724. const char *extra_log = "";
  1725. /* Relays and Single Onion Services make direct connections using
  1726. * untrusted authentication keys. */
  1727. if (server_mode(options) || non_anonymous_mode) {
  1728. severity = LOG_PROTOCOL_WARN;
  1729. } else {
  1730. if (using_hardcoded_fingerprints) {
  1731. /* We need to do the checks in this order, because the list of
  1732. * fallbacks includes the list of authorities */
  1733. if (is_authority_fingerprint) {
  1734. severity = LOG_WARN;
  1735. } else if (is_fallback_fingerprint) {
  1736. /* we expect a small number of fallbacks to change from their
  1737. * hard-coded fingerprints over the life of a release */
  1738. severity = LOG_INFO;
  1739. extra_log = " Tor will try a different fallback.";
  1740. } else {
  1741. /* it's a bridge, it's either a misconfiguration, or unexpected */
  1742. severity = LOG_WARN;
  1743. }
  1744. } else {
  1745. /* a relay has changed its fingerprint from the one in the consensus */
  1746. severity = LOG_WARN;
  1747. }
  1748. }
  1749. log_fn(severity, LD_HANDSHAKE,
  1750. "Tried connecting to router at %s:%d, but RSA + ed25519 identity "
  1751. "keys were not as expected: wanted %s + %s but got %s + %s.%s",
  1752. conn->base_.address, conn->base_.port,
  1753. expected_rsa, expected_ed, seen_rsa, seen_ed, extra_log);
  1754. /* Tell the new guard API about the channel failure */
  1755. entry_guard_chan_failed(TLS_CHAN_TO_BASE(conn->chan));
  1756. control_event_or_conn_status(conn, OR_CONN_EVENT_FAILED,
  1757. END_OR_CONN_REASON_OR_IDENTITY);
  1758. if (!authdir_mode_tests_reachability(options))
  1759. control_event_bootstrap_prob_or(
  1760. "Unexpected identity in router certificate",
  1761. END_OR_CONN_REASON_OR_IDENTITY,
  1762. conn);
  1763. return -1;
  1764. }
  1765. if (!expected_ed_key && ed_peer_id) {
  1766. log_info(LD_HANDSHAKE, "(We had no Ed25519 ID in mind when we made this "
  1767. "connection.)");
  1768. connection_or_set_identity_digest(conn,
  1769. (const char*)rsa_peer_id, ed_peer_id);
  1770. changed_identity = 1;
  1771. }
  1772. if (changed_identity) {
  1773. /* If we learned an identity for this connection, then we might have
  1774. * just discovered it to be canonical. */
  1775. connection_or_check_canonicity(conn, conn->handshake_state->started_here);
  1776. }
  1777. if (authdir_mode_tests_reachability(options)) {
  1778. dirserv_orconn_tls_done(&conn->base_.addr, conn->base_.port,
  1779. (const char*)rsa_peer_id, ed_peer_id);
  1780. }
  1781. return 0;
  1782. }
  1783. /** Return when we last used this channel for client activity (origin
  1784. * circuits). This is called from connection.c, since client_used is now one
  1785. * of the timestamps in channel_t */
  1786. time_t
  1787. connection_or_client_used(or_connection_t *conn)
  1788. {
  1789. tor_assert(conn);
  1790. if (conn->chan) {
  1791. return channel_when_last_client(TLS_CHAN_TO_BASE(conn->chan));
  1792. } else return 0;
  1793. }
  1794. /** The v1/v2 TLS handshake is finished.
  1795. *
  1796. * Make sure we are happy with the peer we just handshaked with.
  1797. *
  1798. * If they initiated the connection, make sure they're not already connected,
  1799. * then initialize conn from the information in router.
  1800. *
  1801. * If all is successful, call circuit_n_conn_done() to handle events
  1802. * that have been pending on the <tls handshake completion. Also set the
  1803. * directory to be dirty (only matters if I'm an authdirserver).
  1804. *
  1805. * If this is a v2 TLS handshake, send a versions cell.
  1806. */
  1807. static int
  1808. connection_tls_finish_handshake(or_connection_t *conn)
  1809. {
  1810. char digest_rcvd[DIGEST_LEN];
  1811. int started_here = connection_or_nonopen_was_started_here(conn);
  1812. tor_assert(!started_here);
  1813. log_debug(LD_HANDSHAKE,"%s tls handshake on %p with %s done, using "
  1814. "ciphersuite %s. verifying.",
  1815. started_here?"outgoing":"incoming",
  1816. conn,
  1817. safe_str_client(conn->base_.address),
  1818. tor_tls_get_ciphersuite_name(conn->tls));
  1819. if (connection_or_check_valid_tls_handshake(conn, started_here,
  1820. digest_rcvd) < 0)
  1821. return -1;
  1822. circuit_build_times_network_is_live(get_circuit_build_times_mutable());
  1823. if (tor_tls_used_v1_handshake(conn->tls)) {
  1824. conn->link_proto = 1;
  1825. connection_or_init_conn_from_address(conn, &conn->base_.addr,
  1826. conn->base_.port, digest_rcvd,
  1827. NULL, 0);
  1828. tor_tls_block_renegotiation(conn->tls);
  1829. rep_hist_note_negotiated_link_proto(1, started_here);
  1830. return connection_or_set_state_open(conn);
  1831. } else {
  1832. connection_or_change_state(conn, OR_CONN_STATE_OR_HANDSHAKING_V2);
  1833. if (connection_init_or_handshake_state(conn, started_here) < 0)
  1834. return -1;
  1835. connection_or_init_conn_from_address(conn, &conn->base_.addr,
  1836. conn->base_.port, digest_rcvd,
  1837. NULL, 0);
  1838. return connection_or_send_versions(conn, 0);
  1839. }
  1840. }
  1841. /**
  1842. * Called as client when initial TLS handshake is done, and we notice
  1843. * that we got a v3-handshake signalling certificate from the server.
  1844. * Set up structures, do bookkeeping, and send the versions cell.
  1845. * Return 0 on success and -1 on failure.
  1846. */
  1847. static int
  1848. connection_or_launch_v3_or_handshake(or_connection_t *conn)
  1849. {
  1850. tor_assert(connection_or_nonopen_was_started_here(conn));
  1851. circuit_build_times_network_is_live(get_circuit_build_times_mutable());
  1852. connection_or_change_state(conn, OR_CONN_STATE_OR_HANDSHAKING_V3);
  1853. if (connection_init_or_handshake_state(conn, 1) < 0)
  1854. return -1;
  1855. return connection_or_send_versions(conn, 1);
  1856. }
  1857. /** Allocate a new connection handshake state for the connection
  1858. * <b>conn</b>. Return 0 on success, -1 on failure. */
  1859. int
  1860. connection_init_or_handshake_state(or_connection_t *conn, int started_here)
  1861. {
  1862. or_handshake_state_t *s;
  1863. if (conn->handshake_state) {
  1864. log_warn(LD_BUG, "Duplicate call to connection_init_or_handshake_state!");
  1865. return 0;
  1866. }
  1867. s = conn->handshake_state = tor_malloc_zero(sizeof(or_handshake_state_t));
  1868. s->started_here = started_here ? 1 : 0;
  1869. s->digest_sent_data = 1;
  1870. s->digest_received_data = 1;
  1871. if (! started_here && get_current_link_cert_cert()) {
  1872. s->own_link_cert = tor_cert_dup(get_current_link_cert_cert());
  1873. }
  1874. s->certs = or_handshake_certs_new();
  1875. s->certs->started_here = s->started_here;
  1876. return 0;
  1877. }
  1878. /** Free all storage held by <b>state</b>. */
  1879. void
  1880. or_handshake_state_free_(or_handshake_state_t *state)
  1881. {
  1882. if (!state)
  1883. return;
  1884. crypto_digest_free(state->digest_sent);
  1885. crypto_digest_free(state->digest_received);
  1886. or_handshake_certs_free(state->certs);
  1887. tor_cert_free(state->own_link_cert);
  1888. memwipe(state, 0xBE, sizeof(or_handshake_state_t));
  1889. tor_free(state);
  1890. }
  1891. /**
  1892. * Remember that <b>cell</b> has been transmitted (if <b>incoming</b> is
  1893. * false) or received (if <b>incoming</b> is true) during a V3 handshake using
  1894. * <b>state</b>.
  1895. *
  1896. * (We don't record the cell, but we keep a digest of everything sent or
  1897. * received during the v3 handshake, and the client signs it in an
  1898. * authenticate cell.)
  1899. */
  1900. void
  1901. or_handshake_state_record_cell(or_connection_t *conn,
  1902. or_handshake_state_t *state,
  1903. const cell_t *cell,
  1904. int incoming)
  1905. {
  1906. size_t cell_network_size = get_cell_network_size(conn->wide_circ_ids);
  1907. crypto_digest_t *d, **dptr;
  1908. packed_cell_t packed;
  1909. if (incoming) {
  1910. if (!state->digest_received_data)
  1911. return;
  1912. } else {
  1913. if (!state->digest_sent_data)
  1914. return;
  1915. }
  1916. if (!incoming) {
  1917. log_warn(LD_BUG, "We shouldn't be sending any non-variable-length cells "
  1918. "while making a handshake digest. But we think we are sending "
  1919. "one with type %d.", (int)cell->command);
  1920. }
  1921. dptr = incoming ? &state->digest_received : &state->digest_sent;
  1922. if (! *dptr)
  1923. *dptr = crypto_digest256_new(DIGEST_SHA256);
  1924. d = *dptr;
  1925. /* Re-packing like this is a little inefficient, but we don't have to do
  1926. this very often at all. */
  1927. cell_pack(&packed, cell, conn->wide_circ_ids);
  1928. crypto_digest_add_bytes(d, packed.body, cell_network_size);
  1929. memwipe(&packed, 0, sizeof(packed));
  1930. }
  1931. /** Remember that a variable-length <b>cell</b> has been transmitted (if
  1932. * <b>incoming</b> is false) or received (if <b>incoming</b> is true) during a
  1933. * V3 handshake using <b>state</b>.
  1934. *
  1935. * (We don't record the cell, but we keep a digest of everything sent or
  1936. * received during the v3 handshake, and the client signs it in an
  1937. * authenticate cell.)
  1938. */
  1939. void
  1940. or_handshake_state_record_var_cell(or_connection_t *conn,
  1941. or_handshake_state_t *state,
  1942. const var_cell_t *cell,
  1943. int incoming)
  1944. {
  1945. crypto_digest_t *d, **dptr;
  1946. int n;
  1947. char buf[VAR_CELL_MAX_HEADER_SIZE];
  1948. if (incoming) {
  1949. if (!state->digest_received_data)
  1950. return;
  1951. } else {
  1952. if (!state->digest_sent_data)
  1953. return;
  1954. }
  1955. dptr = incoming ? &state->digest_received : &state->digest_sent;
  1956. if (! *dptr)
  1957. *dptr = crypto_digest256_new(DIGEST_SHA256);
  1958. d = *dptr;
  1959. n = var_cell_pack_header(cell, buf, conn->wide_circ_ids);
  1960. crypto_digest_add_bytes(d, buf, n);
  1961. crypto_digest_add_bytes(d, (const char *)cell->payload, cell->payload_len);
  1962. memwipe(buf, 0, sizeof(buf));
  1963. }
  1964. /** Set <b>conn</b>'s state to OR_CONN_STATE_OPEN, and tell other subsystems
  1965. * as appropriate. Called when we are done with all TLS and OR handshaking.
  1966. */
  1967. int
  1968. connection_or_set_state_open(or_connection_t *conn)
  1969. {
  1970. connection_or_change_state(conn, OR_CONN_STATE_OPEN);
  1971. control_event_or_conn_status(conn, OR_CONN_EVENT_CONNECTED, 0);
  1972. /* Link protocol 3 appeared in Tor 0.2.3.6-alpha, so any connection
  1973. * that uses an earlier link protocol should not be treated as a relay. */
  1974. if (conn->link_proto < 3) {
  1975. channel_mark_client(TLS_CHAN_TO_BASE(conn->chan));
  1976. }
  1977. or_handshake_state_free(conn->handshake_state);
  1978. conn->handshake_state = NULL;
  1979. connection_start_reading(TO_CONN(conn));
  1980. return 0;
  1981. }
  1982. /** Pack <b>cell</b> into wire-format, and write it onto <b>conn</b>'s outbuf.
  1983. * For cells that use or affect a circuit, this should only be called by
  1984. * connection_or_flush_from_first_active_circuit().
  1985. */
  1986. void
  1987. connection_or_write_cell_to_buf(const cell_t *cell, or_connection_t *conn)
  1988. {
  1989. packed_cell_t networkcell;
  1990. size_t cell_network_size = get_cell_network_size(conn->wide_circ_ids);
  1991. tor_assert(cell);
  1992. tor_assert(conn);
  1993. cell_pack(&networkcell, cell, conn->wide_circ_ids);
  1994. rep_hist_padding_count_write(PADDING_TYPE_TOTAL);
  1995. if (cell->command == CELL_PADDING)
  1996. rep_hist_padding_count_write(PADDING_TYPE_CELL);
  1997. connection_buf_add(networkcell.body, cell_network_size, TO_CONN(conn));
  1998. /* Touch the channel's active timestamp if there is one */
  1999. if (conn->chan) {
  2000. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  2001. if (TLS_CHAN_TO_BASE(conn->chan)->currently_padding) {
  2002. rep_hist_padding_count_write(PADDING_TYPE_ENABLED_TOTAL);
  2003. if (cell->command == CELL_PADDING)
  2004. rep_hist_padding_count_write(PADDING_TYPE_ENABLED_CELL);
  2005. }
  2006. }
  2007. if (conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3)
  2008. or_handshake_state_record_cell(conn, conn->handshake_state, cell, 0);
  2009. }
  2010. /** Pack a variable-length <b>cell</b> into wire-format, and write it onto
  2011. * <b>conn</b>'s outbuf. Right now, this <em>DOES NOT</em> support cells that
  2012. * affect a circuit.
  2013. */
  2014. MOCK_IMPL(void,
  2015. connection_or_write_var_cell_to_buf,(const var_cell_t *cell,
  2016. or_connection_t *conn))
  2017. {
  2018. int n;
  2019. char hdr[VAR_CELL_MAX_HEADER_SIZE];
  2020. tor_assert(cell);
  2021. tor_assert(conn);
  2022. n = var_cell_pack_header(cell, hdr, conn->wide_circ_ids);
  2023. connection_buf_add(hdr, n, TO_CONN(conn));
  2024. connection_buf_add((char*)cell->payload,
  2025. cell->payload_len, TO_CONN(conn));
  2026. if (conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3)
  2027. or_handshake_state_record_var_cell(conn, conn->handshake_state, cell, 0);
  2028. /* Touch the channel's active timestamp if there is one */
  2029. if (conn->chan)
  2030. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  2031. }
  2032. /** See whether there's a variable-length cell waiting on <b>or_conn</b>'s
  2033. * inbuf. Return values as for fetch_var_cell_from_buf(). */
  2034. static int
  2035. connection_fetch_var_cell_from_buf(or_connection_t *or_conn, var_cell_t **out)
  2036. {
  2037. connection_t *conn = TO_CONN(or_conn);
  2038. return fetch_var_cell_from_buf(conn->inbuf, out, or_conn->link_proto);
  2039. }
  2040. /** Process cells from <b>conn</b>'s inbuf.
  2041. *
  2042. * Loop: while inbuf contains a cell, pull it off the inbuf, unpack it,
  2043. * and hand it to command_process_cell().
  2044. *
  2045. * Always return 0.
  2046. */
  2047. static int
  2048. connection_or_process_cells_from_inbuf(or_connection_t *conn)
  2049. {
  2050. var_cell_t *var_cell;
  2051. /*
  2052. * Note on memory management for incoming cells: below the channel layer,
  2053. * we shouldn't need to consider its internal queueing/copying logic. It
  2054. * is safe to pass cells to it on the stack or on the heap, but in the
  2055. * latter case we must be sure we free them later.
  2056. *
  2057. * The incoming cell queue code in channel.c will (in the common case)
  2058. * decide it can pass them to the upper layer immediately, in which case
  2059. * those functions may run directly on the cell pointers we pass here, or
  2060. * it may decide to queue them, in which case it will allocate its own
  2061. * buffer and copy the cell.
  2062. */
  2063. while (1) {
  2064. log_debug(LD_OR,
  2065. TOR_SOCKET_T_FORMAT": starting, inbuf_datalen %d "
  2066. "(%d pending in tls object).",
  2067. conn->base_.s,(int)connection_get_inbuf_len(TO_CONN(conn)),
  2068. tor_tls_get_pending_bytes(conn->tls));
  2069. if (connection_fetch_var_cell_from_buf(conn, &var_cell)) {
  2070. if (!var_cell)
  2071. return 0; /* not yet. */
  2072. /* Touch the channel's active timestamp if there is one */
  2073. if (conn->chan)
  2074. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  2075. circuit_build_times_network_is_live(get_circuit_build_times_mutable());
  2076. channel_tls_handle_var_cell(var_cell, conn);
  2077. var_cell_free(var_cell);
  2078. } else {
  2079. const int wide_circ_ids = conn->wide_circ_ids;
  2080. size_t cell_network_size = get_cell_network_size(conn->wide_circ_ids);
  2081. char buf[CELL_MAX_NETWORK_SIZE];
  2082. cell_t cell;
  2083. if (connection_get_inbuf_len(TO_CONN(conn))
  2084. < cell_network_size) /* whole response available? */
  2085. return 0; /* not yet */
  2086. /* Touch the channel's active timestamp if there is one */
  2087. if (conn->chan)
  2088. channel_timestamp_active(TLS_CHAN_TO_BASE(conn->chan));
  2089. circuit_build_times_network_is_live(get_circuit_build_times_mutable());
  2090. connection_buf_get_bytes(buf, cell_network_size, TO_CONN(conn));
  2091. /* retrieve cell info from buf (create the host-order struct from the
  2092. * network-order string) */
  2093. cell_unpack(&cell, buf, wide_circ_ids);
  2094. channel_tls_handle_cell(&cell, conn);
  2095. }
  2096. }
  2097. }
  2098. /** Array of recognized link protocol versions. */
  2099. static const uint16_t or_protocol_versions[] = { 1, 2, 3, 4, 5 };
  2100. /** Number of versions in <b>or_protocol_versions</b>. */
  2101. static const int n_or_protocol_versions =
  2102. (int)( sizeof(or_protocol_versions)/sizeof(uint16_t) );
  2103. /** Return true iff <b>v</b> is a link protocol version that this Tor
  2104. * implementation believes it can support. */
  2105. int
  2106. is_or_protocol_version_known(uint16_t v)
  2107. {
  2108. int i;
  2109. for (i = 0; i < n_or_protocol_versions; ++i) {
  2110. if (or_protocol_versions[i] == v)
  2111. return 1;
  2112. }
  2113. return 0;
  2114. }
  2115. /** Send a VERSIONS cell on <b>conn</b>, telling the other host about the
  2116. * link protocol versions that this Tor can support.
  2117. *
  2118. * If <b>v3_plus</b>, this is part of a V3 protocol handshake, so only
  2119. * allow protocol version v3 or later. If not <b>v3_plus</b>, this is
  2120. * not part of a v3 protocol handshake, so don't allow protocol v3 or
  2121. * later.
  2122. **/
  2123. int
  2124. connection_or_send_versions(or_connection_t *conn, int v3_plus)
  2125. {
  2126. var_cell_t *cell;
  2127. int i;
  2128. int n_versions = 0;
  2129. const int min_version = v3_plus ? 3 : 0;
  2130. const int max_version = v3_plus ? UINT16_MAX : 2;
  2131. tor_assert(conn->handshake_state &&
  2132. !conn->handshake_state->sent_versions_at);
  2133. cell = var_cell_new(n_or_protocol_versions * 2);
  2134. cell->command = CELL_VERSIONS;
  2135. for (i = 0; i < n_or_protocol_versions; ++i) {
  2136. uint16_t v = or_protocol_versions[i];
  2137. if (v < min_version || v > max_version)
  2138. continue;
  2139. set_uint16(cell->payload+(2*n_versions), htons(v));
  2140. ++n_versions;
  2141. }
  2142. cell->payload_len = n_versions * 2;
  2143. connection_or_write_var_cell_to_buf(cell, conn);
  2144. conn->handshake_state->sent_versions_at = time(NULL);
  2145. var_cell_free(cell);
  2146. return 0;
  2147. }
  2148. /** Send a NETINFO cell on <b>conn</b>, telling the other server what we know
  2149. * about their address, our address, and the current time. */
  2150. MOCK_IMPL(int,
  2151. connection_or_send_netinfo,(or_connection_t *conn))
  2152. {
  2153. cell_t cell;
  2154. time_t now = time(NULL);
  2155. const routerinfo_t *me;
  2156. int len;
  2157. uint8_t *out;
  2158. tor_assert(conn->handshake_state);
  2159. if (conn->handshake_state->sent_netinfo) {
  2160. log_warn(LD_BUG, "Attempted to send an extra netinfo cell on a connection "
  2161. "where we already sent one.");
  2162. return 0;
  2163. }
  2164. memset(&cell, 0, sizeof(cell_t));
  2165. cell.command = CELL_NETINFO;
  2166. /* Timestamp, if we're a relay. */
  2167. if (public_server_mode(get_options()) || ! conn->is_outgoing)
  2168. set_uint32(cell.payload, htonl((uint32_t)now));
  2169. /* Their address. */
  2170. out = cell.payload + 4;
  2171. /* We use &conn->real_addr below, unless it hasn't yet been set. If it
  2172. * hasn't yet been set, we know that base_.addr hasn't been tampered with
  2173. * yet either. */
  2174. len = append_address_to_payload(out, !tor_addr_is_null(&conn->real_addr)
  2175. ? &conn->real_addr : &conn->base_.addr);
  2176. if (len<0)
  2177. return -1;
  2178. out += len;
  2179. /* My address -- only include it if I'm a public relay, or if I'm a
  2180. * bridge and this is an incoming connection. If I'm a bridge and this
  2181. * is an outgoing connection, act like a normal client and omit it. */
  2182. if ((public_server_mode(get_options()) || !conn->is_outgoing) &&
  2183. (me = router_get_my_routerinfo())) {
  2184. tor_addr_t my_addr;
  2185. *out++ = 1 + !tor_addr_is_null(&me->ipv6_addr);
  2186. tor_addr_from_ipv4h(&my_addr, me->addr);
  2187. len = append_address_to_payload(out, &my_addr);
  2188. if (len < 0)
  2189. return -1;
  2190. out += len;
  2191. if (!tor_addr_is_null(&me->ipv6_addr)) {
  2192. len = append_address_to_payload(out, &me->ipv6_addr);
  2193. if (len < 0)
  2194. return -1;
  2195. }
  2196. } else {
  2197. *out = 0;
  2198. }
  2199. conn->handshake_state->digest_sent_data = 0;
  2200. conn->handshake_state->sent_netinfo = 1;
  2201. connection_or_write_cell_to_buf(&cell, conn);
  2202. return 0;
  2203. }
  2204. /** Helper used to add an encoded certs to a cert cell */
  2205. static void
  2206. add_certs_cell_cert_helper(certs_cell_t *certs_cell,
  2207. uint8_t cert_type,
  2208. const uint8_t *cert_encoded,
  2209. size_t cert_len)
  2210. {
  2211. tor_assert(cert_len <= UINT16_MAX);
  2212. certs_cell_cert_t *ccc = certs_cell_cert_new();
  2213. ccc->cert_type = cert_type;
  2214. ccc->cert_len = cert_len;
  2215. certs_cell_cert_setlen_body(ccc, cert_len);
  2216. memcpy(certs_cell_cert_getarray_body(ccc), cert_encoded, cert_len);
  2217. certs_cell_add_certs(certs_cell, ccc);
  2218. }
  2219. /** Add an encoded X509 cert (stored as <b>cert_len</b> bytes at
  2220. * <b>cert_encoded</b>) to the trunnel certs_cell_t object that we are
  2221. * building in <b>certs_cell</b>. Set its type field to <b>cert_type</b>.
  2222. * (If <b>cert</b> is NULL, take no action.) */
  2223. static void
  2224. add_x509_cert(certs_cell_t *certs_cell,
  2225. uint8_t cert_type,
  2226. const tor_x509_cert_t *cert)
  2227. {
  2228. if (NULL == cert)
  2229. return;
  2230. const uint8_t *cert_encoded = NULL;
  2231. size_t cert_len;
  2232. tor_x509_cert_get_der(cert, &cert_encoded, &cert_len);
  2233. add_certs_cell_cert_helper(certs_cell, cert_type, cert_encoded, cert_len);
  2234. }
  2235. /** Add an Ed25519 cert from <b>cert</b> to the trunnel certs_cell_t object
  2236. * that we are building in <b>certs_cell</b>. Set its type field to
  2237. * <b>cert_type</b>. (If <b>cert</b> is NULL, take no action.) */
  2238. static void
  2239. add_ed25519_cert(certs_cell_t *certs_cell,
  2240. uint8_t cert_type,
  2241. const tor_cert_t *cert)
  2242. {
  2243. if (NULL == cert)
  2244. return;
  2245. add_certs_cell_cert_helper(certs_cell, cert_type,
  2246. cert->encoded, cert->encoded_len);
  2247. }
  2248. #ifdef TOR_UNIT_TESTS
  2249. int certs_cell_ed25519_disabled_for_testing = 0;
  2250. #else
  2251. #define certs_cell_ed25519_disabled_for_testing 0
  2252. #endif
  2253. /** Send a CERTS cell on the connection <b>conn</b>. Return 0 on success, -1
  2254. * on failure. */
  2255. int
  2256. connection_or_send_certs_cell(or_connection_t *conn)
  2257. {
  2258. const tor_x509_cert_t *global_link_cert = NULL, *id_cert = NULL;
  2259. tor_x509_cert_t *own_link_cert = NULL;
  2260. var_cell_t *cell;
  2261. certs_cell_t *certs_cell = NULL;
  2262. tor_assert(conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3);
  2263. if (! conn->handshake_state)
  2264. return -1;
  2265. const int conn_in_server_mode = ! conn->handshake_state->started_here;
  2266. /* Get the encoded values of the X509 certificates */
  2267. if (tor_tls_get_my_certs(conn_in_server_mode,
  2268. &global_link_cert, &id_cert) < 0)
  2269. return -1;
  2270. if (conn_in_server_mode) {
  2271. own_link_cert = tor_tls_get_own_cert(conn->tls);
  2272. }
  2273. tor_assert(id_cert);
  2274. certs_cell = certs_cell_new();
  2275. /* Start adding certs. First the link cert or auth1024 cert. */
  2276. if (conn_in_server_mode) {
  2277. tor_assert_nonfatal(own_link_cert);
  2278. add_x509_cert(certs_cell,
  2279. OR_CERT_TYPE_TLS_LINK, own_link_cert);
  2280. } else {
  2281. tor_assert(global_link_cert);
  2282. add_x509_cert(certs_cell,
  2283. OR_CERT_TYPE_AUTH_1024, global_link_cert);
  2284. }
  2285. /* Next the RSA->RSA ID cert */
  2286. add_x509_cert(certs_cell,
  2287. OR_CERT_TYPE_ID_1024, id_cert);
  2288. /* Next the Ed25519 certs */
  2289. add_ed25519_cert(certs_cell,
  2290. CERTTYPE_ED_ID_SIGN,
  2291. get_master_signing_key_cert());
  2292. if (conn_in_server_mode) {
  2293. tor_assert_nonfatal(conn->handshake_state->own_link_cert ||
  2294. certs_cell_ed25519_disabled_for_testing);
  2295. add_ed25519_cert(certs_cell,
  2296. CERTTYPE_ED_SIGN_LINK,
  2297. conn->handshake_state->own_link_cert);
  2298. } else {
  2299. add_ed25519_cert(certs_cell,
  2300. CERTTYPE_ED_SIGN_AUTH,
  2301. get_current_auth_key_cert());
  2302. }
  2303. /* And finally the crosscert. */
  2304. {
  2305. const uint8_t *crosscert=NULL;
  2306. size_t crosscert_len;
  2307. get_master_rsa_crosscert(&crosscert, &crosscert_len);
  2308. if (crosscert) {
  2309. add_certs_cell_cert_helper(certs_cell,
  2310. CERTTYPE_RSA1024_ID_EDID,
  2311. crosscert, crosscert_len);
  2312. }
  2313. }
  2314. /* We've added all the certs; make the cell. */
  2315. certs_cell->n_certs = certs_cell_getlen_certs(certs_cell);
  2316. ssize_t alloc_len = certs_cell_encoded_len(certs_cell);
  2317. tor_assert(alloc_len >= 0 && alloc_len <= UINT16_MAX);
  2318. cell = var_cell_new(alloc_len);
  2319. cell->command = CELL_CERTS;
  2320. ssize_t enc_len = certs_cell_encode(cell->payload, alloc_len, certs_cell);
  2321. tor_assert(enc_len > 0 && enc_len <= alloc_len);
  2322. cell->payload_len = enc_len;
  2323. connection_or_write_var_cell_to_buf(cell, conn);
  2324. var_cell_free(cell);
  2325. certs_cell_free(certs_cell);
  2326. tor_x509_cert_free(own_link_cert);
  2327. return 0;
  2328. }
  2329. #ifdef TOR_UNIT_TESTS
  2330. int testing__connection_or_pretend_TLSSECRET_is_supported = 0;
  2331. #else
  2332. #define testing__connection_or_pretend_TLSSECRET_is_supported 0
  2333. #endif
  2334. /** Return true iff <b>challenge_type</b> is an AUTHCHALLENGE type that
  2335. * we can send and receive. */
  2336. int
  2337. authchallenge_type_is_supported(uint16_t challenge_type)
  2338. {
  2339. switch (challenge_type) {
  2340. case AUTHTYPE_RSA_SHA256_TLSSECRET:
  2341. #ifdef HAVE_WORKING_TOR_TLS_GET_TLSSECRETS
  2342. return 1;
  2343. #else
  2344. return testing__connection_or_pretend_TLSSECRET_is_supported;
  2345. #endif
  2346. case AUTHTYPE_ED25519_SHA256_RFC5705:
  2347. return 1;
  2348. case AUTHTYPE_RSA_SHA256_RFC5705:
  2349. default:
  2350. return 0;
  2351. }
  2352. }
  2353. /** Return true iff <b>challenge_type_a</b> is one that we would rather
  2354. * use than <b>challenge_type_b</b>. */
  2355. int
  2356. authchallenge_type_is_better(uint16_t challenge_type_a,
  2357. uint16_t challenge_type_b)
  2358. {
  2359. /* Any supported type is better than an unsupported one;
  2360. * all unsupported types are equally bad. */
  2361. if (!authchallenge_type_is_supported(challenge_type_a))
  2362. return 0;
  2363. if (!authchallenge_type_is_supported(challenge_type_b))
  2364. return 1;
  2365. /* It happens that types are superior in numerically ascending order.
  2366. * If that ever changes, this must change too. */
  2367. return (challenge_type_a > challenge_type_b);
  2368. }
  2369. /** Send an AUTH_CHALLENGE cell on the connection <b>conn</b>. Return 0
  2370. * on success, -1 on failure. */
  2371. int
  2372. connection_or_send_auth_challenge_cell(or_connection_t *conn)
  2373. {
  2374. var_cell_t *cell = NULL;
  2375. int r = -1;
  2376. tor_assert(conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3);
  2377. if (! conn->handshake_state)
  2378. return -1;
  2379. auth_challenge_cell_t *ac = auth_challenge_cell_new();
  2380. tor_assert(sizeof(ac->challenge) == 32);
  2381. crypto_rand((char*)ac->challenge, sizeof(ac->challenge));
  2382. if (authchallenge_type_is_supported(AUTHTYPE_RSA_SHA256_TLSSECRET))
  2383. auth_challenge_cell_add_methods(ac, AUTHTYPE_RSA_SHA256_TLSSECRET);
  2384. /* Disabled, because everything that supports this method also supports
  2385. * the much-superior ED25519_SHA256_RFC5705 */
  2386. /* auth_challenge_cell_add_methods(ac, AUTHTYPE_RSA_SHA256_RFC5705); */
  2387. if (authchallenge_type_is_supported(AUTHTYPE_ED25519_SHA256_RFC5705))
  2388. auth_challenge_cell_add_methods(ac, AUTHTYPE_ED25519_SHA256_RFC5705);
  2389. auth_challenge_cell_set_n_methods(ac,
  2390. auth_challenge_cell_getlen_methods(ac));
  2391. cell = var_cell_new(auth_challenge_cell_encoded_len(ac));
  2392. ssize_t len = auth_challenge_cell_encode(cell->payload, cell->payload_len,
  2393. ac);
  2394. if (len != cell->payload_len) {
  2395. /* LCOV_EXCL_START */
  2396. log_warn(LD_BUG, "Encoded auth challenge cell length not as expected");
  2397. goto done;
  2398. /* LCOV_EXCL_STOP */
  2399. }
  2400. cell->command = CELL_AUTH_CHALLENGE;
  2401. connection_or_write_var_cell_to_buf(cell, conn);
  2402. r = 0;
  2403. done:
  2404. var_cell_free(cell);
  2405. auth_challenge_cell_free(ac);
  2406. return r;
  2407. }
  2408. /** Compute the main body of an AUTHENTICATE cell that a client can use
  2409. * to authenticate itself on a v3 handshake for <b>conn</b>. Return it
  2410. * in a var_cell_t.
  2411. *
  2412. * If <b>server</b> is true, only calculate the first
  2413. * V3_AUTH_FIXED_PART_LEN bytes -- the part of the authenticator that's
  2414. * determined by the rest of the handshake, and which match the provided value
  2415. * exactly.
  2416. *
  2417. * If <b>server</b> is false and <b>signing_key</b> is NULL, calculate the
  2418. * first V3_AUTH_BODY_LEN bytes of the authenticator (that is, everything
  2419. * that should be signed), but don't actually sign it.
  2420. *
  2421. * If <b>server</b> is false and <b>signing_key</b> is provided, calculate the
  2422. * entire authenticator, signed with <b>signing_key</b>.
  2423. *
  2424. * Return the length of the cell body on success, and -1 on failure.
  2425. */
  2426. var_cell_t *
  2427. connection_or_compute_authenticate_cell_body(or_connection_t *conn,
  2428. const int authtype,
  2429. crypto_pk_t *signing_key,
  2430. const ed25519_keypair_t *ed_signing_key,
  2431. int server)
  2432. {
  2433. auth1_t *auth = NULL;
  2434. auth_ctx_t *ctx = auth_ctx_new();
  2435. var_cell_t *result = NULL;
  2436. int old_tlssecrets_algorithm = 0;
  2437. const char *authtype_str = NULL;
  2438. int is_ed = 0;
  2439. /* assert state is reasonable XXXX */
  2440. switch (authtype) {
  2441. case AUTHTYPE_RSA_SHA256_TLSSECRET:
  2442. authtype_str = "AUTH0001";
  2443. old_tlssecrets_algorithm = 1;
  2444. break;
  2445. case AUTHTYPE_RSA_SHA256_RFC5705:
  2446. authtype_str = "AUTH0002";
  2447. break;
  2448. case AUTHTYPE_ED25519_SHA256_RFC5705:
  2449. authtype_str = "AUTH0003";
  2450. is_ed = 1;
  2451. break;
  2452. default:
  2453. tor_assert(0);
  2454. break;
  2455. }
  2456. auth = auth1_new();
  2457. ctx->is_ed = is_ed;
  2458. /* Type: 8 bytes. */
  2459. memcpy(auth1_getarray_type(auth), authtype_str, 8);
  2460. {
  2461. const tor_x509_cert_t *id_cert=NULL;
  2462. const common_digests_t *my_digests, *their_digests;
  2463. const uint8_t *my_id, *their_id, *client_id, *server_id;
  2464. if (tor_tls_get_my_certs(server, NULL, &id_cert))
  2465. goto err;
  2466. my_digests = tor_x509_cert_get_id_digests(id_cert);
  2467. their_digests =
  2468. tor_x509_cert_get_id_digests(conn->handshake_state->certs->id_cert);
  2469. tor_assert(my_digests);
  2470. tor_assert(their_digests);
  2471. my_id = (uint8_t*)my_digests->d[DIGEST_SHA256];
  2472. their_id = (uint8_t*)their_digests->d[DIGEST_SHA256];
  2473. client_id = server ? their_id : my_id;
  2474. server_id = server ? my_id : their_id;
  2475. /* Client ID digest: 32 octets. */
  2476. memcpy(auth->cid, client_id, 32);
  2477. /* Server ID digest: 32 octets. */
  2478. memcpy(auth->sid, server_id, 32);
  2479. }
  2480. if (is_ed) {
  2481. const ed25519_public_key_t *my_ed_id, *their_ed_id;
  2482. if (!conn->handshake_state->certs->ed_id_sign) {
  2483. log_warn(LD_OR, "Ed authenticate without Ed ID cert from peer.");
  2484. goto err;
  2485. }
  2486. my_ed_id = get_master_identity_key();
  2487. their_ed_id = &conn->handshake_state->certs->ed_id_sign->signing_key;
  2488. const uint8_t *cid_ed = (server ? their_ed_id : my_ed_id)->pubkey;
  2489. const uint8_t *sid_ed = (server ? my_ed_id : their_ed_id)->pubkey;
  2490. memcpy(auth->u1_cid_ed, cid_ed, ED25519_PUBKEY_LEN);
  2491. memcpy(auth->u1_sid_ed, sid_ed, ED25519_PUBKEY_LEN);
  2492. }
  2493. {
  2494. crypto_digest_t *server_d, *client_d;
  2495. if (server) {
  2496. server_d = conn->handshake_state->digest_sent;
  2497. client_d = conn->handshake_state->digest_received;
  2498. } else {
  2499. client_d = conn->handshake_state->digest_sent;
  2500. server_d = conn->handshake_state->digest_received;
  2501. }
  2502. /* Server log digest : 32 octets */
  2503. crypto_digest_get_digest(server_d, (char*)auth->slog, 32);
  2504. /* Client log digest : 32 octets */
  2505. crypto_digest_get_digest(client_d, (char*)auth->clog, 32);
  2506. }
  2507. {
  2508. /* Digest of cert used on TLS link : 32 octets. */
  2509. tor_x509_cert_t *cert = NULL;
  2510. if (server) {
  2511. cert = tor_tls_get_own_cert(conn->tls);
  2512. } else {
  2513. cert = tor_tls_get_peer_cert(conn->tls);
  2514. }
  2515. if (!cert) {
  2516. log_warn(LD_OR, "Unable to find cert when making %s data.",
  2517. authtype_str);
  2518. goto err;
  2519. }
  2520. memcpy(auth->scert,
  2521. tor_x509_cert_get_cert_digests(cert)->d[DIGEST_SHA256], 32);
  2522. tor_x509_cert_free(cert);
  2523. }
  2524. /* HMAC of clientrandom and serverrandom using master key : 32 octets */
  2525. if (old_tlssecrets_algorithm) {
  2526. if (tor_tls_get_tlssecrets(conn->tls, auth->tlssecrets) < 0) {
  2527. log_fn(LOG_PROTOCOL_WARN, LD_OR, "Somebody asked us for an older TLS "
  2528. "authentication method (AUTHTYPE_RSA_SHA256_TLSSECRET) "
  2529. "which we don't support.");
  2530. }
  2531. } else {
  2532. char label[128];
  2533. tor_snprintf(label, sizeof(label),
  2534. "EXPORTER FOR TOR TLS CLIENT BINDING %s", authtype_str);
  2535. tor_tls_export_key_material(conn->tls, auth->tlssecrets,
  2536. auth->cid, sizeof(auth->cid),
  2537. label);
  2538. }
  2539. /* 8 octets were reserved for the current time, but we're trying to get out
  2540. * of the habit of sending time around willynilly. Fortunately, nothing
  2541. * checks it. That's followed by 16 bytes of nonce. */
  2542. crypto_rand((char*)auth->rand, 24);
  2543. ssize_t maxlen = auth1_encoded_len(auth, ctx);
  2544. if (ed_signing_key && is_ed) {
  2545. maxlen += ED25519_SIG_LEN;
  2546. } else if (signing_key && !is_ed) {
  2547. maxlen += crypto_pk_keysize(signing_key);
  2548. }
  2549. const int AUTH_CELL_HEADER_LEN = 4; /* 2 bytes of type, 2 bytes of length */
  2550. result = var_cell_new(AUTH_CELL_HEADER_LEN + maxlen);
  2551. uint8_t *const out = result->payload + AUTH_CELL_HEADER_LEN;
  2552. const size_t outlen = maxlen;
  2553. ssize_t len;
  2554. result->command = CELL_AUTHENTICATE;
  2555. set_uint16(result->payload, htons(authtype));
  2556. if ((len = auth1_encode(out, outlen, auth, ctx)) < 0) {
  2557. /* LCOV_EXCL_START */
  2558. log_warn(LD_BUG, "Unable to encode signed part of AUTH1 data.");
  2559. goto err;
  2560. /* LCOV_EXCL_STOP */
  2561. }
  2562. if (server) {
  2563. auth1_t *tmp = NULL;
  2564. ssize_t len2 = auth1_parse(&tmp, out, len, ctx);
  2565. if (!tmp) {
  2566. /* LCOV_EXCL_START */
  2567. log_warn(LD_BUG, "Unable to parse signed part of AUTH1 data that "
  2568. "we just encoded");
  2569. goto err;
  2570. /* LCOV_EXCL_STOP */
  2571. }
  2572. result->payload_len = (tmp->end_of_signed - result->payload);
  2573. auth1_free(tmp);
  2574. if (len2 != len) {
  2575. /* LCOV_EXCL_START */
  2576. log_warn(LD_BUG, "Mismatched length when re-parsing AUTH1 data.");
  2577. goto err;
  2578. /* LCOV_EXCL_STOP */
  2579. }
  2580. goto done;
  2581. }
  2582. if (ed_signing_key && is_ed) {
  2583. ed25519_signature_t sig;
  2584. if (ed25519_sign(&sig, out, len, ed_signing_key) < 0) {
  2585. /* LCOV_EXCL_START */
  2586. log_warn(LD_BUG, "Unable to sign ed25519 authentication data");
  2587. goto err;
  2588. /* LCOV_EXCL_STOP */
  2589. }
  2590. auth1_setlen_sig(auth, ED25519_SIG_LEN);
  2591. memcpy(auth1_getarray_sig(auth), sig.sig, ED25519_SIG_LEN);
  2592. } else if (signing_key && !is_ed) {
  2593. auth1_setlen_sig(auth, crypto_pk_keysize(signing_key));
  2594. char d[32];
  2595. crypto_digest256(d, (char*)out, len, DIGEST_SHA256);
  2596. int siglen = crypto_pk_private_sign(signing_key,
  2597. (char*)auth1_getarray_sig(auth),
  2598. auth1_getlen_sig(auth),
  2599. d, 32);
  2600. if (siglen < 0) {
  2601. log_warn(LD_OR, "Unable to sign AUTH1 data.");
  2602. goto err;
  2603. }
  2604. auth1_setlen_sig(auth, siglen);
  2605. }
  2606. len = auth1_encode(out, outlen, auth, ctx);
  2607. if (len < 0) {
  2608. /* LCOV_EXCL_START */
  2609. log_warn(LD_BUG, "Unable to encode signed AUTH1 data.");
  2610. goto err;
  2611. /* LCOV_EXCL_STOP */
  2612. }
  2613. tor_assert(len + AUTH_CELL_HEADER_LEN <= result->payload_len);
  2614. result->payload_len = len + AUTH_CELL_HEADER_LEN;
  2615. set_uint16(result->payload+2, htons(len));
  2616. goto done;
  2617. err:
  2618. var_cell_free(result);
  2619. result = NULL;
  2620. done:
  2621. auth1_free(auth);
  2622. auth_ctx_free(ctx);
  2623. return result;
  2624. }
  2625. /** Send an AUTHENTICATE cell on the connection <b>conn</b>. Return 0 on
  2626. * success, -1 on failure */
  2627. MOCK_IMPL(int,
  2628. connection_or_send_authenticate_cell,(or_connection_t *conn, int authtype))
  2629. {
  2630. var_cell_t *cell;
  2631. crypto_pk_t *pk = tor_tls_get_my_client_auth_key();
  2632. /* XXXX make sure we're actually supposed to send this! */
  2633. if (!pk) {
  2634. log_warn(LD_BUG, "Can't compute authenticate cell: no client auth key");
  2635. return -1;
  2636. }
  2637. if (! authchallenge_type_is_supported(authtype)) {
  2638. log_warn(LD_BUG, "Tried to send authenticate cell with unknown "
  2639. "authentication type %d", authtype);
  2640. return -1;
  2641. }
  2642. cell = connection_or_compute_authenticate_cell_body(conn,
  2643. authtype,
  2644. pk,
  2645. get_current_auth_keypair(),
  2646. 0 /* not server */);
  2647. if (! cell) {
  2648. /* LCOV_EXCL_START */
  2649. log_warn(LD_BUG, "Unable to compute authenticate cell!");
  2650. return -1;
  2651. /* LCOV_EXCL_STOP */
  2652. }
  2653. connection_or_write_var_cell_to_buf(cell, conn);
  2654. var_cell_free(cell);
  2655. return 0;
  2656. }