]> git.ipfire.org Git - thirdparty/tor.git/commit
For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.
authorNick Mathewson <nickm@torproject.org>
Thu, 1 Apr 2004 22:21:01 +0000 (22:21 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 Apr 2004 22:21:01 +0000 (22:21 +0000)
commit79fc52170edb4919a231234fc14c05640e1ec279
tree894f1842937647832b8942e4e00798038a6627fd
parent6b958494f3a5c538a62b1aa0b113d4741085dec1
For hidden services: handle INTRODUCE2, send ESTABLISH_INTRO, RENDEZVOUS1.

Also:
- Add a pending final cpath element to build_state
- Rename S_RENDEZVOUSING to S_CONNECT_REND
- Add [CS]_REND_JOINED
- Split out logic to initialize cpath crypto objects.
- Have circuits/cpaths remember the KH element from their handshake, so they
  can use it for other authentication later. (As in ESTABLISH_INTRO)

svn:r1438
src/or/circuit.c
src/or/onion.c
src/or/or.h
src/or/rendservice.c