aboutsummaryrefslogtreecommitdiff
path: root/spec/SUMMARY.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-07 15:13:03 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-07 15:13:03 -0500
commitfd59c8762ceff63b6bde214daa8fcaeccec21b0b (patch)
tree36ed48ac9b07e78b4a00cf7fb3d70e91a07b701c /spec/SUMMARY.md
parenta13755e9c599b1b15d25c54baf961194382e8a9b (diff)
downloadtorspec-fd59c8762ceff63b6bde214daa8fcaeccec21b0b.tar.gz
torspec-fd59c8762ceff63b6bde214daa8fcaeccec21b0b.zip
Split out the long section about TLS.
Diffstat (limited to 'spec/SUMMARY.md')
-rw-r--r--spec/SUMMARY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/SUMMARY.md b/spec/SUMMARY.md
index dd85421..d3b77ed 100644
--- a/spec/SUMMARY.md
+++ b/spec/SUMMARY.md
@@ -10,8 +10,9 @@
- [System overview](./tor-spec/system-overview.md)
- [Relay keys and identities](./tor-spec/relay-keys.md)
- [Channels](./tor-spec/channels.md)
- - [Cells (messages on channels)](./tor-spec/cell-packet-format.md)
+ - [The TLS handshake](./tor-spec/channels-tls.md)
- [Negotiating and initializing channels](./tor-spec/negotiating-channels.md)
+ - [Cells (messages on channels)](./tor-spec/cell-packet-format.md)
- [Circuit management](./tor-spec/circuit-management.md)
- [CREATE and CREATED cells](./tor-spec/create-created-cells.md)
- [Setting circuit keys](./tor-spec/setting-circuit-keys.md)