aboutsummaryrefslogtreecommitdiff
path: root/spec/SUMMARY.md
AgeCommit message (Collapse)Author
2024-03-25Rename "text vectors" to "test vectors" for correctness.Nick Mathewson
2023-11-11Revise cert-specNick Mathewson
There is a lot more to do, but this makes the spec up-to-date and gives it an accurate description of every cert type, with cross-links to appropriate documentation elsewhere.
2023-11-09Structural and formatting edits for hspow-spec/common-protocolMicah Elizabeth Scott
Formatting and structural edits to try and make the common-protocol section go together. Ended up repurposing parts of 'overview' for an introduction here, and deleting the separate overview section.
2023-11-09Split the hspow-spec into sections without making editsMicah Elizabeth Scott
This establishes a new outline for the hspow-spec. Otherwise, it's just cut and paste without any content edits. This also does not yet fully disentangling the common and v1-specific pieces of the document.
2023-11-09Index text and links for the new hspow-specMicah Elizabeth Scott
2023-11-09Denial of service overview and related editsMicah Elizabeth Scott
This also moves some text from memory-exhaustion to overview, and it removes the tor-spec/resource-exhaustion section as it's redundant with the description of the same in dos-spec.
2023-11-09Remove system-overview.mdNick Mathewson
(intro/index.md is better.)
2023-11-09Start a "conventions" section to span all the specsNick Mathewson
It's short for now, but we will extract more and more things from the rest of the specifications as we continue editing.
2023-11-09Start an Introduction section.Nick Mathewson
2023-11-09Merge branch 'ssh' into 'main'Nick Mathewson
Start an SSH protocol names registry See merge request tpo/core/torspec!202
2023-11-09Merge branch 'vanguards-spec' into 'main'Nick Mathewson
Merge Vanguards proposals 292 and 333 into mdbook spec See merge request tpo/core/torspec!211
2023-11-09Merge Vanguards proposals 292 and 333 into mdbook specMike Perry
2023-11-08Fold channels-tls into negotiating-channels.Nick Mathewson
Also write a new introduction.
2023-11-08Continue rewrite of channel handshake stuffNick Mathewson
This is mainly a rewrite of channels-tls, which has proven to be a less necessary file than I had thought: Nearly all of its content has moved to a new "obsolete handshakes" document.
2023-11-08Start an SSH protocol names registryIan Jackson
2023-11-07Split out the long section about TLS.Nick Mathewson
2023-11-07reorganize channels sections slightlyNick Mathewson
2023-11-07Split out description of relay keys to new file.Nick Mathewson
2023-11-07Move the style guide into "maintenance and editing.Nick Mathewson
2023-11-07Merge branch 'motion' into 'main'Nick Mathewson
Add a new backmatter section, and move/replace parts of spec/README.md, etc. See merge request tpo/core/torspec!198
2023-11-07Move the permalinks to permalinks.md (code motion)Ian Jackson
2023-11-07Add new backmatter section (nearly empty for now)Ian Jackson
2023-11-06Add a new high level overview of how tor works.Nick Mathewson
2023-11-06Merge branch 'less-digression' into 'main'Nick Mathewson
Remove some "open questions" style sections See merge request tpo/core/torspec!188
2023-11-06Remove gettor-spec from rendered specsNick Mathewson
It is not a spec, but a design document, and a cursory outdated one at that.
2023-11-06Convert rend-spec open-questions into the references page it is.Nick Mathewson
2023-11-06Drop guard-spec/todo.mdNick Mathewson
2023-11-06Drop the "old notes" chapter from path-spec.Nick Mathewson
2023-11-02Add a quick and dirty style guideNick Mathewson
This is not meant to be final by any means, but to be a starting point to collect the conventions we develop as we improve our documentation.
2023-11-01Add a new section to rend-spec about managing streamsNick Mathewson
We had not previous specified * what should be in a BEGIN message sent to an onion service, * or what exactly an onion service should check about a BEGIN, * or how an onion service should respond to an unwanted BEGIN.
2023-10-18Move intro files into their appropriate directories.Nick Mathewson
2023-10-14Ensure that we have no empty sections.Nick Mathewson
2023-10-14Enforce the rule that no document has multiple top-level headings.Nick Mathewson
2023-10-14Break up some sections in dir-spec that had gotten run together.Nick Mathewson
2023-10-14Rename another file that slipped through.Nick Mathewson
2023-10-14Rename rend-spec-v3 urls to rend-spec.Nick Mathewson
2023-10-14Remove more TOCs and merge in introductions.Nick Mathewson
2023-10-14Rename all long files.Nick Mathewson
2023-10-14Run mdformat on the spec files.Nick Mathewson
2023-10-13Run markdownlint --fix on spec.Nick Mathewson
2023-10-12Merge INTRO and README; fix more titles.Nick Mathewson
2023-10-12Convert text specifications to mdbook.Nick Mathewson