channeltls.c 76 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375
  1. /* * Copyright (c) 2012-2016, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file channeltls.c
  5. *
  6. * \brief A concrete subclass of channel_t using or_connection_t to transfer
  7. * cells between Tor instances.
  8. *
  9. * This module fills in the various function pointers in channel_t, to
  10. * implement the channel_tls_t channels as used in Tor today. These channels
  11. * are created from channel_tls_connect() and
  12. * channel_tls_handle_incoming(). Each corresponds 1:1 to or_connection_t
  13. * object, as implemented in connection_or.c. These channels transmit cells
  14. * to the underlying or_connection_t by calling
  15. * connection_or_write_*_cell_to_buf(), and receive cells from the underlying
  16. * or_connection_t when connection_or_process_cells_from_inbuf() calls
  17. * channel_tls_handle_*_cell().
  18. *
  19. * Here we also implement the server (responder) side of the v3+ Tor link
  20. * handshake, which uses CERTS and AUTHENTICATE cell to negotiate versions,
  21. * exchange expected and observed IP and time information, and bootstrap a
  22. * level of authentication higher than we have gotten on the raw TLS
  23. * handshake.
  24. *
  25. * NOTE: Since there is currently only one type of channel, there are probably
  26. * more than a few cases where functionality that is currently in
  27. * channeltls.c, connection_or.c, and channel.c ought to be divided up
  28. * differently. The right time to do this is probably whenever we introduce
  29. * our next channel type.
  30. **/
  31. /*
  32. * Define this so channel.h gives us things only channel_t subclasses
  33. * should touch.
  34. */
  35. #define TOR_CHANNEL_INTERNAL_
  36. #define CHANNELTLS_PRIVATE
  37. #include "or.h"
  38. #include "channel.h"
  39. #include "channeltls.h"
  40. #include "circuitmux.h"
  41. #include "circuitmux_ewma.h"
  42. #include "command.h"
  43. #include "config.h"
  44. #include "connection.h"
  45. #include "connection_or.h"
  46. #include "control.h"
  47. #include "entrynodes.h"
  48. #include "link_handshake.h"
  49. #include "relay.h"
  50. #include "rephist.h"
  51. #include "router.h"
  52. #include "routerlist.h"
  53. #include "scheduler.h"
  54. #include "torcert.h"
  55. /** How many CELL_PADDING cells have we received, ever? */
  56. uint64_t stats_n_padding_cells_processed = 0;
  57. /** How many CELL_VERSIONS cells have we received, ever? */
  58. uint64_t stats_n_versions_cells_processed = 0;
  59. /** How many CELL_NETINFO cells have we received, ever? */
  60. uint64_t stats_n_netinfo_cells_processed = 0;
  61. /** How many CELL_VPADDING cells have we received, ever? */
  62. uint64_t stats_n_vpadding_cells_processed = 0;
  63. /** How many CELL_CERTS cells have we received, ever? */
  64. uint64_t stats_n_certs_cells_processed = 0;
  65. /** How many CELL_AUTH_CHALLENGE cells have we received, ever? */
  66. uint64_t stats_n_auth_challenge_cells_processed = 0;
  67. /** How many CELL_AUTHENTICATE cells have we received, ever? */
  68. uint64_t stats_n_authenticate_cells_processed = 0;
  69. /** How many CELL_AUTHORIZE cells have we received, ever? */
  70. uint64_t stats_n_authorize_cells_processed = 0;
  71. /** Active listener, if any */
  72. static channel_listener_t *channel_tls_listener = NULL;
  73. /* channel_tls_t method declarations */
  74. static void channel_tls_close_method(channel_t *chan);
  75. static const char * channel_tls_describe_transport_method(channel_t *chan);
  76. static void channel_tls_free_method(channel_t *chan);
  77. static double channel_tls_get_overhead_estimate_method(channel_t *chan);
  78. static int
  79. channel_tls_get_remote_addr_method(channel_t *chan, tor_addr_t *addr_out);
  80. static int
  81. channel_tls_get_transport_name_method(channel_t *chan, char **transport_out);
  82. static const char *
  83. channel_tls_get_remote_descr_method(channel_t *chan, int flags);
  84. static int channel_tls_has_queued_writes_method(channel_t *chan);
  85. static int channel_tls_is_canonical_method(channel_t *chan, int req);
  86. static int
  87. channel_tls_matches_extend_info_method(channel_t *chan,
  88. extend_info_t *extend_info);
  89. static int channel_tls_matches_target_method(channel_t *chan,
  90. const tor_addr_t *target);
  91. static int channel_tls_num_cells_writeable_method(channel_t *chan);
  92. static size_t channel_tls_num_bytes_queued_method(channel_t *chan);
  93. static int channel_tls_write_cell_method(channel_t *chan,
  94. cell_t *cell);
  95. static int channel_tls_write_packed_cell_method(channel_t *chan,
  96. packed_cell_t *packed_cell);
  97. static int channel_tls_write_var_cell_method(channel_t *chan,
  98. var_cell_t *var_cell);
  99. /* channel_listener_tls_t method declarations */
  100. static void channel_tls_listener_close_method(channel_listener_t *chan_l);
  101. static const char *
  102. channel_tls_listener_describe_transport_method(channel_listener_t *chan_l);
  103. /** Handle incoming cells for the handshake stuff here rather than
  104. * passing them on up. */
  105. static void channel_tls_process_versions_cell(var_cell_t *cell,
  106. channel_tls_t *tlschan);
  107. static void channel_tls_process_netinfo_cell(cell_t *cell,
  108. channel_tls_t *tlschan);
  109. static int command_allowed_before_handshake(uint8_t command);
  110. static int enter_v3_handshake_with_cell(var_cell_t *cell,
  111. channel_tls_t *tlschan);
  112. /**
  113. * Do parts of channel_tls_t initialization common to channel_tls_connect()
  114. * and channel_tls_handle_incoming().
  115. */
  116. STATIC void
  117. channel_tls_common_init(channel_tls_t *tlschan)
  118. {
  119. channel_t *chan;
  120. tor_assert(tlschan);
  121. chan = &(tlschan->base_);
  122. channel_init(chan);
  123. chan->magic = TLS_CHAN_MAGIC;
  124. chan->state = CHANNEL_STATE_OPENING;
  125. chan->close = channel_tls_close_method;
  126. chan->describe_transport = channel_tls_describe_transport_method;
  127. chan->free_fn = channel_tls_free_method;
  128. chan->get_overhead_estimate = channel_tls_get_overhead_estimate_method;
  129. chan->get_remote_addr = channel_tls_get_remote_addr_method;
  130. chan->get_remote_descr = channel_tls_get_remote_descr_method;
  131. chan->get_transport_name = channel_tls_get_transport_name_method;
  132. chan->has_queued_writes = channel_tls_has_queued_writes_method;
  133. chan->is_canonical = channel_tls_is_canonical_method;
  134. chan->matches_extend_info = channel_tls_matches_extend_info_method;
  135. chan->matches_target = channel_tls_matches_target_method;
  136. chan->num_bytes_queued = channel_tls_num_bytes_queued_method;
  137. chan->num_cells_writeable = channel_tls_num_cells_writeable_method;
  138. chan->write_cell = channel_tls_write_cell_method;
  139. chan->write_packed_cell = channel_tls_write_packed_cell_method;
  140. chan->write_var_cell = channel_tls_write_var_cell_method;
  141. chan->cmux = circuitmux_alloc();
  142. if (cell_ewma_enabled()) {
  143. circuitmux_set_policy(chan->cmux, &ewma_policy);
  144. }
  145. }
  146. /**
  147. * Start a new TLS channel
  148. *
  149. * Launch a new OR connection to <b>addr</b>:<b>port</b> and expect to
  150. * handshake with an OR with identity digest <b>id_digest</b>, and wrap
  151. * it in a channel_tls_t.
  152. */
  153. channel_t *
  154. channel_tls_connect(const tor_addr_t *addr, uint16_t port,
  155. const char *id_digest,
  156. const ed25519_public_key_t *ed_id)
  157. {
  158. channel_tls_t *tlschan = tor_malloc_zero(sizeof(*tlschan));
  159. channel_t *chan = &(tlschan->base_);
  160. channel_tls_common_init(tlschan);
  161. log_debug(LD_CHANNEL,
  162. "In channel_tls_connect() for channel %p "
  163. "(global id " U64_FORMAT ")",
  164. tlschan,
  165. U64_PRINTF_ARG(chan->global_identifier));
  166. if (is_local_addr(addr)) {
  167. log_debug(LD_CHANNEL,
  168. "Marking new outgoing channel " U64_FORMAT " at %p as local",
  169. U64_PRINTF_ARG(chan->global_identifier), chan);
  170. channel_mark_local(chan);
  171. } else {
  172. log_debug(LD_CHANNEL,
  173. "Marking new outgoing channel " U64_FORMAT " at %p as remote",
  174. U64_PRINTF_ARG(chan->global_identifier), chan);
  175. channel_mark_remote(chan);
  176. }
  177. channel_mark_outgoing(chan);
  178. /* Set up or_connection stuff */
  179. tlschan->conn = connection_or_connect(addr, port, id_digest, ed_id, tlschan);
  180. /* connection_or_connect() will fill in tlschan->conn */
  181. if (!(tlschan->conn)) {
  182. chan->reason_for_closing = CHANNEL_CLOSE_FOR_ERROR;
  183. channel_change_state(chan, CHANNEL_STATE_ERROR);
  184. goto err;
  185. }
  186. log_debug(LD_CHANNEL,
  187. "Got orconn %p for channel with global id " U64_FORMAT,
  188. tlschan->conn, U64_PRINTF_ARG(chan->global_identifier));
  189. goto done;
  190. err:
  191. circuitmux_free(chan->cmux);
  192. tor_free(tlschan);
  193. chan = NULL;
  194. done:
  195. /* If we got one, we should register it */
  196. if (chan) channel_register(chan);
  197. return chan;
  198. }
  199. /**
  200. * Return the current channel_tls_t listener
  201. *
  202. * Returns the current channel listener for incoming TLS connections, or
  203. * NULL if none has been established
  204. */
  205. channel_listener_t *
  206. channel_tls_get_listener(void)
  207. {
  208. return channel_tls_listener;
  209. }
  210. /**
  211. * Start a channel_tls_t listener if necessary
  212. *
  213. * Return the current channel_tls_t listener, or start one if we haven't yet,
  214. * and return that.
  215. */
  216. channel_listener_t *
  217. channel_tls_start_listener(void)
  218. {
  219. channel_listener_t *listener;
  220. if (!channel_tls_listener) {
  221. listener = tor_malloc_zero(sizeof(*listener));
  222. channel_init_listener(listener);
  223. listener->state = CHANNEL_LISTENER_STATE_LISTENING;
  224. listener->close = channel_tls_listener_close_method;
  225. listener->describe_transport =
  226. channel_tls_listener_describe_transport_method;
  227. channel_tls_listener = listener;
  228. log_debug(LD_CHANNEL,
  229. "Starting TLS channel listener %p with global id " U64_FORMAT,
  230. listener, U64_PRINTF_ARG(listener->global_identifier));
  231. channel_listener_register(listener);
  232. } else listener = channel_tls_listener;
  233. return listener;
  234. }
  235. /**
  236. * Free everything on shutdown
  237. *
  238. * Not much to do here, since channel_free_all() takes care of a lot, but let's
  239. * get rid of the listener.
  240. */
  241. void
  242. channel_tls_free_all(void)
  243. {
  244. channel_listener_t *old_listener = NULL;
  245. log_debug(LD_CHANNEL,
  246. "Shutting down TLS channels...");
  247. if (channel_tls_listener) {
  248. /*
  249. * When we close it, channel_tls_listener will get nulled out, so save
  250. * a pointer so we can free it.
  251. */
  252. old_listener = channel_tls_listener;
  253. log_debug(LD_CHANNEL,
  254. "Closing channel_tls_listener with ID " U64_FORMAT
  255. " at %p.",
  256. U64_PRINTF_ARG(old_listener->global_identifier),
  257. old_listener);
  258. channel_listener_unregister(old_listener);
  259. channel_listener_mark_for_close(old_listener);
  260. channel_listener_free(old_listener);
  261. tor_assert(channel_tls_listener == NULL);
  262. }
  263. log_debug(LD_CHANNEL,
  264. "Done shutting down TLS channels");
  265. }
  266. /**
  267. * Create a new channel around an incoming or_connection_t
  268. */
  269. channel_t *
  270. channel_tls_handle_incoming(or_connection_t *orconn)
  271. {
  272. channel_tls_t *tlschan = tor_malloc_zero(sizeof(*tlschan));
  273. channel_t *chan = &(tlschan->base_);
  274. tor_assert(orconn);
  275. tor_assert(!(orconn->chan));
  276. channel_tls_common_init(tlschan);
  277. /* Link the channel and orconn to each other */
  278. tlschan->conn = orconn;
  279. orconn->chan = tlschan;
  280. if (is_local_addr(&(TO_CONN(orconn)->addr))) {
  281. log_debug(LD_CHANNEL,
  282. "Marking new incoming channel " U64_FORMAT " at %p as local",
  283. U64_PRINTF_ARG(chan->global_identifier), chan);
  284. channel_mark_local(chan);
  285. } else {
  286. log_debug(LD_CHANNEL,
  287. "Marking new incoming channel " U64_FORMAT " at %p as remote",
  288. U64_PRINTF_ARG(chan->global_identifier), chan);
  289. channel_mark_remote(chan);
  290. }
  291. channel_mark_incoming(chan);
  292. /* Register it */
  293. channel_register(chan);
  294. return chan;
  295. }
  296. /*********
  297. * Casts *
  298. ********/
  299. /**
  300. * Cast a channel_tls_t to a channel_t.
  301. */
  302. channel_t *
  303. channel_tls_to_base(channel_tls_t *tlschan)
  304. {
  305. if (!tlschan) return NULL;
  306. return &(tlschan->base_);
  307. }
  308. /**
  309. * Cast a channel_t to a channel_tls_t, with appropriate type-checking
  310. * asserts.
  311. */
  312. channel_tls_t *
  313. channel_tls_from_base(channel_t *chan)
  314. {
  315. if (!chan) return NULL;
  316. tor_assert(chan->magic == TLS_CHAN_MAGIC);
  317. return (channel_tls_t *)(chan);
  318. }
  319. /********************************************
  320. * Method implementations for channel_tls_t *
  321. *******************************************/
  322. /**
  323. * Close a channel_tls_t
  324. *
  325. * This implements the close method for channel_tls_t
  326. */
  327. static void
  328. channel_tls_close_method(channel_t *chan)
  329. {
  330. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  331. tor_assert(tlschan);
  332. if (tlschan->conn) connection_or_close_normally(tlschan->conn, 1);
  333. else {
  334. /* Weird - we'll have to change the state ourselves, I guess */
  335. log_info(LD_CHANNEL,
  336. "Tried to close channel_tls_t %p with NULL conn",
  337. tlschan);
  338. channel_change_state(chan, CHANNEL_STATE_ERROR);
  339. }
  340. }
  341. /**
  342. * Describe the transport for a channel_tls_t
  343. *
  344. * This returns the string "TLS channel on connection <id>" to the upper
  345. * layer.
  346. */
  347. static const char *
  348. channel_tls_describe_transport_method(channel_t *chan)
  349. {
  350. static char *buf = NULL;
  351. uint64_t id;
  352. channel_tls_t *tlschan;
  353. const char *rv = NULL;
  354. tor_assert(chan);
  355. tlschan = BASE_CHAN_TO_TLS(chan);
  356. if (tlschan->conn) {
  357. id = TO_CONN(tlschan->conn)->global_identifier;
  358. if (buf) tor_free(buf);
  359. tor_asprintf(&buf,
  360. "TLS channel (connection " U64_FORMAT ")",
  361. U64_PRINTF_ARG(id));
  362. rv = buf;
  363. } else {
  364. rv = "TLS channel (no connection)";
  365. }
  366. return rv;
  367. }
  368. /**
  369. * Free a channel_tls_t
  370. *
  371. * This is called by the generic channel layer when freeing a channel_tls_t;
  372. * this happens either on a channel which has already reached
  373. * CHANNEL_STATE_CLOSED or CHANNEL_STATE_ERROR from channel_run_cleanup() or
  374. * on shutdown from channel_free_all(). In the latter case we might still
  375. * have an orconn active (which connection_free_all() will get to later),
  376. * so we should null out its channel pointer now.
  377. */
  378. static void
  379. channel_tls_free_method(channel_t *chan)
  380. {
  381. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  382. tor_assert(tlschan);
  383. if (tlschan->conn) {
  384. tlschan->conn->chan = NULL;
  385. tlschan->conn = NULL;
  386. }
  387. }
  388. /**
  389. * Get an estimate of the average TLS overhead for the upper layer
  390. */
  391. static double
  392. channel_tls_get_overhead_estimate_method(channel_t *chan)
  393. {
  394. double overhead = 1.0;
  395. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  396. tor_assert(tlschan);
  397. tor_assert(tlschan->conn);
  398. /* Just return 1.0f if we don't have sensible data */
  399. if (tlschan->conn->bytes_xmitted > 0 &&
  400. tlschan->conn->bytes_xmitted_by_tls >=
  401. tlschan->conn->bytes_xmitted) {
  402. overhead = ((double)(tlschan->conn->bytes_xmitted_by_tls)) /
  403. ((double)(tlschan->conn->bytes_xmitted));
  404. /*
  405. * Never estimate more than 2.0; otherwise we get silly large estimates
  406. * at the very start of a new TLS connection.
  407. */
  408. if (overhead > 2.0)
  409. overhead = 2.0;
  410. }
  411. log_debug(LD_CHANNEL,
  412. "Estimated overhead ratio for TLS chan " U64_FORMAT " is %f",
  413. U64_PRINTF_ARG(chan->global_identifier), overhead);
  414. return overhead;
  415. }
  416. /**
  417. * Get the remote address of a channel_tls_t
  418. *
  419. * This implements the get_remote_addr method for channel_tls_t; copy the
  420. * remote endpoint of the channel to addr_out and return 1 (always
  421. * succeeds for this transport).
  422. */
  423. static int
  424. channel_tls_get_remote_addr_method(channel_t *chan, tor_addr_t *addr_out)
  425. {
  426. int rv = 0;
  427. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  428. tor_assert(tlschan);
  429. tor_assert(addr_out);
  430. if (tlschan->conn) {
  431. tor_addr_copy(addr_out, &(TO_CONN(tlschan->conn)->addr));
  432. rv = 1;
  433. } else tor_addr_make_unspec(addr_out);
  434. return rv;
  435. }
  436. /**
  437. * Get the name of the pluggable transport used by a channel_tls_t.
  438. *
  439. * This implements the get_transport_name for channel_tls_t. If the
  440. * channel uses a pluggable transport, copy its name to
  441. * <b>transport_out</b> and return 0. If the channel did not use a
  442. * pluggable transport, return -1. */
  443. static int
  444. channel_tls_get_transport_name_method(channel_t *chan, char **transport_out)
  445. {
  446. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  447. tor_assert(tlschan);
  448. tor_assert(transport_out);
  449. tor_assert(tlschan->conn);
  450. if (!tlschan->conn->ext_or_transport)
  451. return -1;
  452. *transport_out = tor_strdup(tlschan->conn->ext_or_transport);
  453. return 0;
  454. }
  455. /**
  456. * Get endpoint description of a channel_tls_t
  457. *
  458. * This implements the get_remote_descr method for channel_tls_t; it returns
  459. * a text description of the remote endpoint of the channel suitable for use
  460. * in log messages. The req parameter is 0 for the canonical address or 1 for
  461. * the actual address seen.
  462. */
  463. static const char *
  464. channel_tls_get_remote_descr_method(channel_t *chan, int flags)
  465. {
  466. #define MAX_DESCR_LEN 32
  467. static char buf[MAX_DESCR_LEN + 1];
  468. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  469. connection_t *conn;
  470. const char *answer = NULL;
  471. char *addr_str;
  472. tor_assert(tlschan);
  473. if (tlschan->conn) {
  474. conn = TO_CONN(tlschan->conn);
  475. switch (flags) {
  476. case 0:
  477. /* Canonical address with port*/
  478. tor_snprintf(buf, MAX_DESCR_LEN + 1,
  479. "%s:%u", conn->address, conn->port);
  480. answer = buf;
  481. break;
  482. case GRD_FLAG_ORIGINAL:
  483. /* Actual address with port */
  484. addr_str = tor_addr_to_str_dup(&(tlschan->conn->real_addr));
  485. tor_snprintf(buf, MAX_DESCR_LEN + 1,
  486. "%s:%u", addr_str, conn->port);
  487. tor_free(addr_str);
  488. answer = buf;
  489. break;
  490. case GRD_FLAG_ADDR_ONLY:
  491. /* Canonical address, no port */
  492. strlcpy(buf, conn->address, sizeof(buf));
  493. answer = buf;
  494. break;
  495. case GRD_FLAG_ORIGINAL|GRD_FLAG_ADDR_ONLY:
  496. /* Actual address, no port */
  497. addr_str = tor_addr_to_str_dup(&(tlschan->conn->real_addr));
  498. strlcpy(buf, addr_str, sizeof(buf));
  499. tor_free(addr_str);
  500. answer = buf;
  501. break;
  502. default:
  503. /* Something's broken in channel.c */
  504. tor_assert_nonfatal_unreached_once();
  505. }
  506. } else {
  507. strlcpy(buf, "(No connection)", sizeof(buf));
  508. answer = buf;
  509. }
  510. return answer;
  511. }
  512. /**
  513. * Tell the upper layer if we have queued writes
  514. *
  515. * This implements the has_queued_writes method for channel_tls t_; it returns
  516. * 1 iff we have queued writes on the outbuf of the underlying or_connection_t.
  517. */
  518. static int
  519. channel_tls_has_queued_writes_method(channel_t *chan)
  520. {
  521. size_t outbuf_len;
  522. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  523. tor_assert(tlschan);
  524. if (!(tlschan->conn)) {
  525. log_info(LD_CHANNEL,
  526. "something called has_queued_writes on a tlschan "
  527. "(%p with ID " U64_FORMAT " but no conn",
  528. chan, U64_PRINTF_ARG(chan->global_identifier));
  529. }
  530. outbuf_len = (tlschan->conn != NULL) ?
  531. connection_get_outbuf_len(TO_CONN(tlschan->conn)) :
  532. 0;
  533. return (outbuf_len > 0);
  534. }
  535. /**
  536. * Tell the upper layer if we're canonical
  537. *
  538. * This implements the is_canonical method for channel_tls_t; if req is zero,
  539. * it returns whether this is a canonical channel, and if it is one it returns
  540. * whether that can be relied upon.
  541. */
  542. static int
  543. channel_tls_is_canonical_method(channel_t *chan, int req)
  544. {
  545. int answer = 0;
  546. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  547. tor_assert(tlschan);
  548. if (tlschan->conn) {
  549. switch (req) {
  550. case 0:
  551. answer = tlschan->conn->is_canonical;
  552. break;
  553. case 1:
  554. /*
  555. * Is the is_canonical bit reliable? In protocols version 2 and up
  556. * we get the canonical address from a NETINFO cell, but in older
  557. * versions it might be based on an obsolete descriptor.
  558. */
  559. answer = (tlschan->conn->link_proto >= 2);
  560. break;
  561. default:
  562. /* This shouldn't happen; channel.c is broken if it does */
  563. tor_assert_nonfatal_unreached_once();
  564. }
  565. }
  566. /* else return 0 for tlschan->conn == NULL */
  567. return answer;
  568. }
  569. /**
  570. * Check if we match an extend_info_t
  571. *
  572. * This implements the matches_extend_info method for channel_tls_t; the upper
  573. * layer wants to know if this channel matches an extend_info_t.
  574. */
  575. static int
  576. channel_tls_matches_extend_info_method(channel_t *chan,
  577. extend_info_t *extend_info)
  578. {
  579. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  580. tor_assert(tlschan);
  581. tor_assert(extend_info);
  582. /* Never match if we have no conn */
  583. if (!(tlschan->conn)) {
  584. log_info(LD_CHANNEL,
  585. "something called matches_extend_info on a tlschan "
  586. "(%p with ID " U64_FORMAT " but no conn",
  587. chan, U64_PRINTF_ARG(chan->global_identifier));
  588. return 0;
  589. }
  590. return (tor_addr_eq(&(extend_info->addr),
  591. &(TO_CONN(tlschan->conn)->addr)) &&
  592. (extend_info->port == TO_CONN(tlschan->conn)->port));
  593. }
  594. /**
  595. * Check if we match a target address; return true iff we do.
  596. *
  597. * This implements the matches_target method for channel_tls t_; the upper
  598. * layer wants to know if this channel matches a target address when extending
  599. * a circuit.
  600. */
  601. static int
  602. channel_tls_matches_target_method(channel_t *chan,
  603. const tor_addr_t *target)
  604. {
  605. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  606. tor_assert(tlschan);
  607. tor_assert(target);
  608. /* Never match if we have no conn */
  609. if (!(tlschan->conn)) {
  610. log_info(LD_CHANNEL,
  611. "something called matches_target on a tlschan "
  612. "(%p with ID " U64_FORMAT " but no conn",
  613. chan, U64_PRINTF_ARG(chan->global_identifier));
  614. return 0;
  615. }
  616. return tor_addr_eq(&(tlschan->conn->real_addr), target);
  617. }
  618. /**
  619. * Tell the upper layer how many bytes we have queued and not yet
  620. * sent.
  621. */
  622. static size_t
  623. channel_tls_num_bytes_queued_method(channel_t *chan)
  624. {
  625. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  626. tor_assert(tlschan);
  627. tor_assert(tlschan->conn);
  628. return connection_get_outbuf_len(TO_CONN(tlschan->conn));
  629. }
  630. /**
  631. * Tell the upper layer how many cells we can accept to write
  632. *
  633. * This implements the num_cells_writeable method for channel_tls_t; it
  634. * returns an estimate of the number of cells we can accept with
  635. * channel_tls_write_*_cell().
  636. */
  637. static int
  638. channel_tls_num_cells_writeable_method(channel_t *chan)
  639. {
  640. size_t outbuf_len;
  641. ssize_t n;
  642. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  643. size_t cell_network_size;
  644. tor_assert(tlschan);
  645. tor_assert(tlschan->conn);
  646. cell_network_size = get_cell_network_size(tlschan->conn->wide_circ_ids);
  647. outbuf_len = connection_get_outbuf_len(TO_CONN(tlschan->conn));
  648. /* Get the number of cells */
  649. n = CEIL_DIV(OR_CONN_HIGHWATER - outbuf_len, cell_network_size);
  650. if (n < 0) n = 0;
  651. #if SIZEOF_SIZE_T > SIZEOF_INT
  652. if (n > INT_MAX) n = INT_MAX;
  653. #endif
  654. return (int)n;
  655. }
  656. /**
  657. * Write a cell to a channel_tls_t
  658. *
  659. * This implements the write_cell method for channel_tls_t; given a
  660. * channel_tls_t and a cell_t, transmit the cell_t.
  661. */
  662. static int
  663. channel_tls_write_cell_method(channel_t *chan, cell_t *cell)
  664. {
  665. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  666. int written = 0;
  667. tor_assert(tlschan);
  668. tor_assert(cell);
  669. if (tlschan->conn) {
  670. connection_or_write_cell_to_buf(cell, tlschan->conn);
  671. ++written;
  672. } else {
  673. log_info(LD_CHANNEL,
  674. "something called write_cell on a tlschan "
  675. "(%p with ID " U64_FORMAT " but no conn",
  676. chan, U64_PRINTF_ARG(chan->global_identifier));
  677. }
  678. return written;
  679. }
  680. /**
  681. * Write a packed cell to a channel_tls_t
  682. *
  683. * This implements the write_packed_cell method for channel_tls_t; given a
  684. * channel_tls_t and a packed_cell_t, transmit the packed_cell_t.
  685. */
  686. static int
  687. channel_tls_write_packed_cell_method(channel_t *chan,
  688. packed_cell_t *packed_cell)
  689. {
  690. tor_assert(chan);
  691. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  692. size_t cell_network_size = get_cell_network_size(chan->wide_circ_ids);
  693. int written = 0;
  694. tor_assert(tlschan);
  695. tor_assert(packed_cell);
  696. if (tlschan->conn) {
  697. connection_write_to_buf(packed_cell->body, cell_network_size,
  698. TO_CONN(tlschan->conn));
  699. /* This is where the cell is finished; used to be done from relay.c */
  700. packed_cell_free(packed_cell);
  701. ++written;
  702. } else {
  703. log_info(LD_CHANNEL,
  704. "something called write_packed_cell on a tlschan "
  705. "(%p with ID " U64_FORMAT " but no conn",
  706. chan, U64_PRINTF_ARG(chan->global_identifier));
  707. }
  708. return written;
  709. }
  710. /**
  711. * Write a variable-length cell to a channel_tls_t
  712. *
  713. * This implements the write_var_cell method for channel_tls_t; given a
  714. * channel_tls_t and a var_cell_t, transmit the var_cell_t.
  715. */
  716. static int
  717. channel_tls_write_var_cell_method(channel_t *chan, var_cell_t *var_cell)
  718. {
  719. channel_tls_t *tlschan = BASE_CHAN_TO_TLS(chan);
  720. int written = 0;
  721. tor_assert(tlschan);
  722. tor_assert(var_cell);
  723. if (tlschan->conn) {
  724. connection_or_write_var_cell_to_buf(var_cell, tlschan->conn);
  725. ++written;
  726. } else {
  727. log_info(LD_CHANNEL,
  728. "something called write_var_cell on a tlschan "
  729. "(%p with ID " U64_FORMAT " but no conn",
  730. chan, U64_PRINTF_ARG(chan->global_identifier));
  731. }
  732. return written;
  733. }
  734. /*************************************************
  735. * Method implementations for channel_listener_t *
  736. ************************************************/
  737. /**
  738. * Close a channel_listener_t
  739. *
  740. * This implements the close method for channel_listener_t
  741. */
  742. static void
  743. channel_tls_listener_close_method(channel_listener_t *chan_l)
  744. {
  745. tor_assert(chan_l);
  746. /*
  747. * Listeners we just go ahead and change state through to CLOSED, but
  748. * make sure to check if they're channel_tls_listener to NULL it out.
  749. */
  750. if (chan_l == channel_tls_listener)
  751. channel_tls_listener = NULL;
  752. if (!(chan_l->state == CHANNEL_LISTENER_STATE_CLOSING ||
  753. chan_l->state == CHANNEL_LISTENER_STATE_CLOSED ||
  754. chan_l->state == CHANNEL_LISTENER_STATE_ERROR)) {
  755. channel_listener_change_state(chan_l, CHANNEL_LISTENER_STATE_CLOSING);
  756. }
  757. if (chan_l->incoming_list) {
  758. SMARTLIST_FOREACH_BEGIN(chan_l->incoming_list,
  759. channel_t *, ichan) {
  760. channel_mark_for_close(ichan);
  761. } SMARTLIST_FOREACH_END(ichan);
  762. smartlist_free(chan_l->incoming_list);
  763. chan_l->incoming_list = NULL;
  764. }
  765. if (!(chan_l->state == CHANNEL_LISTENER_STATE_CLOSED ||
  766. chan_l->state == CHANNEL_LISTENER_STATE_ERROR)) {
  767. channel_listener_change_state(chan_l, CHANNEL_LISTENER_STATE_CLOSED);
  768. }
  769. }
  770. /**
  771. * Describe the transport for a channel_listener_t
  772. *
  773. * This returns the string "TLS channel (listening)" to the upper
  774. * layer.
  775. */
  776. static const char *
  777. channel_tls_listener_describe_transport_method(channel_listener_t *chan_l)
  778. {
  779. tor_assert(chan_l);
  780. return "TLS channel (listening)";
  781. }
  782. /*******************************************************
  783. * Functions for handling events on an or_connection_t *
  784. ******************************************************/
  785. /**
  786. * Handle an orconn state change
  787. *
  788. * This function will be called by connection_or.c when the or_connection_t
  789. * associated with this channel_tls_t changes state.
  790. */
  791. void
  792. channel_tls_handle_state_change_on_orconn(channel_tls_t *chan,
  793. or_connection_t *conn,
  794. uint8_t old_state,
  795. uint8_t state)
  796. {
  797. channel_t *base_chan;
  798. tor_assert(chan);
  799. tor_assert(conn);
  800. tor_assert(conn->chan == chan);
  801. tor_assert(chan->conn == conn);
  802. /* Shut the compiler up without triggering -Wtautological-compare */
  803. (void)old_state;
  804. base_chan = TLS_CHAN_TO_BASE(chan);
  805. /* Make sure the base connection state makes sense - shouldn't be error
  806. * or closed. */
  807. tor_assert(CHANNEL_IS_OPENING(base_chan) ||
  808. CHANNEL_IS_OPEN(base_chan) ||
  809. CHANNEL_IS_MAINT(base_chan) ||
  810. CHANNEL_IS_CLOSING(base_chan));
  811. /* Did we just go to state open? */
  812. if (state == OR_CONN_STATE_OPEN) {
  813. /*
  814. * We can go to CHANNEL_STATE_OPEN from CHANNEL_STATE_OPENING or
  815. * CHANNEL_STATE_MAINT on this.
  816. */
  817. channel_change_state(base_chan, CHANNEL_STATE_OPEN);
  818. /* We might have just become writeable; check and tell the scheduler */
  819. if (connection_or_num_cells_writeable(conn) > 0) {
  820. scheduler_channel_wants_writes(base_chan);
  821. }
  822. } else {
  823. /*
  824. * Not open, so from CHANNEL_STATE_OPEN we go to CHANNEL_STATE_MAINT,
  825. * otherwise no change.
  826. */
  827. if (CHANNEL_IS_OPEN(base_chan)) {
  828. channel_change_state(base_chan, CHANNEL_STATE_MAINT);
  829. }
  830. }
  831. }
  832. #ifdef KEEP_TIMING_STATS
  833. /**
  834. * Timing states wrapper
  835. *
  836. * This is a wrapper function around the actual function that processes the
  837. * <b>cell</b> that just arrived on <b>chan</b>. Increment <b>*time</b>
  838. * by the number of microseconds used by the call to <b>*func(cell, chan)</b>.
  839. */
  840. static void
  841. channel_tls_time_process_cell(cell_t *cell, channel_tls_t *chan, int *time,
  842. void (*func)(cell_t *, channel_tls_t *))
  843. {
  844. struct timeval start, end;
  845. long time_passed;
  846. tor_gettimeofday(&start);
  847. (*func)(cell, chan);
  848. tor_gettimeofday(&end);
  849. time_passed = tv_udiff(&start, &end) ;
  850. if (time_passed > 10000) { /* more than 10ms */
  851. log_debug(LD_OR,"That call just took %ld ms.",time_passed/1000);
  852. }
  853. if (time_passed < 0) {
  854. log_info(LD_GENERAL,"That call took us back in time!");
  855. time_passed = 0;
  856. }
  857. *time += time_passed;
  858. }
  859. #endif
  860. /**
  861. * Handle an incoming cell on a channel_tls_t
  862. *
  863. * This is called from connection_or.c to handle an arriving cell; it checks
  864. * for cell types specific to the handshake for this transport protocol and
  865. * handles them, and queues all other cells to the channel_t layer, which
  866. * eventually will hand them off to command.c.
  867. *
  868. * The channel layer itself decides whether the cell should be queued or
  869. * can be handed off immediately to the upper-layer code. It is responsible
  870. * for copying in the case that it queues; we merely pass pointers through
  871. * which we get from connection_or_process_cells_from_inbuf().
  872. */
  873. void
  874. channel_tls_handle_cell(cell_t *cell, or_connection_t *conn)
  875. {
  876. channel_tls_t *chan;
  877. int handshaking;
  878. #ifdef KEEP_TIMING_STATS
  879. #define PROCESS_CELL(tp, cl, cn) STMT_BEGIN { \
  880. ++num ## tp; \
  881. channel_tls_time_process_cell(cl, cn, & tp ## time , \
  882. channel_tls_process_ ## tp ## _cell); \
  883. } STMT_END
  884. #else
  885. #define PROCESS_CELL(tp, cl, cn) channel_tls_process_ ## tp ## _cell(cl, cn)
  886. #endif
  887. tor_assert(cell);
  888. tor_assert(conn);
  889. chan = conn->chan;
  890. if (!chan) {
  891. log_warn(LD_CHANNEL,
  892. "Got a cell_t on an OR connection with no channel");
  893. return;
  894. }
  895. handshaking = (TO_CONN(conn)->state != OR_CONN_STATE_OPEN);
  896. if (conn->base_.marked_for_close)
  897. return;
  898. /* Reject all but VERSIONS and NETINFO when handshaking. */
  899. /* (VERSIONS should actually be impossible; it's variable-length.) */
  900. if (handshaking && cell->command != CELL_VERSIONS &&
  901. cell->command != CELL_NETINFO) {
  902. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  903. "Received unexpected cell command %d in chan state %s / "
  904. "conn state %s; closing the connection.",
  905. (int)cell->command,
  906. channel_state_to_string(TLS_CHAN_TO_BASE(chan)->state),
  907. conn_state_to_string(CONN_TYPE_OR, TO_CONN(conn)->state));
  908. connection_or_close_for_error(conn, 0);
  909. return;
  910. }
  911. if (conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3)
  912. or_handshake_state_record_cell(conn, conn->handshake_state, cell, 1);
  913. /* We note that we're on the internet whenever we read a cell. This is
  914. * a fast operation. */
  915. entry_guards_note_internet_connectivity(get_guard_selection_info());
  916. switch (cell->command) {
  917. case CELL_PADDING:
  918. ++stats_n_padding_cells_processed;
  919. /* do nothing */
  920. break;
  921. case CELL_VERSIONS:
  922. tor_fragile_assert();
  923. break;
  924. case CELL_NETINFO:
  925. ++stats_n_netinfo_cells_processed;
  926. PROCESS_CELL(netinfo, cell, chan);
  927. break;
  928. case CELL_CREATE:
  929. case CELL_CREATE_FAST:
  930. case CELL_CREATED:
  931. case CELL_CREATED_FAST:
  932. case CELL_RELAY:
  933. case CELL_RELAY_EARLY:
  934. case CELL_DESTROY:
  935. case CELL_CREATE2:
  936. case CELL_CREATED2:
  937. /*
  938. * These are all transport independent and we pass them up through the
  939. * channel_t mechanism. They are ultimately handled in command.c.
  940. */
  941. channel_queue_cell(TLS_CHAN_TO_BASE(chan), cell);
  942. break;
  943. default:
  944. log_fn(LOG_INFO, LD_PROTOCOL,
  945. "Cell of unknown type (%d) received in channeltls.c. "
  946. "Dropping.",
  947. cell->command);
  948. break;
  949. }
  950. }
  951. /**
  952. * Handle an incoming variable-length cell on a channel_tls_t
  953. *
  954. * Process a <b>var_cell</b> that was just received on <b>conn</b>. Keep
  955. * internal statistics about how many of each cell we've processed so far
  956. * this second, and the total number of microseconds it took to
  957. * process each type of cell. All the var_cell commands are handshake-
  958. * related and live below the channel_t layer, so no variable-length
  959. * cells ever get delivered in the current implementation, but I've left
  960. * the mechanism in place for future use.
  961. *
  962. * If we were handing them off to the upper layer, the channel_t queueing
  963. * code would be responsible for memory management, and we'd just be passing
  964. * pointers through from connection_or_process_cells_from_inbuf(). That
  965. * caller always frees them after this function returns, so this function
  966. * should never free var_cell.
  967. */
  968. void
  969. channel_tls_handle_var_cell(var_cell_t *var_cell, or_connection_t *conn)
  970. {
  971. channel_tls_t *chan;
  972. #ifdef KEEP_TIMING_STATS
  973. /* how many of each cell have we seen so far this second? needs better
  974. * name. */
  975. static int num_versions = 0, num_certs = 0;
  976. static time_t current_second = 0; /* from previous calls to time */
  977. time_t now = time(NULL);
  978. if (current_second == 0) current_second = now;
  979. if (now > current_second) { /* the second has rolled over */
  980. /* print stats */
  981. log_info(LD_OR,
  982. "At end of second: %d versions (%d ms), %d certs (%d ms)",
  983. num_versions, versions_time / ((now - current_second) * 1000),
  984. num_certs, certs_time / ((now - current_second) * 1000));
  985. num_versions = num_certs = 0;
  986. versions_time = certs_time = 0;
  987. /* remember which second it is, for next time */
  988. current_second = now;
  989. }
  990. #endif
  991. tor_assert(var_cell);
  992. tor_assert(conn);
  993. chan = conn->chan;
  994. if (!chan) {
  995. log_warn(LD_CHANNEL,
  996. "Got a var_cell_t on an OR connection with no channel");
  997. return;
  998. }
  999. if (TO_CONN(conn)->marked_for_close)
  1000. return;
  1001. switch (TO_CONN(conn)->state) {
  1002. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  1003. if (var_cell->command != CELL_VERSIONS) {
  1004. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1005. "Received a cell with command %d in unexpected "
  1006. "orconn state \"%s\" [%d], channel state \"%s\" [%d]; "
  1007. "closing the connection.",
  1008. (int)(var_cell->command),
  1009. conn_state_to_string(CONN_TYPE_OR, TO_CONN(conn)->state),
  1010. TO_CONN(conn)->state,
  1011. channel_state_to_string(TLS_CHAN_TO_BASE(chan)->state),
  1012. (int)(TLS_CHAN_TO_BASE(chan)->state));
  1013. /*
  1014. * The code in connection_or.c will tell channel_t to close for
  1015. * error; it will go to CHANNEL_STATE_CLOSING, and then to
  1016. * CHANNEL_STATE_ERROR when conn is closed.
  1017. */
  1018. connection_or_close_for_error(conn, 0);
  1019. return;
  1020. }
  1021. break;
  1022. case OR_CONN_STATE_TLS_HANDSHAKING:
  1023. /* If we're using bufferevents, it's entirely possible for us to
  1024. * notice "hey, data arrived!" before we notice "hey, the handshake
  1025. * finished!" And we need to be accepting both at once to handle both
  1026. * the v2 and v3 handshakes. */
  1027. /* But that should be happening any longer've disabled bufferevents. */
  1028. tor_assert_nonfatal_unreached_once();
  1029. /* fall through */
  1030. case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
  1031. if (!(command_allowed_before_handshake(var_cell->command))) {
  1032. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1033. "Received a cell with command %d in unexpected "
  1034. "orconn state \"%s\" [%d], channel state \"%s\" [%d]; "
  1035. "closing the connection.",
  1036. (int)(var_cell->command),
  1037. conn_state_to_string(CONN_TYPE_OR, TO_CONN(conn)->state),
  1038. (int)(TO_CONN(conn)->state),
  1039. channel_state_to_string(TLS_CHAN_TO_BASE(chan)->state),
  1040. (int)(TLS_CHAN_TO_BASE(chan)->state));
  1041. /* see above comment about CHANNEL_STATE_ERROR */
  1042. connection_or_close_for_error(conn, 0);
  1043. return;
  1044. } else {
  1045. if (enter_v3_handshake_with_cell(var_cell, chan) < 0)
  1046. return;
  1047. }
  1048. break;
  1049. case OR_CONN_STATE_OR_HANDSHAKING_V3:
  1050. if (var_cell->command != CELL_AUTHENTICATE)
  1051. or_handshake_state_record_var_cell(conn, conn->handshake_state,
  1052. var_cell, 1);
  1053. break; /* Everything is allowed */
  1054. case OR_CONN_STATE_OPEN:
  1055. if (conn->link_proto < 3) {
  1056. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1057. "Received a variable-length cell with command %d in orconn "
  1058. "state %s [%d], channel state %s [%d] with link protocol %d; "
  1059. "ignoring it.",
  1060. (int)(var_cell->command),
  1061. conn_state_to_string(CONN_TYPE_OR, TO_CONN(conn)->state),
  1062. (int)(TO_CONN(conn)->state),
  1063. channel_state_to_string(TLS_CHAN_TO_BASE(chan)->state),
  1064. (int)(TLS_CHAN_TO_BASE(chan)->state),
  1065. (int)(conn->link_proto));
  1066. return;
  1067. }
  1068. break;
  1069. default:
  1070. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1071. "Received var-length cell with command %d in unexpected "
  1072. "orconn state \"%s\" [%d], channel state \"%s\" [%d]; "
  1073. "ignoring it.",
  1074. (int)(var_cell->command),
  1075. conn_state_to_string(CONN_TYPE_OR, TO_CONN(conn)->state),
  1076. (int)(TO_CONN(conn)->state),
  1077. channel_state_to_string(TLS_CHAN_TO_BASE(chan)->state),
  1078. (int)(TLS_CHAN_TO_BASE(chan)->state));
  1079. return;
  1080. }
  1081. /* We note that we're on the internet whenever we read a cell. This is
  1082. * a fast operation. */
  1083. entry_guards_note_internet_connectivity(get_guard_selection_info());
  1084. /* Now handle the cell */
  1085. switch (var_cell->command) {
  1086. case CELL_VERSIONS:
  1087. ++stats_n_versions_cells_processed;
  1088. PROCESS_CELL(versions, var_cell, chan);
  1089. break;
  1090. case CELL_VPADDING:
  1091. ++stats_n_vpadding_cells_processed;
  1092. /* Do nothing */
  1093. break;
  1094. case CELL_CERTS:
  1095. ++stats_n_certs_cells_processed;
  1096. PROCESS_CELL(certs, var_cell, chan);
  1097. break;
  1098. case CELL_AUTH_CHALLENGE:
  1099. ++stats_n_auth_challenge_cells_processed;
  1100. PROCESS_CELL(auth_challenge, var_cell, chan);
  1101. break;
  1102. case CELL_AUTHENTICATE:
  1103. ++stats_n_authenticate_cells_processed;
  1104. PROCESS_CELL(authenticate, var_cell, chan);
  1105. break;
  1106. case CELL_AUTHORIZE:
  1107. ++stats_n_authorize_cells_processed;
  1108. /* Ignored so far. */
  1109. break;
  1110. default:
  1111. log_fn(LOG_INFO, LD_PROTOCOL,
  1112. "Variable-length cell of unknown type (%d) received.",
  1113. (int)(var_cell->command));
  1114. break;
  1115. }
  1116. }
  1117. /**
  1118. * Update channel marks after connection_or.c has changed an address
  1119. *
  1120. * This is called from connection_or_init_conn_from_address() after the
  1121. * connection's _base.addr or real_addr fields have potentially been changed
  1122. * so we can recalculate the local mark. Notably, this happens when incoming
  1123. * connections are reverse-proxied and we only learn the real address of the
  1124. * remote router by looking it up in the consensus after we finish the
  1125. * handshake and know an authenticated identity digest.
  1126. */
  1127. void
  1128. channel_tls_update_marks(or_connection_t *conn)
  1129. {
  1130. channel_t *chan = NULL;
  1131. tor_assert(conn);
  1132. tor_assert(conn->chan);
  1133. chan = TLS_CHAN_TO_BASE(conn->chan);
  1134. if (is_local_addr(&(TO_CONN(conn)->addr))) {
  1135. if (!channel_is_local(chan)) {
  1136. log_debug(LD_CHANNEL,
  1137. "Marking channel " U64_FORMAT " at %p as local",
  1138. U64_PRINTF_ARG(chan->global_identifier), chan);
  1139. channel_mark_local(chan);
  1140. }
  1141. } else {
  1142. if (channel_is_local(chan)) {
  1143. log_debug(LD_CHANNEL,
  1144. "Marking channel " U64_FORMAT " at %p as remote",
  1145. U64_PRINTF_ARG(chan->global_identifier), chan);
  1146. channel_mark_remote(chan);
  1147. }
  1148. }
  1149. }
  1150. /**
  1151. * Check if this cell type is allowed before the handshake is finished
  1152. *
  1153. * Return true if <b>command</b> is a cell command that's allowed to start a
  1154. * V3 handshake.
  1155. */
  1156. static int
  1157. command_allowed_before_handshake(uint8_t command)
  1158. {
  1159. switch (command) {
  1160. case CELL_VERSIONS:
  1161. case CELL_VPADDING:
  1162. case CELL_AUTHORIZE:
  1163. return 1;
  1164. default:
  1165. return 0;
  1166. }
  1167. }
  1168. /**
  1169. * Start a V3 handshake on an incoming connection
  1170. *
  1171. * Called when we as a server receive an appropriate cell while waiting
  1172. * either for a cell or a TLS handshake. Set the connection's state to
  1173. * "handshaking_v3', initializes the or_handshake_state field as needed,
  1174. * and add the cell to the hash of incoming cells.)
  1175. */
  1176. static int
  1177. enter_v3_handshake_with_cell(var_cell_t *cell, channel_tls_t *chan)
  1178. {
  1179. int started_here = 0;
  1180. tor_assert(cell);
  1181. tor_assert(chan);
  1182. tor_assert(chan->conn);
  1183. started_here = connection_or_nonopen_was_started_here(chan->conn);
  1184. tor_assert(TO_CONN(chan->conn)->state == OR_CONN_STATE_TLS_HANDSHAKING ||
  1185. TO_CONN(chan->conn)->state ==
  1186. OR_CONN_STATE_TLS_SERVER_RENEGOTIATING);
  1187. if (started_here) {
  1188. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1189. "Received a cell while TLS-handshaking, not in "
  1190. "OR_HANDSHAKING_V3, on a connection we originated.");
  1191. }
  1192. connection_or_block_renegotiation(chan->conn);
  1193. chan->conn->base_.state = OR_CONN_STATE_OR_HANDSHAKING_V3;
  1194. if (connection_init_or_handshake_state(chan->conn, started_here) < 0) {
  1195. connection_or_close_for_error(chan->conn, 0);
  1196. return -1;
  1197. }
  1198. or_handshake_state_record_var_cell(chan->conn,
  1199. chan->conn->handshake_state, cell, 1);
  1200. return 0;
  1201. }
  1202. /**
  1203. * Process a 'versions' cell.
  1204. *
  1205. * This function is called to handle an incoming VERSIONS cell; the current
  1206. * link protocol version must be 0 to indicate that no version has yet been
  1207. * negotiated. We compare the versions in the cell to the list of versions
  1208. * we support, pick the highest version we have in common, and continue the
  1209. * negotiation from there.
  1210. */
  1211. static void
  1212. channel_tls_process_versions_cell(var_cell_t *cell, channel_tls_t *chan)
  1213. {
  1214. int highest_supported_version = 0;
  1215. int started_here = 0;
  1216. tor_assert(cell);
  1217. tor_assert(chan);
  1218. tor_assert(chan->conn);
  1219. if ((cell->payload_len % 2) == 1) {
  1220. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1221. "Received a VERSION cell with odd payload length %d; "
  1222. "closing connection.",cell->payload_len);
  1223. connection_or_close_for_error(chan->conn, 0);
  1224. return;
  1225. }
  1226. started_here = connection_or_nonopen_was_started_here(chan->conn);
  1227. if (chan->conn->link_proto != 0 ||
  1228. (chan->conn->handshake_state &&
  1229. chan->conn->handshake_state->received_versions)) {
  1230. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1231. "Received a VERSIONS cell on a connection with its version "
  1232. "already set to %d; dropping",
  1233. (int)(chan->conn->link_proto));
  1234. return;
  1235. }
  1236. switch (chan->conn->base_.state)
  1237. {
  1238. case OR_CONN_STATE_OR_HANDSHAKING_V2:
  1239. case OR_CONN_STATE_OR_HANDSHAKING_V3:
  1240. break;
  1241. case OR_CONN_STATE_TLS_HANDSHAKING:
  1242. case OR_CONN_STATE_TLS_SERVER_RENEGOTIATING:
  1243. default:
  1244. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1245. "VERSIONS cell while in unexpected state");
  1246. return;
  1247. }
  1248. tor_assert(chan->conn->handshake_state);
  1249. {
  1250. int i;
  1251. const uint8_t *cp = cell->payload;
  1252. for (i = 0; i < cell->payload_len / 2; ++i, cp += 2) {
  1253. uint16_t v = ntohs(get_uint16(cp));
  1254. if (is_or_protocol_version_known(v) && v > highest_supported_version)
  1255. highest_supported_version = v;
  1256. }
  1257. }
  1258. if (!highest_supported_version) {
  1259. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1260. "Couldn't find a version in common between my version list and the "
  1261. "list in the VERSIONS cell; closing connection.");
  1262. connection_or_close_for_error(chan->conn, 0);
  1263. return;
  1264. } else if (highest_supported_version == 1) {
  1265. /* Negotiating version 1 makes no sense, since version 1 has no VERSIONS
  1266. * cells. */
  1267. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1268. "Used version negotiation protocol to negotiate a v1 connection. "
  1269. "That's crazily non-compliant. Closing connection.");
  1270. connection_or_close_for_error(chan->conn, 0);
  1271. return;
  1272. } else if (highest_supported_version < 3 &&
  1273. chan->conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3) {
  1274. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1275. "Negotiated link protocol 2 or lower after doing a v3 TLS "
  1276. "handshake. Closing connection.");
  1277. connection_or_close_for_error(chan->conn, 0);
  1278. return;
  1279. } else if (highest_supported_version != 2 &&
  1280. chan->conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V2) {
  1281. /* XXXX This should eventually be a log_protocol_warn */
  1282. log_fn(LOG_WARN, LD_OR,
  1283. "Negotiated link with non-2 protocol after doing a v2 TLS "
  1284. "handshake with %s. Closing connection.",
  1285. fmt_addr(&chan->conn->base_.addr));
  1286. connection_or_close_for_error(chan->conn, 0);
  1287. return;
  1288. }
  1289. rep_hist_note_negotiated_link_proto(highest_supported_version, started_here);
  1290. chan->conn->link_proto = highest_supported_version;
  1291. chan->conn->handshake_state->received_versions = 1;
  1292. if (chan->conn->link_proto == 2) {
  1293. log_info(LD_OR,
  1294. "Negotiated version %d with %s:%d; sending NETINFO.",
  1295. highest_supported_version,
  1296. safe_str_client(chan->conn->base_.address),
  1297. chan->conn->base_.port);
  1298. if (connection_or_send_netinfo(chan->conn) < 0) {
  1299. connection_or_close_for_error(chan->conn, 0);
  1300. return;
  1301. }
  1302. } else {
  1303. const int send_versions = !started_here;
  1304. /* If we want to authenticate, send a CERTS cell */
  1305. const int send_certs = !started_here || public_server_mode(get_options());
  1306. /* If we're a host that got a connection, ask for authentication. */
  1307. const int send_chall = !started_here;
  1308. /* If our certs cell will authenticate us, we can send a netinfo cell
  1309. * right now. */
  1310. const int send_netinfo = !started_here;
  1311. const int send_any =
  1312. send_versions || send_certs || send_chall || send_netinfo;
  1313. tor_assert(chan->conn->link_proto >= 3);
  1314. log_info(LD_OR,
  1315. "Negotiated version %d with %s:%d; %s%s%s%s%s",
  1316. highest_supported_version,
  1317. safe_str_client(chan->conn->base_.address),
  1318. chan->conn->base_.port,
  1319. send_any ? "Sending cells:" : "Waiting for CERTS cell",
  1320. send_versions ? " VERSIONS" : "",
  1321. send_certs ? " CERTS" : "",
  1322. send_chall ? " AUTH_CHALLENGE" : "",
  1323. send_netinfo ? " NETINFO" : "");
  1324. #ifdef DISABLE_V3_LINKPROTO_SERVERSIDE
  1325. if (1) {
  1326. connection_or_close_normally(chan->conn, 1);
  1327. return;
  1328. }
  1329. #endif
  1330. if (send_versions) {
  1331. if (connection_or_send_versions(chan->conn, 1) < 0) {
  1332. log_warn(LD_OR, "Couldn't send versions cell");
  1333. connection_or_close_for_error(chan->conn, 0);
  1334. return;
  1335. }
  1336. }
  1337. /* We set this after sending the verions cell. */
  1338. /*XXXXX symbolic const.*/
  1339. chan->base_.wide_circ_ids =
  1340. chan->conn->link_proto >= MIN_LINK_PROTO_FOR_WIDE_CIRC_IDS;
  1341. chan->conn->wide_circ_ids = chan->base_.wide_circ_ids;
  1342. if (send_certs) {
  1343. if (connection_or_send_certs_cell(chan->conn) < 0) {
  1344. log_warn(LD_OR, "Couldn't send certs cell");
  1345. connection_or_close_for_error(chan->conn, 0);
  1346. return;
  1347. }
  1348. }
  1349. if (send_chall) {
  1350. if (connection_or_send_auth_challenge_cell(chan->conn) < 0) {
  1351. log_warn(LD_OR, "Couldn't send auth_challenge cell");
  1352. connection_or_close_for_error(chan->conn, 0);
  1353. return;
  1354. }
  1355. }
  1356. if (send_netinfo) {
  1357. if (connection_or_send_netinfo(chan->conn) < 0) {
  1358. log_warn(LD_OR, "Couldn't send netinfo cell");
  1359. connection_or_close_for_error(chan->conn, 0);
  1360. return;
  1361. }
  1362. }
  1363. }
  1364. }
  1365. /**
  1366. * Process a 'netinfo' cell
  1367. *
  1368. * This function is called to handle an incoming NETINFO cell; read and act
  1369. * on its contents, and set the connection state to "open".
  1370. */
  1371. static void
  1372. channel_tls_process_netinfo_cell(cell_t *cell, channel_tls_t *chan)
  1373. {
  1374. time_t timestamp;
  1375. uint8_t my_addr_type;
  1376. uint8_t my_addr_len;
  1377. const uint8_t *my_addr_ptr;
  1378. const uint8_t *cp, *end;
  1379. uint8_t n_other_addrs;
  1380. time_t now = time(NULL);
  1381. long apparent_skew = 0;
  1382. tor_addr_t my_apparent_addr = TOR_ADDR_NULL;
  1383. tor_assert(cell);
  1384. tor_assert(chan);
  1385. tor_assert(chan->conn);
  1386. if (chan->conn->link_proto < 2) {
  1387. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1388. "Received a NETINFO cell on %s connection; dropping.",
  1389. chan->conn->link_proto == 0 ? "non-versioned" : "a v1");
  1390. return;
  1391. }
  1392. if (chan->conn->base_.state != OR_CONN_STATE_OR_HANDSHAKING_V2 &&
  1393. chan->conn->base_.state != OR_CONN_STATE_OR_HANDSHAKING_V3) {
  1394. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1395. "Received a NETINFO cell on non-handshaking connection; dropping.");
  1396. return;
  1397. }
  1398. tor_assert(chan->conn->handshake_state &&
  1399. chan->conn->handshake_state->received_versions);
  1400. if (chan->conn->base_.state == OR_CONN_STATE_OR_HANDSHAKING_V3) {
  1401. tor_assert(chan->conn->link_proto >= 3);
  1402. if (chan->conn->handshake_state->started_here) {
  1403. if (!(chan->conn->handshake_state->authenticated)) {
  1404. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1405. "Got a NETINFO cell from server, "
  1406. "but no authentication. Closing the connection.");
  1407. connection_or_close_for_error(chan->conn, 0);
  1408. return;
  1409. }
  1410. } else {
  1411. /* we're the server. If the client never authenticated, we have
  1412. some housekeeping to do.*/
  1413. if (!(chan->conn->handshake_state->authenticated)) {
  1414. tor_assert(tor_digest_is_zero(
  1415. (const char*)(chan->conn->handshake_state->
  1416. authenticated_rsa_peer_id)));
  1417. tor_assert(tor_mem_is_zero(
  1418. (const char*)(chan->conn->handshake_state->
  1419. authenticated_ed25519_peer_id.pubkey), 32));
  1420. channel_set_circid_type(TLS_CHAN_TO_BASE(chan), NULL,
  1421. chan->conn->link_proto < MIN_LINK_PROTO_FOR_WIDE_CIRC_IDS);
  1422. connection_or_init_conn_from_address(chan->conn,
  1423. &(chan->conn->base_.addr),
  1424. chan->conn->base_.port,
  1425. /* zero, checked above */
  1426. (const char*)(chan->conn->handshake_state->
  1427. authenticated_rsa_peer_id),
  1428. NULL, /* Ed25519 ID: Also checked as zero */
  1429. 0);
  1430. }
  1431. }
  1432. }
  1433. /* Decode the cell. */
  1434. timestamp = ntohl(get_uint32(cell->payload));
  1435. if (labs(now - chan->conn->handshake_state->sent_versions_at) < 180) {
  1436. apparent_skew = now - timestamp;
  1437. }
  1438. my_addr_type = (uint8_t) cell->payload[4];
  1439. my_addr_len = (uint8_t) cell->payload[5];
  1440. my_addr_ptr = (uint8_t*) cell->payload + 6;
  1441. end = cell->payload + CELL_PAYLOAD_SIZE;
  1442. cp = cell->payload + 6 + my_addr_len;
  1443. /* We used to check:
  1444. * if (my_addr_len >= CELL_PAYLOAD_SIZE - 6) {
  1445. *
  1446. * This is actually never going to happen, since my_addr_len is at most 255,
  1447. * and CELL_PAYLOAD_LEN - 6 is 503. So we know that cp is < end. */
  1448. if (my_addr_type == RESOLVED_TYPE_IPV4 && my_addr_len == 4) {
  1449. tor_addr_from_ipv4n(&my_apparent_addr, get_uint32(my_addr_ptr));
  1450. } else if (my_addr_type == RESOLVED_TYPE_IPV6 && my_addr_len == 16) {
  1451. tor_addr_from_ipv6_bytes(&my_apparent_addr, (const char *) my_addr_ptr);
  1452. }
  1453. n_other_addrs = (uint8_t) *cp++;
  1454. while (n_other_addrs && cp < end-2) {
  1455. /* Consider all the other addresses; if any matches, this connection is
  1456. * "canonical." */
  1457. tor_addr_t addr;
  1458. const uint8_t *next =
  1459. decode_address_from_payload(&addr, cp, (int)(end-cp));
  1460. if (next == NULL) {
  1461. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1462. "Bad address in netinfo cell; closing connection.");
  1463. connection_or_close_for_error(chan->conn, 0);
  1464. return;
  1465. }
  1466. if (tor_addr_eq(&addr, &(chan->conn->real_addr))) {
  1467. connection_or_set_canonical(chan->conn, 1);
  1468. break;
  1469. }
  1470. cp = next;
  1471. --n_other_addrs;
  1472. }
  1473. /* Act on apparent skew. */
  1474. /** Warn when we get a netinfo skew with at least this value. */
  1475. #define NETINFO_NOTICE_SKEW 3600
  1476. if (labs(apparent_skew) > NETINFO_NOTICE_SKEW &&
  1477. router_get_by_id_digest(chan->conn->identity_digest)) {
  1478. int trusted = router_digest_is_trusted_dir(chan->conn->identity_digest);
  1479. clock_skew_warning(TO_CONN(chan->conn), apparent_skew, trusted, LD_GENERAL,
  1480. "NETINFO cell", "OR");
  1481. }
  1482. /* XXX maybe act on my_apparent_addr, if the source is sufficiently
  1483. * trustworthy. */
  1484. if (! chan->conn->handshake_state->sent_netinfo) {
  1485. /* If we were prepared to authenticate, but we never got an AUTH_CHALLENGE
  1486. * cell, then we would not previously have sent a NETINFO cell. Do so
  1487. * now. */
  1488. if (connection_or_send_netinfo(chan->conn) < 0) {
  1489. connection_or_close_for_error(chan->conn, 0);
  1490. return;
  1491. }
  1492. }
  1493. if (connection_or_set_state_open(chan->conn) < 0) {
  1494. log_fn(LOG_PROTOCOL_WARN, LD_OR,
  1495. "Got good NETINFO cell from %s:%d; but "
  1496. "was unable to make the OR connection become open.",
  1497. safe_str_client(chan->conn->base_.address),
  1498. chan->conn->base_.port);
  1499. connection_or_close_for_error(chan->conn, 0);
  1500. } else {
  1501. log_info(LD_OR,
  1502. "Got good NETINFO cell from %s:%d; OR connection is now "
  1503. "open, using protocol version %d. Its ID digest is %s. "
  1504. "Our address is apparently %s.",
  1505. safe_str_client(chan->conn->base_.address),
  1506. chan->conn->base_.port,
  1507. (int)(chan->conn->link_proto),
  1508. hex_str(TLS_CHAN_TO_BASE(chan)->identity_digest,
  1509. DIGEST_LEN),
  1510. tor_addr_is_null(&my_apparent_addr) ?
  1511. "<none>" : fmt_and_decorate_addr(&my_apparent_addr));
  1512. }
  1513. assert_connection_ok(TO_CONN(chan->conn),time(NULL));
  1514. }
  1515. /** Types of certificates that we know how to parse from CERTS cells. Each
  1516. * type corresponds to a different encoding format. */
  1517. typedef enum cert_encoding_t {
  1518. CERT_ENCODING_UNKNOWN, /**< We don't recognize this. */
  1519. CERT_ENCODING_X509, /**< It's an RSA key, signed with RSA, encoded in x509.
  1520. * (Actually, it might not be RSA. We test that later.) */
  1521. CERT_ENCODING_ED25519, /**< It's something signed with an Ed25519 key,
  1522. * encoded asa a tor_cert_t.*/
  1523. CERT_ENCODING_RSA_CROSSCERT, /**< It's an Ed key signed with an RSA key. */
  1524. } cert_encoding_t;
  1525. /**
  1526. * Given one of the certificate type codes used in a CERTS cell,
  1527. * return the corresponding cert_encoding_t that we should use to parse
  1528. * the certificate.
  1529. */
  1530. static cert_encoding_t
  1531. certs_cell_typenum_to_cert_type(int typenum)
  1532. {
  1533. switch (typenum) {
  1534. case CERTTYPE_RSA1024_ID_LINK:
  1535. case CERTTYPE_RSA1024_ID_ID:
  1536. case CERTTYPE_RSA1024_ID_AUTH:
  1537. return CERT_ENCODING_X509;
  1538. case CERTTYPE_ED_ID_SIGN:
  1539. case CERTTYPE_ED_SIGN_LINK:
  1540. case CERTTYPE_ED_SIGN_AUTH:
  1541. return CERT_ENCODING_ED25519;
  1542. case CERTTYPE_RSA1024_ID_EDID:
  1543. return CERT_ENCODING_RSA_CROSSCERT;
  1544. default:
  1545. return CERT_ENCODING_UNKNOWN;
  1546. }
  1547. }
  1548. /**
  1549. * Process a CERTS cell from a channel.
  1550. *
  1551. * This function is called to process an incoming CERTS cell on a
  1552. * channel_tls_t:
  1553. *
  1554. * If the other side should not have sent us a CERTS cell, or the cell is
  1555. * malformed, or it is supposed to authenticate the TLS key but it doesn't,
  1556. * then mark the connection.
  1557. *
  1558. * If the cell has a good cert chain and we're doing a v3 handshake, then
  1559. * store the certificates in or_handshake_state. If this is the client side
  1560. * of the connection, we then authenticate the server or mark the connection.
  1561. * If it's the server side, wait for an AUTHENTICATE cell.
  1562. */
  1563. STATIC void
  1564. channel_tls_process_certs_cell(var_cell_t *cell, channel_tls_t *chan)
  1565. {
  1566. #define MAX_CERT_TYPE_WANTED CERTTYPE_RSA1024_ID_EDID
  1567. /* These arrays will be sparse, since a cert type can be at most one
  1568. * of ed/x509 */
  1569. tor_x509_cert_t *x509_certs[MAX_CERT_TYPE_WANTED + 1];
  1570. tor_cert_t *ed_certs[MAX_CERT_TYPE_WANTED + 1];
  1571. uint8_t *rsa_ed_cc_cert = NULL;
  1572. size_t rsa_ed_cc_cert_len = 0;
  1573. int n_certs, i;
  1574. certs_cell_t *cc = NULL;
  1575. int send_netinfo = 0;
  1576. memset(x509_certs, 0, sizeof(x509_certs));
  1577. memset(ed_certs, 0, sizeof(ed_certs));
  1578. tor_assert(cell);
  1579. tor_assert(chan);
  1580. tor_assert(chan->conn);
  1581. #define ERR(s) \
  1582. do { \
  1583. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, \
  1584. "Received a bad CERTS cell from %s:%d: %s", \
  1585. safe_str(chan->conn->base_.address), \
  1586. chan->conn->base_.port, (s)); \
  1587. connection_or_close_for_error(chan->conn, 0); \
  1588. goto err; \
  1589. } while (0)
  1590. if (chan->conn->base_.state != OR_CONN_STATE_OR_HANDSHAKING_V3)
  1591. ERR("We're not doing a v3 handshake!");
  1592. if (chan->conn->link_proto < 3)
  1593. ERR("We're not using link protocol >= 3");
  1594. if (chan->conn->handshake_state->received_certs_cell)
  1595. ERR("We already got one");
  1596. if (chan->conn->handshake_state->authenticated) {
  1597. /* Should be unreachable, but let's make sure. */
  1598. ERR("We're already authenticated!");
  1599. }
  1600. if (cell->payload_len < 1)
  1601. ERR("It had no body");
  1602. if (cell->circ_id)
  1603. ERR("It had a nonzero circuit ID");
  1604. if (certs_cell_parse(&cc, cell->payload, cell->payload_len) < 0)
  1605. ERR("It couldn't be parsed.");
  1606. n_certs = cc->n_certs;
  1607. for (i = 0; i < n_certs; ++i) {
  1608. certs_cell_cert_t *c = certs_cell_get_certs(cc, i);
  1609. uint16_t cert_type = c->cert_type;
  1610. uint16_t cert_len = c->cert_len;
  1611. uint8_t *cert_body = certs_cell_cert_getarray_body(c);
  1612. if (cert_type > MAX_CERT_TYPE_WANTED)
  1613. continue;
  1614. const cert_encoding_t ct = certs_cell_typenum_to_cert_type(cert_type);
  1615. switch (ct) {
  1616. default:
  1617. case CERT_ENCODING_UNKNOWN:
  1618. break;
  1619. case CERT_ENCODING_X509: {
  1620. tor_x509_cert_t *x509_cert = tor_x509_cert_decode(cert_body, cert_len);
  1621. if (!x509_cert) {
  1622. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1623. "Received undecodable certificate in CERTS cell from %s:%d",
  1624. safe_str(chan->conn->base_.address),
  1625. chan->conn->base_.port);
  1626. } else {
  1627. if (x509_certs[cert_type]) {
  1628. tor_x509_cert_free(x509_cert);
  1629. ERR("Duplicate x509 certificate");
  1630. } else {
  1631. x509_certs[cert_type] = x509_cert;
  1632. }
  1633. }
  1634. break;
  1635. }
  1636. case CERT_ENCODING_ED25519: {
  1637. tor_cert_t *ed_cert = tor_cert_parse(cert_body, cert_len);
  1638. if (!ed_cert) {
  1639. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
  1640. "Received undecodable Ed certificate "
  1641. "in CERTS cell from %s:%d",
  1642. safe_str(chan->conn->base_.address),
  1643. chan->conn->base_.port);
  1644. } else {
  1645. if (ed_certs[cert_type]) {
  1646. tor_cert_free(ed_cert);
  1647. ERR("Duplicate Ed25519 certificate");
  1648. } else {
  1649. ed_certs[cert_type] = ed_cert;
  1650. }
  1651. }
  1652. break;
  1653. }
  1654. case CERT_ENCODING_RSA_CROSSCERT: {
  1655. if (rsa_ed_cc_cert) {
  1656. ERR("Duplicate RSA->Ed25519 crosscert");
  1657. } else {
  1658. rsa_ed_cc_cert = tor_memdup(cert_body, cert_len);
  1659. rsa_ed_cc_cert_len = cert_len;
  1660. }
  1661. break;
  1662. }
  1663. }
  1664. }
  1665. /* Move the certificates we (might) want into the handshake_state->certs
  1666. * structure. */
  1667. tor_x509_cert_t *id_cert = x509_certs[CERTTYPE_RSA1024_ID_ID];
  1668. tor_x509_cert_t *auth_cert = x509_certs[CERTTYPE_RSA1024_ID_AUTH];
  1669. tor_x509_cert_t *link_cert = x509_certs[CERTTYPE_RSA1024_ID_LINK];
  1670. chan->conn->handshake_state->certs->auth_cert = auth_cert;
  1671. chan->conn->handshake_state->certs->link_cert = link_cert;
  1672. chan->conn->handshake_state->certs->id_cert = id_cert;
  1673. x509_certs[CERTTYPE_RSA1024_ID_ID] =
  1674. x509_certs[CERTTYPE_RSA1024_ID_AUTH] =
  1675. x509_certs[CERTTYPE_RSA1024_ID_LINK] = NULL;
  1676. tor_cert_t *ed_id_sign = ed_certs[CERTTYPE_ED_ID_SIGN];
  1677. tor_cert_t *ed_sign_link = ed_certs[CERTTYPE_ED_SIGN_LINK];
  1678. tor_cert_t *ed_sign_auth = ed_certs[CERTTYPE_ED_SIGN_AUTH];
  1679. chan->conn->handshake_state->certs->ed_id_sign = ed_id_sign;
  1680. chan->conn->handshake_state->certs->ed_sign_link = ed_sign_link;
  1681. chan->conn->handshake_state->certs->ed_sign_auth = ed_sign_auth;
  1682. ed_certs[CERTTYPE_ED_ID_SIGN] =
  1683. ed_certs[CERTTYPE_ED_SIGN_LINK] =
  1684. ed_certs[CERTTYPE_ED_SIGN_AUTH] = NULL;
  1685. chan->conn->handshake_state->certs->ed_rsa_crosscert = rsa_ed_cc_cert;
  1686. chan->conn->handshake_state->certs->ed_rsa_crosscert_len =
  1687. rsa_ed_cc_cert_len;
  1688. rsa_ed_cc_cert = NULL;
  1689. int severity;
  1690. /* Note that this warns more loudly about time and validity if we were
  1691. * _trying_ to connect to an authority, not necessarily if we _did_ connect
  1692. * to one. */
  1693. if (chan->conn->handshake_state->started_here &&
  1694. router_digest_is_trusted_dir(TLS_CHAN_TO_BASE(chan)->identity_digest))
  1695. severity = LOG_WARN;
  1696. else
  1697. severity = LOG_PROTOCOL_WARN;
  1698. const ed25519_public_key_t *checked_ed_id = NULL;
  1699. const common_digests_t *checked_rsa_id = NULL;
  1700. or_handshake_certs_check_both(severity,
  1701. chan->conn->handshake_state->certs,
  1702. chan->conn->tls,
  1703. time(NULL),
  1704. &checked_ed_id,
  1705. &checked_rsa_id);
  1706. if (!checked_rsa_id)
  1707. ERR("Invalid certificate chain!");
  1708. if (chan->conn->handshake_state->started_here) {
  1709. /* No more information is needed. */
  1710. chan->conn->handshake_state->authenticated = 1;
  1711. chan->conn->handshake_state->authenticated_rsa = 1;
  1712. {
  1713. const common_digests_t *id_digests = checked_rsa_id;
  1714. crypto_pk_t *identity_rcvd;
  1715. if (!id_digests)
  1716. ERR("Couldn't compute digests for key in ID cert");
  1717. identity_rcvd = tor_tls_cert_get_key(id_cert);
  1718. if (!identity_rcvd) {
  1719. ERR("Couldn't get RSA key from ID cert.");
  1720. }
  1721. memcpy(chan->conn->handshake_state->authenticated_rsa_peer_id,
  1722. id_digests->d[DIGEST_SHA1], DIGEST_LEN);
  1723. channel_set_circid_type(TLS_CHAN_TO_BASE(chan), identity_rcvd,
  1724. chan->conn->link_proto < MIN_LINK_PROTO_FOR_WIDE_CIRC_IDS);
  1725. crypto_pk_free(identity_rcvd);
  1726. }
  1727. if (checked_ed_id) {
  1728. chan->conn->handshake_state->authenticated_ed25519 = 1;
  1729. memcpy(&chan->conn->handshake_state->authenticated_ed25519_peer_id,
  1730. checked_ed_id, sizeof(ed25519_public_key_t));
  1731. }
  1732. log_debug(LD_HANDSHAKE, "calling client_learned_peer_id from "
  1733. "process_certs_cell");
  1734. if (connection_or_client_learned_peer_id(chan->conn,
  1735. chan->conn->handshake_state->authenticated_rsa_peer_id,
  1736. checked_ed_id) < 0)
  1737. ERR("Problem setting or checking peer id");
  1738. log_info(LD_HANDSHAKE,
  1739. "Got some good certificates from %s:%d: Authenticated it with "
  1740. "RSA%s",
  1741. safe_str(chan->conn->base_.address), chan->conn->base_.port,
  1742. checked_ed_id ? " and Ed25519" : "");
  1743. if (!public_server_mode(get_options())) {
  1744. /* If we initiated the connection and we are not a public server, we
  1745. * aren't planning to authenticate at all. At this point we know who we
  1746. * are talking to, so we can just send a netinfo now. */
  1747. send_netinfo = 1;
  1748. }
  1749. } else {
  1750. /* We can't call it authenticated till we see an AUTHENTICATE cell. */
  1751. log_info(LD_OR,
  1752. "Got some good RSA%s certificates from %s:%d. "
  1753. "Waiting for AUTHENTICATE.",
  1754. checked_ed_id ? " and Ed25519" : "",
  1755. safe_str(chan->conn->base_.address),
  1756. chan->conn->base_.port);
  1757. /* XXXX check more stuff? */
  1758. }
  1759. chan->conn->handshake_state->received_certs_cell = 1;
  1760. if (send_netinfo) {
  1761. if (connection_or_send_netinfo(chan->conn) < 0) {
  1762. log_warn(LD_OR, "Couldn't send netinfo cell");
  1763. connection_or_close_for_error(chan->conn, 0);
  1764. goto err;
  1765. }
  1766. }
  1767. err:
  1768. for (unsigned u = 0; u < ARRAY_LENGTH(x509_certs); ++u) {
  1769. tor_x509_cert_free(x509_certs[u]);
  1770. }
  1771. for (unsigned u = 0; u < ARRAY_LENGTH(ed_certs); ++u) {
  1772. tor_cert_free(ed_certs[u]);
  1773. }
  1774. tor_free(rsa_ed_cc_cert);
  1775. certs_cell_free(cc);
  1776. #undef ERR
  1777. }
  1778. /**
  1779. * Process an AUTH_CHALLENGE cell from a channel_tls_t
  1780. *
  1781. * This function is called to handle an incoming AUTH_CHALLENGE cell on a
  1782. * channel_tls_t; if we weren't supposed to get one (for example, because we're
  1783. * not the originator of the channel), or it's ill-formed, or we aren't doing
  1784. * a v3 handshake, mark the channel. If the cell is well-formed but we don't
  1785. * want to authenticate, just drop it. If the cell is well-formed *and* we
  1786. * want to authenticate, send an AUTHENTICATE cell and then a NETINFO cell.
  1787. */
  1788. STATIC void
  1789. channel_tls_process_auth_challenge_cell(var_cell_t *cell, channel_tls_t *chan)
  1790. {
  1791. int n_types, i, use_type = -1;
  1792. auth_challenge_cell_t *ac = NULL;
  1793. tor_assert(cell);
  1794. tor_assert(chan);
  1795. tor_assert(chan->conn);
  1796. #define ERR(s) \
  1797. do { \
  1798. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, \
  1799. "Received a bad AUTH_CHALLENGE cell from %s:%d: %s", \
  1800. safe_str(chan->conn->base_.address), \
  1801. chan->conn->base_.port, (s)); \
  1802. connection_or_close_for_error(chan->conn, 0); \
  1803. goto done; \
  1804. } while (0)
  1805. if (chan->conn->base_.state != OR_CONN_STATE_OR_HANDSHAKING_V3)
  1806. ERR("We're not currently doing a v3 handshake");
  1807. if (chan->conn->link_proto < 3)
  1808. ERR("We're not using link protocol >= 3");
  1809. if (!(chan->conn->handshake_state->started_here))
  1810. ERR("We didn't originate this connection");
  1811. if (chan->conn->handshake_state->received_auth_challenge)
  1812. ERR("We already received one");
  1813. if (!(chan->conn->handshake_state->received_certs_cell))
  1814. ERR("We haven't gotten a CERTS cell yet");
  1815. if (cell->circ_id)
  1816. ERR("It had a nonzero circuit ID");
  1817. if (auth_challenge_cell_parse(&ac, cell->payload, cell->payload_len) < 0)
  1818. ERR("It was not well-formed.");
  1819. n_types = ac->n_methods;
  1820. /* Now see if there is an authentication type we can use */
  1821. for (i = 0; i < n_types; ++i) {
  1822. uint16_t authtype = auth_challenge_cell_get_methods(ac, i);
  1823. if (authchallenge_type_is_supported(authtype)) {
  1824. if (use_type == -1 ||
  1825. authchallenge_type_is_better(authtype, use_type)) {
  1826. use_type = authtype;
  1827. }
  1828. }
  1829. }
  1830. chan->conn->handshake_state->received_auth_challenge = 1;
  1831. if (! public_server_mode(get_options())) {
  1832. /* If we're not a public server then we don't want to authenticate on a
  1833. connection we originated, and we already sent a NETINFO cell when we
  1834. got the CERTS cell. We have nothing more to do. */
  1835. goto done;
  1836. }
  1837. if (use_type >= 0) {
  1838. log_info(LD_OR,
  1839. "Got an AUTH_CHALLENGE cell from %s:%d: Sending "
  1840. "authentication type %d",
  1841. safe_str(chan->conn->base_.address),
  1842. chan->conn->base_.port,
  1843. use_type);
  1844. if (connection_or_send_authenticate_cell(chan->conn, use_type) < 0) {
  1845. log_warn(LD_OR,
  1846. "Couldn't send authenticate cell");
  1847. connection_or_close_for_error(chan->conn, 0);
  1848. goto done;
  1849. }
  1850. } else {
  1851. log_info(LD_OR,
  1852. "Got an AUTH_CHALLENGE cell from %s:%d, but we don't "
  1853. "know any of its authentication types. Not authenticating.",
  1854. safe_str(chan->conn->base_.address),
  1855. chan->conn->base_.port);
  1856. }
  1857. if (connection_or_send_netinfo(chan->conn) < 0) {
  1858. log_warn(LD_OR, "Couldn't send netinfo cell");
  1859. connection_or_close_for_error(chan->conn, 0);
  1860. goto done;
  1861. }
  1862. done:
  1863. auth_challenge_cell_free(ac);
  1864. #undef ERR
  1865. }
  1866. /**
  1867. * Process an AUTHENTICATE cell from a channel_tls_t
  1868. *
  1869. * If it's ill-formed or we weren't supposed to get one or we're not doing a
  1870. * v3 handshake, then mark the connection. If it does not authenticate the
  1871. * other side of the connection successfully (because it isn't signed right,
  1872. * we didn't get a CERTS cell, etc) mark the connection. Otherwise, accept
  1873. * the identity of the router on the other side of the connection.
  1874. */
  1875. STATIC void
  1876. channel_tls_process_authenticate_cell(var_cell_t *cell, channel_tls_t *chan)
  1877. {
  1878. var_cell_t *expected_cell = NULL;
  1879. const uint8_t *auth;
  1880. int authlen;
  1881. int authtype;
  1882. int bodylen;
  1883. tor_assert(cell);
  1884. tor_assert(chan);
  1885. tor_assert(chan->conn);
  1886. #define ERR(s) \
  1887. do { \
  1888. log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL, \
  1889. "Received a bad AUTHENTICATE cell from %s:%d: %s", \
  1890. safe_str(chan->conn->base_.address), \
  1891. chan->conn->base_.port, (s)); \
  1892. connection_or_close_for_error(chan->conn, 0); \
  1893. var_cell_free(expected_cell); \
  1894. return; \
  1895. } while (0)
  1896. if (chan->conn->base_.state != OR_CONN_STATE_OR_HANDSHAKING_V3)
  1897. ERR("We're not doing a v3 handshake");
  1898. if (chan->conn->link_proto < 3)
  1899. ERR("We're not using link protocol >= 3");
  1900. if (chan->conn->handshake_state->started_here)
  1901. ERR("We originated this connection");
  1902. if (chan->conn->handshake_state->received_authenticate)
  1903. ERR("We already got one!");
  1904. if (chan->conn->handshake_state->authenticated) {
  1905. /* Should be impossible given other checks */
  1906. ERR("The peer is already authenticated");
  1907. }
  1908. if (!(chan->conn->handshake_state->received_certs_cell))
  1909. ERR("We never got a certs cell");
  1910. if (chan->conn->handshake_state->certs->id_cert == NULL)
  1911. ERR("We never got an identity certificate");
  1912. if (cell->payload_len < 4)
  1913. ERR("Cell was way too short");
  1914. auth = cell->payload;
  1915. {
  1916. uint16_t type = ntohs(get_uint16(auth));
  1917. uint16_t len = ntohs(get_uint16(auth+2));
  1918. if (4 + len > cell->payload_len)
  1919. ERR("Authenticator was truncated");
  1920. if (! authchallenge_type_is_supported(type))
  1921. ERR("Authenticator type was not recognized");
  1922. authtype = type;
  1923. auth += 4;
  1924. authlen = len;
  1925. }
  1926. if (authlen < V3_AUTH_BODY_LEN + 1)
  1927. ERR("Authenticator was too short");
  1928. expected_cell = connection_or_compute_authenticate_cell_body(
  1929. chan->conn, authtype, NULL, NULL, 1);
  1930. if (! expected_cell)
  1931. ERR("Couldn't compute expected AUTHENTICATE cell body");
  1932. int sig_is_rsa;
  1933. if (authtype == AUTHTYPE_RSA_SHA256_TLSSECRET ||
  1934. authtype == AUTHTYPE_RSA_SHA256_RFC5705) {
  1935. bodylen = V3_AUTH_BODY_LEN;
  1936. sig_is_rsa = 1;
  1937. } else {
  1938. tor_assert(authtype == AUTHTYPE_ED25519_SHA256_RFC5705);
  1939. /* Our earlier check had better have made sure we had room
  1940. * for an ed25519 sig (inadvertently) */
  1941. tor_assert(V3_AUTH_BODY_LEN > ED25519_SIG_LEN);
  1942. bodylen = authlen - ED25519_SIG_LEN;
  1943. sig_is_rsa = 0;
  1944. }
  1945. if (expected_cell->payload_len != bodylen+4) {
  1946. ERR("Expected AUTHENTICATE cell body len not as expected.");
  1947. }
  1948. /* Length of random part. */
  1949. if (BUG(bodylen < 24)) {
  1950. // LCOV_EXCL_START
  1951. ERR("Bodylen is somehow less than 24, which should really be impossible");
  1952. // LCOV_EXCL_STOP
  1953. }
  1954. if (tor_memneq(expected_cell->payload+4, auth, bodylen-24))
  1955. ERR("Some field in the AUTHENTICATE cell body was not as expected");
  1956. if (sig_is_rsa) {
  1957. if (chan->conn->handshake_state->certs->ed_id_sign != NULL)
  1958. ERR("RSA-signed AUTHENTICATE response provided with an ED25519 cert");
  1959. if (chan->conn->handshake_state->certs->auth_cert == NULL)
  1960. ERR("We never got an RSA authentication certificate");
  1961. crypto_pk_t *pk = tor_tls_cert_get_key(
  1962. chan->conn->handshake_state->certs->auth_cert);
  1963. char d[DIGEST256_LEN];
  1964. char *signed_data;
  1965. size_t keysize;
  1966. int signed_len;
  1967. if (! pk) {
  1968. ERR("Couldn't get RSA key from AUTH cert.");
  1969. }
  1970. crypto_digest256(d, (char*)auth, V3_AUTH_BODY_LEN, DIGEST_SHA256);
  1971. keysize = crypto_pk_keysize(pk);
  1972. signed_data = tor_malloc(keysize);
  1973. signed_len = crypto_pk_public_checksig(pk, signed_data, keysize,
  1974. (char*)auth + V3_AUTH_BODY_LEN,
  1975. authlen - V3_AUTH_BODY_LEN);
  1976. crypto_pk_free(pk);
  1977. if (signed_len < 0) {
  1978. tor_free(signed_data);
  1979. ERR("RSA signature wasn't valid");
  1980. }
  1981. if (signed_len < DIGEST256_LEN) {
  1982. tor_free(signed_data);
  1983. ERR("Not enough data was signed");
  1984. }
  1985. /* Note that we deliberately allow *more* than DIGEST256_LEN bytes here,
  1986. * in case they're later used to hold a SHA3 digest or something. */
  1987. if (tor_memneq(signed_data, d, DIGEST256_LEN)) {
  1988. tor_free(signed_data);
  1989. ERR("Signature did not match data to be signed.");
  1990. }
  1991. tor_free(signed_data);
  1992. } else {
  1993. if (chan->conn->handshake_state->certs->ed_id_sign == NULL)
  1994. ERR("We never got an Ed25519 identity certificate.");
  1995. if (chan->conn->handshake_state->certs->ed_sign_auth == NULL)
  1996. ERR("We never got an Ed25519 authentication certificate.");
  1997. const ed25519_public_key_t *authkey =
  1998. &chan->conn->handshake_state->certs->ed_sign_auth->signed_key;
  1999. ed25519_signature_t sig;
  2000. tor_assert(authlen > ED25519_SIG_LEN);
  2001. memcpy(&sig.sig, auth + authlen - ED25519_SIG_LEN, ED25519_SIG_LEN);
  2002. if (ed25519_checksig(&sig, auth, authlen - ED25519_SIG_LEN, authkey)<0) {
  2003. ERR("Ed25519 signature wasn't valid.");
  2004. }
  2005. }
  2006. /* Okay, we are authenticated. */
  2007. chan->conn->handshake_state->received_authenticate = 1;
  2008. chan->conn->handshake_state->authenticated = 1;
  2009. chan->conn->handshake_state->authenticated_rsa = 1;
  2010. chan->conn->handshake_state->digest_received_data = 0;
  2011. {
  2012. tor_x509_cert_t *id_cert = chan->conn->handshake_state->certs->id_cert;
  2013. crypto_pk_t *identity_rcvd = tor_tls_cert_get_key(id_cert);
  2014. const common_digests_t *id_digests = tor_x509_cert_get_id_digests(id_cert);
  2015. const ed25519_public_key_t *ed_identity_received = NULL;
  2016. if (! sig_is_rsa) {
  2017. chan->conn->handshake_state->authenticated_ed25519 = 1;
  2018. ed_identity_received =
  2019. &chan->conn->handshake_state->certs->ed_id_sign->signing_key;
  2020. memcpy(&chan->conn->handshake_state->authenticated_ed25519_peer_id,
  2021. ed_identity_received, sizeof(ed25519_public_key_t));
  2022. }
  2023. /* This must exist; we checked key type when reading the cert. */
  2024. tor_assert(id_digests);
  2025. memcpy(chan->conn->handshake_state->authenticated_rsa_peer_id,
  2026. id_digests->d[DIGEST_SHA1], DIGEST_LEN);
  2027. channel_set_circid_type(TLS_CHAN_TO_BASE(chan), identity_rcvd,
  2028. chan->conn->link_proto < MIN_LINK_PROTO_FOR_WIDE_CIRC_IDS);
  2029. crypto_pk_free(identity_rcvd);
  2030. log_debug(LD_HANDSHAKE,
  2031. "Calling connection_or_init_conn_from_address for %s "
  2032. " from %s, with%s ed25519 id.",
  2033. safe_str(chan->conn->base_.address),
  2034. __func__,
  2035. ed_identity_received ? "" : "out");
  2036. connection_or_init_conn_from_address(chan->conn,
  2037. &(chan->conn->base_.addr),
  2038. chan->conn->base_.port,
  2039. (const char*)(chan->conn->handshake_state->
  2040. authenticated_rsa_peer_id),
  2041. ed_identity_received,
  2042. 0);
  2043. log_debug(LD_HANDSHAKE,
  2044. "Got an AUTHENTICATE cell from %s:%d, type %d: Looks good.",
  2045. safe_str(chan->conn->base_.address),
  2046. chan->conn->base_.port,
  2047. authtype);
  2048. }
  2049. var_cell_free(expected_cell);
  2050. #undef ERR
  2051. }