summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2016-12-08Canonicity update for ed25519.Nick Mathewson
2016-12-08helper to test a node for matching an ed25519 ID.Nick Mathewson
2016-12-08Teach channel_rsa_id_group_set_badness_() about Ed25519Nick Mathewson
2016-12-08Enforce directionality in connection_or_set_identity_digest().Nick Mathewson
2016-12-08Tell channel_set_identity_digest() that ed keys can be NULLNick Mathewson
2016-12-08Add a few more debug/info-level logs for ed25519 link handshake stuffNick Mathewson
2016-12-08Add an option to disable dirauth ed25519 link key checks.Nick Mathewson
2016-12-08Enforce Ed25519 identities (client-side)Nick Mathewson
2016-12-08Dirauth: Don't treat a router as reachable if the Ed25519 key didn't matchNick Mathewson
2016-12-08Comment-only: note some places where we want to propagate Ed25519 infoNick Mathewson
2016-12-08Add ExtendByEd25519ID consensus parameter/torrc optionNick Mathewson
2016-12-08Propagate Ed25519 identities downwards into more functions.Nick Mathewson
2016-12-08Add a function to check whether a given ed id key is oursNick Mathewson
2016-12-08Teach circuit_extend() more about Ed25519 identities.Nick Mathewson
2016-12-08Rename connection_or_remove_from_identity_mapNick Mathewson
2016-12-08Remove orconn_identity_map.Nick Mathewson
2016-12-08Migrate main data loop for set_bad_connections to use channel structuresNick Mathewson
2016-12-08Add a bunch of work-in-progress comments for 15056 planningNick Mathewson
2016-12-08When attempting to find a channel by ID, consider Ed ID.Nick Mathewson
2016-11-11Migrate extend2/create2 cell encoding to TrunnelNick Mathewson
2016-11-10Add an ed25519 identity to extend_infoNick Mathewson
2016-11-10Accessor functions to get a node's ID keys.Nick Mathewson
2016-11-10Merge remote-tracking branch 'dgoulet/bug20567_030_01'Nick Mathewson
2016-11-10Merge remote-tracking branch 'public/feature20552'Nick Mathewson
2016-11-10Merge remote-tracking branch 'dgoulet/ticket19642_030_01'Nick Mathewson
2016-11-10Add "TByte" and "TBytes" units; also add "TBits" to man pageMatt Nordhoff
2016-11-10Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-09Stop logging single onion and Tor2web long-term one-hop circuitsteor
2016-11-09Call get_options() once at the top of circuit_log_ancient_one_hop_circuits()teor
2016-11-08Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-08Merge remote-tracking branch 'public/bug20306_029' into maint-0.2.9Nick Mathewson
2016-11-08hs: Add single-onion-service line to v3 descriptorDavid Goulet
2016-11-08Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-08When using exponential backoff in test networks, use a lower exponentteor
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-07hs: Document arguments of rend_data_*_create()David Goulet
2016-11-07Treat bacoff/schedule mismatch as a bug.Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Reduce multiplier to 3, per teor's recommendation on #20534Nick Mathewson
2016-11-07Always increment delays by at least 1.Nick Mathewson
2016-11-07Avoid integer overflow in delay calculation.Nick Mathewson
2016-11-07Count HTTP 503 as a download failure.Nick Mathewson
2016-11-07Adjust download schedules per teor's #20534 recommendataionsNick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-07Merge branch '20499_part1_029_squashed', remote-tracking branches 'teor/bug20...Nick Mathewson
2016-11-07Allow infinitely long delays in exponential-backoff downloadsNick Mathewson
2016-11-08When downloading certificates, check for related failuresteor
2016-11-07Ensure relays don't make multiple connections during bootstrapteor
2016-11-06Merge branch 'maint-0.2.9'Nick Mathewson