summaryrefslogtreecommitdiff
path: root/src/trunnel/ed25519_cert.h
AgeCommit message (Collapse)Author
2016-07-28Re-run trunnel.Nick Mathewson
2016-02-22Update to trunnel 1.4.4 to fix 18373Nick Mathewson
2015-08-18Update to latest trunnelNick Mathewson
2015-07-23Re-run trunnel to capture change for msvc.Nick Mathewson
2015-05-28Update trunnel code.Nick Mathewson
This gets the minor change in trunnel 1.4.1, which should avoid deadcode warnings from Coverity.
2015-05-28prop220: Implement certificates and key storage/creationNick Mathewson
For prop220, we have a new ed25519 certificate type. This patch implements the code to create, parse, and validate those, along with code for routers to maintain their own sets of certificates and keys. (Some parts of master identity key encryption are done, but the implementation of that isn't finished)