summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-06Document :n-m exit policyPeter Palfrader
2004-04-06finish off a bunch of rend todo, add moreRoger Dingledine
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-05add more constantsNick 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-05i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.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-05rend point nickname is nul-padded to avoid revealing rend pointRoger Dingledine
2004-04-05bob's rend desc must list >=1 intro pointRoger Dingledine
2004-04-05nicknames are at most 19 charsRoger 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-03Make it build on linuxNick 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
2004-04-03Use (set|get)_uint(16|32) in lieu of memcpy where reasonable.Nick Mathewson
2004-04-03more progress on alice's sideRoger Dingledine
2004-04-03Loops work better when they terminate. Non-terminating loops are easierNick Mathewson
2004-04-03Build without warnings against openssl 0.9.6Nick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03it's HiddenServiceDirRoger Dingledine
2004-04-03tabsRoger Dingledine
2004-04-03alice can intercept y.onion requests, do a lookup on them via tor,Roger Dingledine
2004-04-03no underscores in nicknamesRoger Dingledine
2004-04-03Add examples for hidden servicesNick Mathewson