aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-print-ed-signing-cert.c
AgeCommit message (Collapse)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
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