aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
2016-03-21Fix another case of 17668: Add NoEdConsensusNick Mathewson
2016-03-21Document has_ed25519_listingNick Mathewson
2016-03-21Never vote for an ed key twice.Nick Mathewson
2015-09-23Allow conflicts to occur in keypinning journalNick Mathewson
2015-09-22Merge branch 'feature16769_squashed'Nick Mathewson
2015-09-22Add a --master-key optionNick Mathewson
2015-09-22Add a new --newpass option to add or remove secret key passphrases.Nick Mathewson
2015-09-22Merge branch 'feature16944_v2'Nick Mathewson
2015-09-08Add `KeepAliveIsolateSOCKSAuth` as a SOCKSPort option.Yawning Angel
2015-09-04Add "OfflineMasterKey" optionNick Mathewson
2015-08-19Merge branch 'ed25519_keygen_squashed'Nick Mathewson
2015-08-19Checkpoint work on ed25519 keygen improvements.Nick Mathewson
2015-08-18New TestingDirAuthVote{Exit,Guard,HSDir}IsStrict flagsteor
2015-08-18Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPortteor
2015-07-31Move formatting functions around.Nick Mathewson
2015-07-16Merge remote-tracking branch 'public/ticket16543'Nick Mathewson
2015-07-16Merge remote-tracking branch 'sysrqb/bug15220_026_sysrqb'Nick Mathewson
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-07-09Merge branch 'bug4862_027_04_squashed'Nick Mathewson
2015-07-09Upload descriptor when all intro points are readyDavid Goulet
2015-07-09Reuse intro points that failed but are still validDavid Goulet
2015-07-09Refactor rend_services_introduce()David Goulet
2015-06-29More tweaks for windows compilation. (ick)Nick Mathewson
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-06-18Add rendcache.{c|h}David Goulet
2015-06-17Merge branch '13642_offline_master_v2_squashed'Nick Mathewson
2015-06-17Support encrypted offline master keys with a new --keygen flagNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28# This is a combination of 2 commits.Nick Mathewson
2015-05-28Implement ed25519 identity collation for voting.Nick Mathewson
2015-05-28Checkpoint some work on voting on ed25519 identitiesNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
2015-05-20Add "HiddenServiceMaxStreams" as a per-HS tunable.Yawning Angel
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-04-30Add a create function for rend_data_t objectDavid Goulet
2015-04-28Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.Yawning Angel
2015-04-23Merge remote-tracking branch 'dgoulet/bug14847_027_06'Nick Mathewson
2015-04-23Fix another signed/unsigned comparison bugNick Mathewson
2015-04-21Refactor HS descriptor fetch to support descriptor IDDavid Goulet
2015-04-20Use a random count of INTRODUCE2 for IP rotationDavid Goulet
2015-04-01Merge remote-tracking branch 'public/remove_old_version_checks'Nick Mathewson
2015-04-01Merge branch 'bug13736'Nick Mathewson
2015-04-01Merge remote-tracking branch 'public/bug15515_025'Nick Mathewson
2015-04-01Block multiple introductions on the same intro circuit.George Kadianakis