aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
AgeCommit message (Collapse)Author
2004-04-27set Content-Type on the directory and hidserv descriptorRoger Dingledine
svn:r1731
2004-04-26rendmid says it drops but actually sends nackRoger Dingledine
fix log messages svn:r1725
2004-04-12ACK/NAK INTRODUCE1 requests. (We do no useful processing on them yet)Nick Mathewson
svn:r1597
2004-04-12Use service IDs in rendmid. (rendclient and common require no changes, it seems)Nick Mathewson
svn:r1594
2004-04-08Be endianly-correct for rendezvous functionalityNick Mathewson
svn:r1565
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
svn:r1502
2004-04-05More symbolic constants for checking rendezvous1 cell lengthsNick Mathewson
svn:r1495
2004-04-05Use symbolic constants; make padding types match.Nick Mathewson
svn:r1491
2004-04-05oaep uses 42 more bytes -- stop clobbering buffersRoger Dingledine
also maybe fix some constants here and there -- nick? svn:r1484
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
svn:r1481
2004-04-05Add some temporary log calls to try to debug the "Hash of session info was ↵Nick Mathewson
not as expected" problem svn:r1479
2004-04-05more alice-side infrastructureRoger Dingledine
handle rendezvous acks, do rend begin cells right, send an introduction cell (sort of) receive a rendezvous2 cell (sort of) svn:r1475
2004-04-03Implement acksNick Mathewson
svn:r1470
2004-04-03Handle rendezvous relay cellsNick Mathewson
svn:r1464
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson
ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
2004-04-03Hide smartlist internalsNick Mathewson
svn:r1451
2004-04-02Finish renaming rend_service fieldNick Mathewson
svn:r1447
2004-04-02refactor; start adding debugging logs to midpoint rend stuffNick Mathewson
svn:r1445
2004-04-02Implement midpoint functionality for rendezvous points.Nick Mathewson
svn:r1439
2004-04-01Add some hooks to handle rendezvous-related cells at ORsNick Mathewson
svn:r1429