summaryrefslogtreecommitdiff
path: root/scripts/codegen/makedesc.py
AgeCommit message (Collapse)Author
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
Extrainfo documents are now ed-signed just as are router descriptors, according to proposal 220. This patch also includes some more tests for successful/failing parsing, and fixes a crash bug in ed25519 descriptor parsing.
2015-05-28Revise makedesc.py: teach it how to emit ed signatures and crosscertsNick Mathewson
Also, add a trivial ed25519-signed routerinfo to the tests.
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-13Commit the script I used to generate signed ri and ei documentsNick Mathewson