From 9bfb1226da337028bb7df070632734060e2fc307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 11 Jul 2014 14:18:35 +0200 Subject: [PATCH] Add DTLS interop testing with GnuTLS server --- tests/compat.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index c1b31b6ee..03382a43f 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -711,11 +711,11 @@ setup_arguments() ;; "dtls1") G_PRIO_MODE="+VERS-DTLS1.0" - G_MODE="-u" + G_MODE="-u --mtu 16383" # we don't handle HS fragmentation yet ;; "dtls1_2") G_PRIO_MODE="+VERS-DTLS1.2" - G_MODE="-u" + G_MODE="-u --mtu 16383" # we don't handle HS fragmentation yet ;; *) echo "error: invalid mode: $MODE" >&2 @@ -1103,7 +1103,7 @@ for VERIFY in $VERIFIES; do add_gnutls_ciphersuites filter_ciphersuites - if [ "X" != "X$P_CIPHERS" ] && ! is_dtls "$MODE"; then + if [ "X" != "X$P_CIPHERS" ]; then start_server "GnuTLS" for i in $P_CIPHERS; do run_client PolarSSL $i