1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-19 04:38:10 +02: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:
Brennan Kinney 2023-02-02 15:29:06 +13:00 committed by GitHub
parent 40053138db
commit adb30178ae
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -153,6 +153,7 @@ function _collect_cipherlists() {
--mode parallel
--overwrite
--preference
--openssl /usr/bin/openssl
)
# 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: