| Commit message (Expand) | Author | Age |
... | |
* | alice just fetched bob's hidden webpage.•••yay.
svn:r1512
| Roger Dingledine | 2004-04-06 |
* | set the circ windows on the middle hop of the rend circs•••svn:r1511
| Roger Dingledine | 2004-04-06 |
* | router_choose_random_node wants a smartlist of routers, not of nicknames.•••svn:r1510
| Nick Mathewson | 2004-04-06 |
* | Force hybrid encryption on for key negotiation•••svn:r1509
| Nick Mathewson | 2004-04-06 |
* | Stupid sizeof operator!•••svn:r1508
| Nick Mathewson | 2004-04-06 |
* | Remove vestigial variable•••svn:r1507
| Nick Mathewson | 2004-04-06 |
* | checkpoint commit: rend closer to working, still not there yet•••svn:r1506
| Roger Dingledine | 2004-04-06 |
* | Set handshake_state to NULL before appending cpath hops•••svn:r1505
| Nick Mathewson | 2004-04-06 |
* | Continue attack on magic numbers; use new crypto wrappers where possible•••svn:r1504
| Nick Mathewson | 2004-04-06 |
* | Remove the last tab in non-contributed code•••svn:r1503
| Nick Mathewson | 2004-04-06 |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502
| Nick Mathewson | 2004-04-06 |
* | Document :n-m exit policy•••svn:r1501
| Peter Palfrader | 2004-04-06 |
* | finish off a bunch of rend todo, add more•••svn:r1500
| Roger Dingledine | 2004-04-06 |
* | fix the bob-can't-decode-relays bug•••now alice can send the begin and bob can receive it.
svn:r1499
| Roger Dingledine | 2004-04-05 |
* | don't detach-and-retry rendezvous streams•••svn:r1498
| Roger Dingledine | 2004-04-05 |
* | make router_get_by_nickname consider this router.•••svn:r1497
| Nick Mathewson | 2004-04-05 |
* | make rend apconn send to the right cpath layer•••and fix circuit_log_path to know about rend circs
svn:r1496
| Roger Dingledine | 2004-04-05 |
* | More symbolic constants for checking rendezvous1 cell lengths•••svn:r1495
| Nick Mathewson | 2004-04-05 |
* | Use correct payload lengths when sending RENDEZVOUS1 cells•••svn:r1494
| Nick Mathewson | 2004-04-05 |
* | Spec conformance: KH|"INTRODUCE" is only for establishing intro pt•••svn:r1493
| Nick Mathewson | 2004-04-05 |
* | Add a missing offset•••svn:r1492
| Nick Mathewson | 2004-04-05 |
* | Use symbolic constants; make padding types match.•••svn:r1491
| Nick Mathewson | 2004-04-05 |
* | Implement response to RENDEZVOUS2 cell.•••svn:r1490
| Nick Mathewson | 2004-04-05 |
* | Make init_cpath_crypto able to handle both sides of handshake, by adding a "r...•••svn:r1489
| Nick Mathewson | 2004-04-05 |
* | add more constants•••svn:r1488
| Nick Mathewson | 2004-04-05 |
* | It's amazing how wrong things look when you invert the booleans on your•••sanity checks.
svn:r1487
| Nick Mathewson | 2004-04-05 |
* | Slightly more helpful msg on mismatched service pk digest in INTRODUCE2 cell•••svn:r1486
| Nick Mathewson | 2004-04-05 |
* | Do first half of Alice-side of DH handshake.•••svn:r1485
| Nick Mathewson | 2004-04-05 |
* | oaep uses 42 more bytes -- stop clobbering buffers•••also maybe fix some constants here and there -- nick?
svn:r1484
| Roger Dingledine | 2004-04-05 |
* | strdup the intro point when you pick it, so you•••don't free it and then return it
svn:r1483
| Roger Dingledine | 2004-04-05 |
* | complain early if we get an unrecognized nickname from•••bob's rend service descriptor
svn:r1482
| Roger Dingledine | 2004-04-05 |
* | use the right variable when comparing hashes; maybe fix "Hash of session" bug•••svn:r1481
| Nick Mathewson | 2004-04-05 |
* | Expect a 20-byte nul-padded-and-terminated nickname•••svn:r1480
| Nick Mathewson | 2004-04-05 |
* | Add some temporary log calls to try to debug the "Hash of session info was no...•••svn:r1479
| Nick Mathewson | 2004-04-05 |
* | i2d_RSAPublicKey advances the pointer it receives past the ASN1-encoded string.•••svn:r1478
| Nick Mathewson | 2004-04-05 |
* | if a rend stream has already been attached to a rend circ,•••then don't attach it again (and again, and again, and...)
svn:r1477
| Roger Dingledine | 2004-04-05 |
* | send a destroy after we send an introduce•••svn:r1476
| Roger Dingledine | 2004-04-05 |
* | more alice-side infrastructure•••handle rendezvous acks,
do rend begin cells right,
send an introduction cell (sort of)
receive a rendezvous2 cell (sort of)
svn:r1475
| Roger Dingledine | 2004-04-05 |
* | rend point nickname is nul-padded to avoid revealing rend point•••svn:r1474
| Roger Dingledine | 2004-04-05 |
* | bob's rend desc must list >=1 intro point•••plus note a bug in our spec that we should fix
svn:r1473
| Roger Dingledine | 2004-04-05 |
* | nicknames are at most 19 chars•••svn:r1472
| Roger Dingledine | 2004-04-05 |
* | alice can now look up bob's service descriptor,•••choose an intro point, connect to it,
choose a rend point, connect to it and establish a cookie,
get an ack from the rendezvous point,
and know when both circs are ready for her.
APConns don't use conn->purpose anymore
don't initiate a renddesc lookup if one is already in progress
also fix a buffer overflow in nickname parsing (only exploitable
by the operator though)
svn:r1471
| Roger Dingledine | 2004-04-05 |
* | Implement acks•••svn:r1470
| Nick Mathewson | 2004-04-03 |
* | Add func to generate,set,and send rend cookie•••svn:r1469
| Nick Mathewson | 2004-04-03 |
* | Make it build on linux•••svn:r1468
| Nick Mathewson | 2004-04-03 |
* | nick, can you make and send the rendezvous cookie?•••svn:r1467
| Roger Dingledine | 2004-04-03 |
* | Make "common" no longer depend on or.h•••svn:r1466
| Nick Mathewson | 2004-04-03 |
* | Strdup hates finding 0 bytes.•••svn:r1465
| Nick Mathewson | 2004-04-03 |
* | Handle rendezvous relay cells•••svn:r1464
| Nick Mathewson | 2004-04-03 |
* | publish and fetch the right rendezvous urls•••svn:r1463
| Roger Dingledine | 2004-04-03 |