| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Refactor areas where data was being shared
|
| |
|
|
|
|
| |
GH #1518
|
|
|
|
|
| |
Calls std::abort the first time a test fails. Not for general
consumption but sometimes very useful when tracking down a tricky bug.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
[ci skip]
|
|
Allows cleaning up header includes, also somewhat smaller binaries.
|