Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a simple PRNG for the tests | Jack Lloyd | 2017-10-29 | 1 | -1/+3 |
| | | | | | | | | | | | Not cryptographically secure, but fast! Cuts several seconds off the test suite even on a very fast machine. Probably even more effective for 32-bit systems since the default for HMAC_DRBG is SHA-384. Also it means deterministic tests are used regardless of build configuration which is nice. Improve output for --test-runs which was useful for me when debugging SM2 encryption issue. | ||||
* | Fix botan-test --help | Jack Lloyd | 2017-10-24 | 1 | -2/+0 |
| | | | | [ci skip] | ||||
* | Refactor option parsing in cli and test code | Jack Lloyd | 2017-10-24 | 1 | -0/+43 |
Allows cleaning up header includes, also somewhat smaller binaries. |