summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
AgeCommit message (Expand)Author
2004-04-06set the circ windows on the middle hop of the rend circsRoger Dingledine
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06checkpoint commit: rend closer to working, still not there yetRoger Dingledine
2004-04-06Set handshake_state to NULL before appending cpath hopsNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05fix the bob-can't-decode-relays bugRoger Dingledine
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-05Spec conformance: KH|"INTRODUCE" is only for establishing intro ptNick Mathewson
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
2004-04-05Implement response to RENDEZVOUS2 cell.Nick Mathewson
2004-04-05Do first half of Alice-side of DH handshake.Nick Mathewson
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
2004-04-05strdup the intro point when you pick it, so youRoger Dingledine
2004-04-05complain early if we get an unrecognized nickname fromRoger Dingledine
2004-04-05send a destroy after we send an introduceRoger Dingledine
2004-04-05more alice-side infrastructureRoger Dingledine
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Add func to generate,set,and send rend cookieNick Mathewson
2004-04-03more progress on alice's sideRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03fix some bugs; more remainRoger Dingledine
2004-04-02AP conns use conn->rend_query now tooRoger Dingledine
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine