From 2f8eb62946ca40439f994427668d74a661f56f5c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 16 Mar 2023 13:04:44 +0100 Subject: [PATCH] ssl-opt: remove leftover debug commands and fix comment Signed-off-by: Valerio Setti --- tests/ssl-opt.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 155719cf26..566860d3cb 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -1126,8 +1126,8 @@ is_gnutls() { esac } -# Some external tools (gnutls or openssl) might not have support for ECDH and -# this limit the tests that can be run with them. This function checks server +# Some external tools (gnutls or openssl) might not have support for static ECDH +# and this limit the tests that can be run with them. This function checks server # and client command lines, given as input, to verify if the current test # is using one of these tools. use_ext_tool_without_ecdh_support() { @@ -11433,8 +11433,8 @@ not_with_valgrind # risk of non-mbedtls peer timing out requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2 run_test "DTLS proxy: 3d, openssl server" \ -p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \ - "$O_NEXT_SRV -dtls1_2 -mtu 2048 -debug -msg -state" \ - "$P_CLI dgram_packing=0 dtls=1 hs_timeout=500-60000 tickets=0 debug_level=4" \ + "$O_NEXT_SRV -dtls1_2 -mtu 2048" \ + "$P_CLI dgram_packing=0 dtls=1 hs_timeout=500-60000 tickets=0" \ 0 \ -c "HTTP/1.0 200 OK"