summaryrefslogtreecommitdiff
path: root/src/tools/tor-print-ed-signing-cert.c
AgeCommit message (Collapse)Author
2019-07-10Make tor-print-ed-signing-cert output RFC1123 and unix timestamps as wellrl1987
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-21Move the non-crypto parts of onion.c out of src/core/cryptoNick Mathewson
The parts for handling cell formats should be in src/core/or. The parts for handling onionskin queues should be in src/core/or. Only the crypto wrapper belongs in src/core/crypto.
2018-07-31Use Windows-compatible format strings in tor-print-ed-signing-cert.cteor
Fixes bug 26986; bugfix on master.
2018-07-30Update include in tor-print-ed-signing-certNick Mathewson
2018-07-08Tool to print expiration date of ed25519_signing_certrl1987