summaryrefslogtreecommitdiff
path: root/src/or/routerkeys.h
AgeCommit message (Expand)Author
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-08-03routerkeys: Add cmdline option for learning signing key expiration.Isis Lovecruft
2017-06-05Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-31Bugfix: Regenerate more certificates when appropriateNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-30Make a bunch of signature/digest-checking functions mockableNick Mathewson
2016-12-08Add a function to check whether a given ed id key is oursNick Mathewson
2016-11-03Unit tests for cert-chain-processing, including failed casesNick Mathewson
2016-11-03For testing: function to construct (but not save) Ed keys and certsNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-09-22Merge branch 'feature16769_squashed'Nick Mathewson
2015-09-22Add a --master-key optionNick Mathewson
2015-09-04Never ever try to load the secret key if offline_master is setNick Mathewson
2015-08-19More log messages for keygen problemsNick Mathewson
2015-07-14If loading an ed25519 master key fails with errno != ENOENT, give up.Nick Mathewson
2015-06-17Support encrypted offline master keys with a new --keygen flagNick Mathewson
2015-05-28Generate weird certificates correctlyNick Mathewson
2015-05-28# This is a combination of 2 commits.Nick Mathewson
2015-05-28Only load master ed25519 secret keys when we absolutely must.Nick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson