Reverting TLS_VERSION derivation improvement, as it appear to be causing issues

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2025-08-18 10:45:00 +01:00
parent a7b3f26864
commit 7b14d8228e

View File

@@ -1774,7 +1774,7 @@ run_test() {
# Note that this detection is wrong in some cases, which causes unduly
# skipped test cases in builds with TLS 1.3 but not TLS 1.2.
# https://github.com/Mbed-TLS/mbedtls/issues/9560
TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD");
TLS_VERSION="TLS12"
# If we're in a PSK-only build and the test can be adapted to PSK, do that.
maybe_adapt_for_psk "$@"