aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-07we were uploading our server descriptor to each the dirserversRoger Dingledine
2004-04-07let alice reuse recent rendjoin circsRoger Dingledine
2004-04-07mark a rend circ dirty when you attach to itRoger Dingledine
2004-04-07when counting how many being-built circs will handle a stream,Roger Dingledine
2004-04-07routerinfo->addr is host orderRoger Dingledine
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson
2004-04-06Set correct address and port mappings on outgoing rendezvous connectionsNick Mathewson
2004-04-06alice just fetched bob's hidden webpage.Roger Dingledine
2004-04-06set the circ windows on the middle hop of the rend circsRoger Dingledine
2004-04-06router_choose_random_node wants a smartlist of routers, not of nicknames.Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Stupid sizeof operator!Nick Mathewson
2004-04-06Remove vestigial variableNick 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-06Continue attack on magic numbers; use new crypto wrappers where possibleNick 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-05don't detach-and-retry rendezvous streamsRoger Dingledine
2004-04-05make router_get_by_nickname consider this router.Nick Mathewson
2004-04-05make rend apconn send to the right cpath layerRoger Dingledine
2004-04-05More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson
2004-04-05Use correct payload lengths when sending RENDEZVOUS1 cellsNick Mathewson
2004-04-05Spec conformance: KH|"INTRODUCE" is only for establishing intro ptNick Mathewson
2004-04-05Add a missing offsetNick Mathewson
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
2004-04-05Implement response to RENDEZVOUS2 cell.Nick Mathewson
2004-04-05Make init_cpath_crypto able to handle both sides of handshake, by adding a "r...Nick Mathewson
2004-04-05It's amazing how wrong things look when you invert the booleans on yourNick Mathewson
2004-04-05Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cellNick 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-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-05Expect a 20-byte nul-padded-and-terminated nicknameNick Mathewson
2004-04-05Add some temporary log calls to try to debug the "Hash of session info was no...Nick Mathewson
2004-04-05if a rend stream has already been attached to a rend circ,Roger 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-03Implement acksNick Mathewson
2004-04-03Add func to generate,set,and send rend cookieNick Mathewson
2004-04-03nick, can you make and send the rendezvous cookie?Roger Dingledine
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-04-03Strdup hates finding 0 bytes.Nick Mathewson
2004-04-03Handle rendezvous relay cellsNick Mathewson
2004-04-03publish and fetch the right rendezvous urlsRoger Dingledine