| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Some build bots running make check seem to have longer for the DH testing.
|
|
|
|
|
|
| |
This allows us to show which transform from which plugin failed. Also, we use
the new cleanup handler functionality that allows proper deinitialization on
failure or timeout.
|
|
|
|
|
| |
As we test DH calculations this now takes more time. If multiple DH backends
are enabled, we likely hit the default test timeout.
|
|
|
|
|
|
|
|
| |
Previously, the {ns}.crypto_test.on_add option had to be enabled to
actually test the algorithms, which we can't enforce for the tests in
the test_runner as the option is already read when the crypto factory
is initialized. Even so, we wouldn't want to do this for every unit
test, which would be the result of enabling that option.
|
| |
|
|
|