Commit History

Author SHA1 Message Date
  Nick Mathewson 2d3aea40a4 It's amazing how wrong things look when you invert the booleans on your 21 years ago
  Nick Mathewson 7b1939db2d Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell 21 years ago
  Nick Mathewson eafb8186e5 Do first half of Alice-side of DH handshake. 21 years ago
  Roger Dingledine 27126e5007 oaep uses 42 more bytes -- stop clobbering buffers 21 years ago
  Roger Dingledine 92bb5b2860 strdup the intro point when you pick it, so you 21 years ago
  Roger Dingledine ac84512489 complain early if we get an unrecognized nickname from 21 years ago
  Nick Mathewson 12ede0a2c4 use the right variable when comparing hashes; maybe fix "Hash of session" bug 21 years ago
  Nick Mathewson 41387bea08 Expect a 20-byte nul-padded-and-terminated nickname 21 years ago
  Nick Mathewson 1e2b008700 Add some temporary log calls to try to debug the "Hash of session info was not as expected" problem 21 years ago
  Nick Mathewson 84b9e90d5f i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string. 21 years ago
  Roger Dingledine cebf16eaf0 if a rend stream has already been attached to a rend circ, 21 years ago
  Roger Dingledine 8a209bc4d3 send a destroy after we send an introduce 21 years ago
  Roger Dingledine 5b6099e8a2 more alice-side infrastructure 21 years ago
  Roger Dingledine d70063578d rend point nickname is nul-padded to avoid revealing rend point 21 years ago
  Roger Dingledine fda9d9c779 bob's rend desc must list >=1 intro point 21 years ago
  Roger Dingledine c326422e57 nicknames are at most 19 chars 21 years ago
  Roger Dingledine 7793078dff alice can now look up bob's service descriptor, 21 years ago
  Nick Mathewson a9813f0210 Implement acks 21 years ago
  Nick Mathewson 3af1191023 Add func to generate,set,and send rend cookie 21 years ago
  Nick Mathewson 82cde03ddc Make it build on linux 21 years ago
  Roger Dingledine 86f2ddc88d nick, can you make and send the rendezvous cookie? 21 years ago
  Nick Mathewson b3c2b62a14 Make "common" no longer depend on or.h 21 years ago
  Nick Mathewson cb07e2ad27 Strdup hates finding 0 bytes. 21 years ago
  Nick Mathewson d93ff0b82f Handle rendezvous relay cells 21 years ago
  Roger Dingledine 7eaa655b6d publish and fetch the right rendezvous urls 21 years ago
  Nick Mathewson ba196a9d17 Use (set|get)_uint(16|32) in lieu of memcpy where reasonable. 21 years ago
  Roger Dingledine 8a1ad2b84e more progress on alice's side 21 years ago
  Nick Mathewson 7451de5d97 Loops work better when they terminate. Non-terminating loops are easier 21 years ago
  Nick Mathewson ffc58cd91a Build without warnings against openssl 0.9.6 21 years ago
  Nick Mathewson 137b577bbd Refactor the heck out of crypto interface: admit that we will stick with one ciphersuite at a time, make const things const, and stop putting openssl in the headers. 21 years ago