Age | Commit message (Expand) | Author |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-06 | Document :n-m exit policy | Peter Palfrader |
2004-04-06 | finish off a bunch of rend todo, add more | Roger Dingledine |
2004-04-05 | fix the bob-can't-decode-relays bug | Roger Dingledine |
2004-04-05 | don't detach-and-retry rendezvous streams | Roger Dingledine |
2004-04-05 | make router_get_by_nickname consider this router. | Nick Mathewson |
2004-04-05 | make rend apconn send to the right cpath layer | Roger Dingledine |
2004-04-05 | More symbolic constants for checking rendezvous1 cell lengths | Nick Mathewson |
2004-04-05 | Use correct payload lengths when sending RENDEZVOUS1 cells | Nick Mathewson |
2004-04-05 | Spec conformance: KH|"INTRODUCE" is only for establishing intro pt | Nick Mathewson |
2004-04-05 | Add a missing offset | Nick Mathewson |
2004-04-05 | Use symbolic constants; make padding types match. | Nick Mathewson |
2004-04-05 | Implement response to RENDEZVOUS2 cell. | Nick Mathewson |
2004-04-05 | Make init_cpath_crypto able to handle both sides of handshake, by adding a "r... | Nick Mathewson |
2004-04-05 | add more constants | Nick Mathewson |
2004-04-05 | It's amazing how wrong things look when you invert the booleans on your | Nick Mathewson |
2004-04-05 | Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell | Nick Mathewson |
2004-04-05 | Do first half of Alice-side of DH handshake. | Nick Mathewson |
2004-04-05 | oaep uses 42 more bytes -- stop clobbering buffers | Roger Dingledine |
2004-04-05 | strdup the intro point when you pick it, so you | Roger Dingledine |
2004-04-05 | complain early if we get an unrecognized nickname from | Roger Dingledine |
2004-04-05 | use the right variable when comparing hashes; maybe fix "Hash of session" bug | Nick Mathewson |
2004-04-05 | Expect a 20-byte nul-padded-and-terminated nickname | Nick Mathewson |
2004-04-05 | Add some temporary log calls to try to debug the "Hash of session info was no... | Nick Mathewson |
2004-04-05 | i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string. | Nick Mathewson |
2004-04-05 | if a rend stream has already been attached to a rend circ, | Roger Dingledine |
2004-04-05 | send a destroy after we send an introduce | Roger Dingledine |
2004-04-05 | more alice-side infrastructure | Roger Dingledine |
2004-04-05 | rend point nickname is nul-padded to avoid revealing rend point | Roger Dingledine |
2004-04-05 | bob's rend desc must list >=1 intro point | Roger Dingledine |
2004-04-05 | nicknames are at most 19 chars | Roger Dingledine |
2004-04-05 | alice can now look up bob's service descriptor, | Roger Dingledine |
2004-04-03 | Implement acks | Nick Mathewson |
2004-04-03 | Add func to generate,set,and send rend cookie | Nick Mathewson |
2004-04-03 | Make it build on linux | Nick Mathewson |
2004-04-03 | nick, can you make and send the rendezvous cookie? | Roger Dingledine |
2004-04-03 | Make "common" no longer depend on or.h | Nick Mathewson |
2004-04-03 | Strdup hates finding 0 bytes. | Nick Mathewson |
2004-04-03 | Handle rendezvous relay cells | Nick Mathewson |
2004-04-03 | publish and fetch the right rendezvous urls | Roger Dingledine |
2004-04-03 | Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. | Nick Mathewson |
2004-04-03 | more progress on alice's side | Roger Dingledine |
2004-04-03 | Loops work better when they terminate. Non-terminating loops are easier | Nick Mathewson |
2004-04-03 | Build without warnings against openssl 0.9.6 | Nick Mathewson |
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson |
2004-04-03 | it's HiddenServiceDir | Roger Dingledine |
2004-04-03 | tabs | Roger Dingledine |
2004-04-03 | alice can intercept y.onion requests, do a lookup on them via tor, | Roger Dingledine |
2004-04-03 | no underscores in nicknames | Roger Dingledine |
2004-04-03 | Add examples for hidden services | Nick Mathewson |