aboutsummaryrefslogtreecommitdiff
path: root/spec/SUMMARY.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-23 11:43:03 -0400
committerNick Mathewson <nickm@torproject.org>2023-11-01 20:10:12 -0400
commit1aea91632c6785f42fe045b7f3455d5924749337 (patch)
treefcbde3b56049e4ad03851e3e714ff09199e60fa7 /spec/SUMMARY.md
parent8a1915d9a0d639cc88c3696e85250c879135b092 (diff)
downloadtorspec-1aea91632c6785f42fe045b7f3455d5924749337.tar.gz
torspec-1aea91632c6785f42fe045b7f3455d5924749337.zip
Add a new section to rend-spec about managing streams
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.
Diffstat (limited to 'spec/SUMMARY.md')
-rw-r--r--spec/SUMMARY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/SUMMARY.md b/spec/SUMMARY.md
index e9405b0..f1cea59 100644
--- a/spec/SUMMARY.md
+++ b/spec/SUMMARY.md
@@ -107,6 +107,7 @@
- [The rendezvous protocol](./rend-spec/rendezvous-protocol.md)
- [Encrypting data between client and host](./rend-spec/encrypting-user-data.md)
- [Encoding onion addresses \[ONIONADDRESS\]](./rend-spec/encoding-onion-addresses.md)
+ - [Managing streams](./rend-spec/managing-streams.md)
- [Open Questions:](./rend-spec/open-questions.md)
- [Appendix A: Signature scheme with key blinding \[KEYBLIND\]](./rend-spec/keyblinding-scheme.md)
- [Appendix B: Selecting nodes \[PICKNODES\]](./rend-spec/selecting-nodes-picknodes.md)