aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* r15088@tombo: nickm | 2007-11-30 23:47:29 -0500Nick Mathewson2007-12-01
| | | | | | | Add support to get a callback invoked when the client renegotiate a connection. Also, make clients renegotiate. (not enabled yet, until they detect that the server acted like a v2 server) svn:r12623
* r15087@tombo: nickm | 2007-11-30 22:32:26 -0500Nick Mathewson2007-12-01
| | | | | | | Start getting freaky with openssl callbacks in tortls.c: detect client ciphers, and if the list doesn't look like the list current Tors use, present only a single cert do not ask for a client cert. Also, support for client-side renegotiation. None of this is enabled unless you define V2_HANDSHAKE_SERVER. svn:r12622
* and one last fixRoger Dingledine2007-11-29
| | | | svn:r12610
* fix some typos (i think) in the dir spec. also, note that you'dRoger Dingledine2007-11-29
| | | | | | | | better *not* publish a cosmetically similar descriptor within 12 hours of the last one. svn:r12605
* is this a good idea, karsten/nick?Roger Dingledine2007-11-29
| | | | svn:r12604
* doc fixes from karstenRoger Dingledine2007-11-29
| | | | svn:r12603
* controllers need a way to learn router annotationsRoger Dingledine2007-11-29
| | | | svn:r12602
* more progress on the geoip proposalRoger Dingledine2007-11-29
| | | | svn:r12599
* our december todo listRoger Dingledine2007-11-28
| | | | svn:r12598
* more items for the todo listRoger Dingledine2007-11-26
| | | | svn:r12572
* draft of a proposal: Fetching GeoIP databases for clients, relays, and bridgesRoger Dingledine2007-11-24
| | | | svn:r12566
* move the bridges proposal into a real proposal number.Roger Dingledine2007-11-23
| | | | svn:r12562
* Change up phobos' todos.Andrew Lewman2007-11-22
| | | | svn:r12555
* cleanups, bump to 0.2.0.12-alphaRoger Dingledine2007-11-17
| | | | svn:r12516
* r16670@catbus: nickm | 2007-11-14 14:56:30 -0500Nick Mathewson2007-11-14
| | | | | | | Initial phase of proposal 110: accept RELAY_EARLY cells, and turn them into RELAY cells when sending them on over a v1 OR connection. svn:r12496
* r16669@catbus: nickm | 2007-11-14 14:50:03 -0500Nick Mathewson2007-11-14
| | | | | | | When we complete an OR handshake, set up all the internal fields and mark the connection as open. svn:r12495
* explain how to become a bridge authority tooRoger Dingledine2007-11-11
| | | | svn:r12482
* finish writing my overview of bridge design and deploymentRoger Dingledine2007-11-11
| | | | svn:r12481
* make it clearer for nick that bug 548 needs solvingRoger Dingledine2007-11-11
| | | | svn:r12474
* Exit policies now reject connections that are addressed to aRoger Dingledine2007-11-10
| | | | | | | | | | relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459
* r16573@catbus: nickm | 2007-11-08 11:57:16 -0500Nick Mathewson2007-11-08
| | | | | | | Mess with the formula for the Guard flag again. Now it requires that you be in the most familiar 7/8 of nodes, and have above median wfu for that 7/8th. See spec for details. Also, log thresholds better. svn:r12440
* remove some done items; mark some other items as doneRoger Dingledine2007-11-08
| | | | svn:r12438
* r16570@catbus: nickm | 2007-11-08 11:04:20 -0500Nick Mathewson2007-11-08
| | | | | | | Keep track, for each OR connection, of the last time we added a non-padding cell to its outbuf. Use this timestamp, not "lastwritten" to tell if it is time to close a circuitless connection. (We can'tuse lastwritten, since lastwritten is updated when ever the connection flushes anything, and by that point we can no longer tell what is a padding cell and what is not.) svn:r12437
* decide that messing with fallback-concensus for 0.2.0.10-alphaRoger Dingledine2007-11-08
| | | | | | | isn't worth it. also mention bug 546 again. svn:r12432
* the other half of the made-up 'guard' heuristicRoger Dingledine2007-11-08
| | | | svn:r12429
* one possible heuristic for being a guardRoger Dingledine2007-11-07
| | | | svn:r12427
* r16552@catbus: nickm | 2007-11-07 17:12:11 -0500Nick Mathewson2007-11-07
| | | | | | | some notes on 0.2.0.10-alpha blockers. svn:r12426
* r16550@catbus: nickm | 2007-11-07 16:50:02 -0500Nick Mathewson2007-11-07
| | | | | | | "And $499 for knowing where to hit it." Fix bug 546. svn:r12425
* four items blocking 0.2.0.10-alphaRoger Dingledine2007-11-07
| | | | svn:r12422
* r16479@catbus: nickm | 2007-11-06 18:10:02 -0500Nick Mathewson2007-11-06
| | | | | | | Add "Blocking resistant TLS certificate usage" as proposal 124. svn:r12405
* r16471@catbus: nickm | 2007-11-06 15:50:42 -0500Nick Mathewson2007-11-06
| | | | | | | Detect whether any of the descriptors we want are in old_routers. Possibly useful in tracking down bug 543. svn:r12404
* r16455@catbus: nickm | 2007-11-06 12:48:00 -0500Nick Mathewson2007-11-06
| | | | | | | Parse CERT cells and act correctly when we get them. svn:r12396
* r14729@31-33-67: nickm | 2007-11-05 18:54:50 -0500Nick Mathewson2007-11-05
| | | | | | | Send and Parse CERT cells correctly. Still need to understand the certs inside. svn:r12392
* r14727@31-33-67: nickm | 2007-11-05 18:34:35 -0500Nick Mathewson2007-11-05
| | | | | | | Make VERSIONS variable-length. svn:r12391
* r16438@catbus: nickm | 2007-11-05 16:45:45 -0500Nick Mathewson2007-11-05
| | | | | | | Initial code for variable-length cells. CERT and VERSIONS need to use them. svn:r12390
* r16432@catbus: nickm | 2007-11-05 14:18:57 -0500Nick Mathewson2007-11-05
| | | | | | | Send and parse link_auth cells properly. svn:r12386
* r16414@catbus: nickm | 2007-11-05 13:14:46 -0500Nick Mathewson2007-11-05
| | | | | | | Function to process link auth cells; stub function for cert cell processing svn:r12385
* r16412@catbus: nickm | 2007-11-05 11:45:17 -0500Nick Mathewson2007-11-05
| | | | | | | Make TLS contexts reference-counted, and add a reference from TLS objects to their corresponding context. This lets us reliably get the certificates for a given TLS connection, even if we have rotated TLS contexts. svn:r12383
* r16411@catbus: nickm | 2007-11-05 11:27:37 -0500Nick Mathewson2007-11-05
| | | | | | | Remember X509 certificates in the context. Store peer/self certificate digests in handshake state. svn:r12382
* r16409@catbus: nickm | 2007-11-05 10:38:25 -0500Nick Mathewson2007-11-05
| | | | | | | Split handshake state into its own structure. Revise versions and netinfo code to use this structure. svn:r12380
* r16408@catbus: nickm | 2007-11-05 10:02:39 -0500Nick Mathewson2007-11-05
| | | | | | | Edit TODO: remove some completed items, add breakdown for 105+TLS task. svn:r12379
* minor fixRoger Dingledine2007-11-04
| | | | svn:r12367
* more of r12364Roger Dingledine2007-11-04
| | | | svn:r12366
* <mikeperry> the lesson probably should be automatic client upgrades :)Roger Dingledine2007-11-02
| | | | svn:r12348
* get my in-progress bridge proposal draft into svn so i don'tRoger Dingledine2007-11-02
| | | | | | | lose it svn:r12347
* r14625@tombo: nickm | 2007-11-01 23:21:25 -0400Nick Mathewson2007-11-02
| | | | | | | Merge revised behavior on proposal 105 svn:r12323
* As nick commented, tor's configure doesn't know what --enable-static andAndrew Lewman2007-11-02
| | | | | | | --disable-shared actually are, so remove it from docs and spec file. svn:r12321
* Add a comment to the relaybandwidth bug.Andrew Lewman2007-11-02
| | | | svn:r12320
* r14623@tombo: nickm | 2007-11-01 22:25:18 -0400Nick Mathewson2007-11-02
| | | | | | | More tweaks from karsten, with some cleanup and commentary. svn:r12319
* start on the 0.2.1.x todo list.Roger Dingledine2007-11-01
| | | | svn:r12316