aboutsummaryrefslogtreecommitdiff
path: root/doc/rend-spec.txt
Commit message (Collapse)AuthorAge
* spec and implement some more status events. start to buildRoger Dingledine2006-10-23
| | | | | | | some conventions. svn:r8805
* i'm not sure what man-in-the-middle attacks we were worried about,Roger Dingledine2006-02-04
| | | | | | | | but i agree that we don't need to worry about them for rendezvousing. what we really meant was collision attacks. i think? svn:r5909
* Remove incorrect requirement.Nick Mathewson2005-11-17
| | | | svn:r5409
* start the process of adding authentication/authorization mechanismsRoger Dingledine2005-09-06
| | | | | | | | | | | to the rendezvous process. also start to handle intro and rend points at ipv6 addresses. (none of this is implemented yet; this is for discussion.) svn:r4910
* Make the two rendezvous service descriptor formats distinguishable to ↵Nick Mathewson2005-06-27
| | | | | | simplify the directory interactions a bit. svn:r4494
* Specify versioned service descriptors including full info on intro points. ↵Nick Mathewson2005-06-27
| | | | | | Arma -- does this look sane? svn:r4492
* Come up with a rendezvous INTRODUCE1 format that actually works for unknown ↵Nick Mathewson2005-06-20
| | | | | | rendezvous points. This will take some doing to implement svn:r4464
* write at the top of rend-spec that reading the design paperRoger Dingledine2005-01-18
| | | | | | | first will be helpful. svn:r3363
* document directory interaction a bit betterRoger Dingledine2004-11-27
| | | | svn:r2994
* clean up spec headers, mark a few todo items offRoger Dingledine2004-11-14
| | | | svn:r2851
* update the rendezvous spec to be less wrong (but still wrong)Roger Dingledine2004-10-24
| | | | svn:r2588
* Specify formats to use $KEYID in service descriptors, INTRODUCE cells. The ↵Nick Mathewson2004-08-18
| | | | | | old thing will not actually work, since clients need onion keys as well as key digests to extend. svn:r2268
* move done 0.0.8 todo tasks asideRoger Dingledine2004-08-16
| | | | svn:r2242
* Add IP:Port:KeyDigest format to rend-spec.txtNick Mathewson2004-08-15
| | | | svn:r2234
* clarify the hybrid encryption in our specRoger Dingledine2004-04-28
| | | | svn:r1736
* Document ACKs/NAKsNick Mathewson2004-04-13
| | | | svn:r1599
* Fix base32 implementation; make base32 implementation follow standard; add ↵Nick Mathewson2004-04-08
| | | | | | more tests for base32 svn:r1574
* spec change: bob is allowed to advertise zero intro pointsRoger Dingledine2004-04-08
| | | | svn:r1549
* more todo action, and a spec noteRoger Dingledine2004-04-07
| | | | svn:r1516
* rend point nickname is nul-padded to avoid revealing rend pointRoger Dingledine2004-04-05
| | | | svn:r1474
* bob's rend desc must list >=1 intro pointRoger Dingledine2004-04-05
| | | | | | | plus note a bug in our spec that we should fix svn:r1473
* Implement midpoint functionality for rendezvous points.Nick Mathewson2004-04-02
| | | | svn:r1439
* Clarify handdshake digest logicNick Mathewson2004-04-01
| | | | svn:r1435
* Use padding with intro requestsNick Mathewson2004-04-01
| | | | svn:r1425
* Bob needs the hash of his PK in order to know which hidden service to be.Nick Mathewson2004-04-01
| | | | svn:r1420
* specify that alice and bob can use dirty circuits whenRoger Dingledine2004-03-31
| | | | | | | uploading or fetching hidserv descriptors svn:r1416
* tweak rend specRoger Dingledine2004-03-31
| | | | svn:r1413
* tweaks/patches on the rendezvous specRoger Dingledine2004-03-31
| | | | svn:r1405
* Implement hidserv_XX functions; there is still an XXX in ↵Nick Mathewson2004-03-31
| | | | | | directory_handle_command svn:r1404
* Parse and generate service descriptorsNick Mathewson2004-03-31
| | | | svn:r1403
* Make service IDs 80 bits, not 128Nick Mathewson2004-03-30
| | | | svn:r1393
* Initial rendezvous spec version. Needs another review and revision; but ↵Nick Mathewson2004-03-28
first I must sleep svn:r1355