Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
f2c68bcf
Commit
f2c68bcf
authored
21 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Make preliminary list of tasks for rendezvous service
svn:r1368
parent
cc844eee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+42
-6
42 additions, 6 deletions
doc/TODO
with
42 additions
and
6 deletions
doc/TODO
+
42
−
6
View file @
f2c68bcf
...
...
@@ -42,7 +42,7 @@ Short-term:
- Add '[...truncated]' or similar to truncated log entries (like the directory
in connection_dir_process_inbuf()).
. Make logs handle it better when writing to them fails.
-
leave server descriptor out of directory if it's too old
o
leave server descriptor out of directory if it's too old
o Rename ACI to circID
o integrate rep_ok functions, see what breaks
- update tor faq
...
...
@@ -88,6 +88,47 @@ Short-term:
o Audit users of connnection_remove and connection_free outside of
main.c; many should use mark_for_close instead.
Rendezvous service:
o Design and specify protocol
- Possible preliminary refactoring:
- Should we break circuits up into "circuit-with-cpath" and
"circuit-without-cpath"?
- We need a way to tag circuits as special-purpose circuits for:
- Connecting from Bob's OP to the introduction point
- Sending introduction requests from the IPoint to Bob
- Connecting from Alice to the rendezvous point for Bob
- Connecting from Bob to the rendezvous point for Alice
- Waiting at a rendezvous point to be joined
- Joined to another circuit at the rendezvous point.
(We should also enumerate all the states that these operations
can be in.)
- Code to configure hidden services
- Service descriptors
- OPs need to maintain identity keys for hidden services [NM]
- Code to generate and parse service descriptors [NM]
- Advertisement
- Generate y.onion hostnames [NM]
- Code to do an HTTP connection over Tor from within Tor.
- Publish service descriptors to directory
- Directory accepts and remembers service descriptors, and
delivers them as requested
- Code for OPs to retrieve (and cache?) service descriptors
- Rendezvous
- Code as needed to generate and parse all rendezvous-related
cell types, and do all handshaking.
- ORs implement introduction points
- OPs with hidden services establish introduction points
- ORs implement rendezvous points
- OPs notice y.onion URLs, and:
- Retrieve service descriptors
- Establish rendezvous points
- Send introduction requests to introduction points
- Communication
- OPs remember which circuits are used for which rendezvous
points, and can look up circuits by location-hidden service
- OPs send/handle BEGIN cells for location-hidden services
- End-to-end communication for location-hidden services
On-going
. Better comments for functions!
. Go through log messages, reduce confusing error messages.
...
...
@@ -127,11 +168,6 @@ NICK . Handle half-open connections
o Find an ftp proxy? wget --passive
D Wait until there are packet redirectors for Linux
. Get socks4a support into Mozilla
. Develop rendezvous points
X Handle socks commands other than connect, eg, bind?
o Design
- Spec
- Implement
. Tests
o Testing harness/infrastructure
D System tests (how?)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment