From 34e90fac27c057bedc1a4a97d080f4f8f9f3bb0c Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 21 Jul 2022 15:31:14 +0200 Subject: [PATCH] TLS 1.3: tests: Allow PSK exchange mode on GnuTLS server Allow PSK exchange mode on GnuTLS server for NewSessionTicket message test as otherwise the GnuTLS server does not send tickets. Signed-off-by: Ronald Cron --- tests/ssl-opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 1b94773a6..bffed6ced 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -12665,7 +12665,7 @@ requires_config_enabled MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE requires_config_enabled MBEDTLS_DEBUG_C requires_config_enabled MBEDTLS_SSL_CLI_C run_test "TLS 1.3: NewSessionTicket: Basic check, m->G" \ - "$G_NEXT_SRV --priority=NORMAL:-VERS-ALL:+VERS-TLS1.3:+CIPHER-ALL --disable-client-cert" \ + "$G_NEXT_SRV --priority=NORMAL:-VERS-ALL:+VERS-TLS1.3:+CIPHER-ALL:+PSK --disable-client-cert" \ "$P_CLI debug_level=4" \ 0 \ -c "Protocol is TLSv1.3" \