From 7eb58cbae88496a0a5bf48728ab2bea42ad2d869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 7 Jul 2015 11:54:14 +0200 Subject: [PATCH] Rm obsolete hack in ssl-opt.sh --- tests/compat.sh | 2 +- tests/ssl-opt.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/compat.sh b/tests/compat.sh index 5eff44f37..04641c0c1 100755 --- a/tests/compat.sh +++ b/tests/compat.sh @@ -690,7 +690,7 @@ add_mbedtls_ciphersuites() ;; "PSK") - # *PKS-NULL-SHA suites supported by GnuTLS 3.3.5 but not 3.2.15 + # *PSK-NULL-SHA suites supported by GnuTLS 3.3.5 but not 3.2.15 P_CIPHERS="$P_CIPHERS \ TLS-PSK-WITH-NULL-SHA \ TLS-DHE-PSK-WITH-NULL-SHA \ diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index fa8e6f124..d3b7b3fdc 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -2256,11 +2256,10 @@ run_test "extKeyUsage srv: codeSign,anyEKU -> OK" \ "$P_CLI" \ 0 -# add psk to leave an option for client to send SERVERQUIT run_test "extKeyUsage srv: codeSign -> fail" \ - "$P_SRV psk=abc123 key_file=data_files/server5.key \ + "$P_SRV key_file=data_files/server5.key \ crt_file=data_files/server5.eku-cli.crt" \ - "$P_CLI psk=badbad" \ + "$P_CLI" \ 1 # Tests for extendedKeyUsage, part 2: client-side checking of server cert