From 78df617362418d69ff0b0999c5c503fa98049553 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sat, 7 Sep 2024 19:50:46 +0200 Subject: [PATCH] Remove unused auth_mode parameter on a PSK test case It was causing the test case to be incorrectly skipped as needing certificate authentication. Signed-off-by: Gilles Peskine --- 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 5f80df7d04..f0ee03ba2e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -12248,7 +12248,7 @@ run_test "DTLS reordering: Buffer encrypted Finished message, drop for fragme client_needs_more_time 2 run_test "DTLS proxy: 3d (drop, delay, duplicate), \"short\" PSK handshake" \ -p "$P_PXY drop=5 delay=5 duplicate=5" \ - "$P_SRV dtls=1 dgram_packing=0 hs_timeout=500-10000 tickets=0 auth_mode=none \ + "$P_SRV dtls=1 dgram_packing=0 hs_timeout=500-10000 tickets=0 \ psk=73776f726466697368" \ "$P_CLI dtls=1 dgram_packing=0 hs_timeout=500-10000 tickets=0 psk=73776f726466697368 \ force_ciphersuite=TLS-PSK-WITH-AES-128-CCM-8" \