aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_keygen.sh
AgeCommit message (Collapse)Author
2019-11-05test/scripts: Use the same code to find the tor binaryteor
This change makes sure we are always using the coverage binary, when coverage is enabled. Fixes bug 32368; bugfix on 0.2.7.3-rc.
2019-10-20test: Skip test scripts that require the relay moduleteor
When tor is built without the relay module. Part of 32123.
2019-05-29Merge branch 'maint-0.4.0'George Kadianakis
2019-04-10test: Also avoid reading the system default torrc in integration teststeor
Part of 29702.
2019-02-01Fix all instances of SC2015 in test_keygen.shrl1987
2019-02-01Fix SC2064rl1987
2019-02-01Fix instances of SC2086 in test_keygen.shrl1987
2019-02-01Fix instances of SC2006 in test_keygen.shrl1987
2018-07-17Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-17SKIP test_keygen.sh on Windows until the underlying issue is resolvedteor
Skip an unreliable key generation test on Windows, until the underlying issue in bug 26076 is resolved. Fixes bug 26830; bugfix on 0.2.7.3-rc.
2017-10-20Add unit tests for cases of starting with bogus keygen argumentsNick Mathewson
In particular, this tests that we give an appropriate warning when we are told to use some keygen argument, but --keygen is not specified.
2015-09-03Fix windows test_keygen.sh. This time I think I have it!Nick Mathewson
2015-09-03Use absolute path for datadir in test_keygen.shNick Mathewson
2015-09-03Make test_keygen.sh dump what the problem is on cmp failureNick Mathewson
2015-09-03Add a little more output to test_keygen.sh: try to debug windowsNick Mathewson
2015-08-19When we infer the master key from the certificate, save it to disk.Nick Mathewson
2015-08-19Document test_keygen.sh a little moreNick Mathewson
2015-08-19Add test_keygen tests for all log outputs; improve keygen outputs.Nick Mathewson
2015-08-19Suppress fingerprint display in test_keygen.shNick Mathewson
2015-08-19Integreate test_keygen.sh into 'make check'.Nick Mathewson
2015-08-19Resolve failing test_keygen tests.Nick Mathewson
2015-08-19Checkpoint work on ed25519 keygen improvements.Nick Mathewson
Needs changes file, documentation, test integration, more tests.