aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/tor-spec.txt
AgeCommit message (Collapse)Author
2008-12-29Document RELAY_EARLY cells in tor-spec.txt: proposal 110 is mostly ↵Nick Mathewson
implemented, and the rest of it will need to wait until all current Tor 0.2.0.x clients are obsolete to close. svn:r17816
2008-12-12Merge 148 into tor-spec, mark it Closed, and check off proposal 148 in TODO.021Nick Mathewson
svn:r17613
2008-12-11put recent release blurbs into the changelog; fix a typo in tor-spec.Roger Dingledine
svn:r17586
2008-12-10Clarify current client behavior WRT TLS certificates. Add a TODO to make ↵Nick Mathewson
sure that this behavior is optional, and an entry in 098-todo.txt for investigating whether this behavior is smart. svn:r17568
2008-12-10fix a typo in tor-spec.txtNick Mathewson
svn:r17561
2008-12-09summarize proposal 111 in tor-specRoger Dingledine
svn:r17544
2008-12-02clarify that 'resolve' relay cells nul-terminate the hostname, justRoger Dingledine
like 'begin' relay cells. svn:r17442
2008-08-20Relays now reject risky extend cells: if the extend cell includesRoger Dingledine
a digest of all zeroes, or asks to extend back to the relay that sent the extend cell, tear down the circuit. Ideas suggested by rovv. svn:r16605
2008-07-17Remove from the spec a reference forward-compatiblity feature that we never ↵Nick Mathewson
implemented (bug 774). Also remove backward compatibility notes for versions older than 0.1.1.15-rc; those are long-unsupported, and do not work with the current network. Still to fix are future-tense statements about 0.1.2.x. svn:r16003
2008-06-12 r16215@tombo: nickm | 2008-06-12 18:39:03 -0400Nick Mathewson
Implement code to manually force the OpenSSL client cipher list to match the one recommended in proposal 124, *even if* we do not know all those ciphers. This is a bit of a kludge, but it is at least decently well commented. svn:r15173
2008-03-30 r19142@catbus: nickm | 2008-03-30 14:14:52 -0400Nick Mathewson
Merge proposals 130 and 105 into tor-spec and dir-spec; mark them closed. svn:r14247
2007-10-26 r16194@catbus: nickm | 2007-10-26 18:37:02 -0400Nick Mathewson
Keep circuitless TLS connections open for 1.5 x MaxCircuitDirtiness: this ensures that we don't thrash closing and repoening connections to our guards. svn:r12218
2007-08-19ask nick a question about a grammar problem that could be a meaning problemRoger Dingledine
svn:r11207
2007-08-17 r14629@catbus: nickm | 2007-08-17 16:14:05 -0400Nick Mathewson
spec clarification noted by Stefan K. svn:r11152
2007-05-18 r12983@Kushana: nickm | 2007-05-18 16:46:15 -0400Nick Mathewson
Note that we do not permit you to exit to port 0, no matter what. Closes bug 409. svn:r10211
2007-04-14 r12365@catbus: nickm | 2007-04-14 16:43:09 -0400Nick Mathewson
Try to clarify window verbiage a little in tor-spec. svn:r9954
2007-03-01 r12023@catbus: nickm | 2007-02-28 23:08:20 -0500Nick Mathewson
Embarassing that the number one hit for TLS_EDH_RSA_WITH_DES_192_CBC3_SHA was somebody trying to figure out what we meant when we said it. Replace with something real, and clarify that sometimes "TLS" means "SSLv3". svn:r9699
2007-02-24 r11911@catbus: nickm | 2007-02-24 02:51:37 -0500Nick Mathewson
Clarify rules about certificates on incoming connections. Does it make more sense now? svn:r9635
2007-02-24point out a problem from r9576Roger Dingledine
svn:r9631
2007-02-14 r11808@catbus: nickm | 2007-02-14 00:36:01 -0500Nick Mathewson
Add some definitions to rend-spec.txt; reference rend-spec.txt in list of relay commmands. svn:r9583
2007-02-13 r11789@catbus: nickm | 2007-02-12 22:42:58 -0500Nick Mathewson
Merge proposal 106 into tor-spec.txt; reformat it slightly; mark it closed. svn:r9576
2007-01-26Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson
drafts, and bad ideas still remain in doc.) svn:r9411