remove forcecipher for psk test

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-07-15 15:01:26 +08:00
parent 997549353e
commit 4a2ea16aed

View file

@ -2283,8 +2283,6 @@ run_test "TLS 1.3: key exchange mode parameter passing: All" \
"$P_CLI tls13_kex_modes=all" \
0
# FIXME: force_ciphersuite=TLS1-3-AES-128-GCM-SHA256 should be removed in future
# Without it, the binder will generate wrong value.
requires_openssl_tls1_3
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
requires_config_enabled MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
@ -2298,8 +2296,6 @@ run_test "TLS 1.3: psk_key_exchange_modes: basic check, O->m" \
-s "Found PSK_EPHEMERAL KEX MODE" \
-s "Found PSK KEX MODE"
# FIXME: force_ciphersuite=TLS1-3-AES-128-GCM-SHA256 should be removed in future
# Without it, the binder will generate wrong value.
requires_gnutls_tls1_3
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3
requires_config_enabled MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE