mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
Be more clear about fixing unknown rendezvous points. (ow)
svn:r4465
This commit is contained in:
parent
8a6f22b25d
commit
e1e246fa78
14
doc/TODO
14
doc/TODO
@ -66,6 +66,7 @@ N . Controller improvements
|
|||||||
immediately, since tor will exit right after.
|
immediately, since tor will exit right after.
|
||||||
o Implement
|
o Implement
|
||||||
- Test, debug
|
- Test, debug
|
||||||
|
- Allow EXTENDCIRCUIT to unknown server.
|
||||||
. Switch example controllers to use new protocol
|
. Switch example controllers to use new protocol
|
||||||
. Python
|
. Python
|
||||||
o Implement main controller interface
|
o Implement main controller interface
|
||||||
@ -81,12 +82,13 @@ N . Controller improvements
|
|||||||
first place.) Also, we should audit all users of get_pending_bytes().)
|
first place.) Also, we should audit all users of get_pending_bytes().)
|
||||||
- Make it harder to circumvent bandwidth caps: look at number of bytes
|
- Make it harder to circumvent bandwidth caps: look at number of bytes
|
||||||
sent across sockets, not number sent inside TLS stream.
|
sent across sockets, not number sent inside TLS stream.
|
||||||
- Handle rendezvousing with unverified nodes.
|
N - Handle rendezvousing with unverified nodes.
|
||||||
- Specify: Stick rendezvous point's key in INTRODUCE cell.
|
o Specify: Stick rendezvous point's address and port in INTRODUCE cell.
|
||||||
Bob should _always_ use key from INTRODUCE cell.
|
- Handle new format.
|
||||||
- Change to new rendezvous introduction cell format. (It's currently #if
|
- Parse and generate new format (#if0 out the logic to generate it.)
|
||||||
0'd out). Unless we already did that.
|
- Support to extend circuit/target circuit to a chosen combination of
|
||||||
- Implement.
|
addr/port/ID/onionkey
|
||||||
|
- Verify that new code works.
|
||||||
- it looks like tor_assert writes to stderr. what happens if
|
- it looks like tor_assert writes to stderr. what happens if
|
||||||
stderr was closed and is now something else? uh.
|
stderr was closed and is now something else? uh.
|
||||||
- christian grothoff's attack of infinite-length circuit.
|
- christian grothoff's attack of infinite-length circuit.
|
||||||
|
Loading…
Reference in New Issue
Block a user