mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 04:20:12 +00:00
ssl-opt: remove leftover debug commands and fix comment
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
866aa187e8
commit
2f8eb62946
@ -1126,8 +1126,8 @@ is_gnutls() {
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
# Some external tools (gnutls or openssl) might not have support for ECDH and
|
# Some external tools (gnutls or openssl) might not have support for static ECDH
|
||||||
# this limit the tests that can be run with them. This function checks server
|
# 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
|
# and client command lines, given as input, to verify if the current test
|
||||||
# is using one of these tools.
|
# is using one of these tools.
|
||||||
use_ext_tool_without_ecdh_support() {
|
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
|
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2
|
||||||
run_test "DTLS proxy: 3d, openssl server" \
|
run_test "DTLS proxy: 3d, openssl server" \
|
||||||
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
|
-p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \
|
||||||
"$O_NEXT_SRV -dtls1_2 -mtu 2048 -debug -msg -state" \
|
"$O_NEXT_SRV -dtls1_2 -mtu 2048" \
|
||||||
"$P_CLI dgram_packing=0 dtls=1 hs_timeout=500-60000 tickets=0 debug_level=4" \
|
"$P_CLI dgram_packing=0 dtls=1 hs_timeout=500-60000 tickets=0" \
|
||||||
0 \
|
0 \
|
||||||
-c "HTTP/1.0 200 OK"
|
-c "HTTP/1.0 200 OK"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user