mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
tests: Reduce cipher suite test time by a third (#3050)
Using `--openssl` uses the native `openssl` package within the image instead of the older `1.0.2` bundled from `testssl.sh`. The test is only testing cipher suite compatibility is what we expect it to be, thus we do not need to run `testssl.sh` with a broader range of ciphers.
This commit is contained in:
parent
40053138db
commit
adb30178ae
|
@ -153,6 +153,7 @@ function _collect_cipherlists() {
|
||||||
--mode parallel
|
--mode parallel
|
||||||
--overwrite
|
--overwrite
|
||||||
--preference
|
--preference
|
||||||
|
--openssl /usr/bin/openssl
|
||||||
)
|
)
|
||||||
# NOTE: Batch testing ports via `--file` doesn't properly bubble up failure.
|
# NOTE: Batch testing ports via `--file` doesn't properly bubble up failure.
|
||||||
# If the failure for a test is misleading consider testing a single port with:
|
# If the failure for a test is misleading consider testing a single port with:
|
||||||
|
|
Loading…
Reference in a new issue