mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-26 00:37:41 +03:00
re-add TLS_VERSION derivation
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
@@ -1774,7 +1774,7 @@ run_test() {
|
|||||||
# Note that this detection is wrong in some cases, which causes unduly
|
# 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.
|
# skipped test cases in builds with TLS 1.3 but not TLS 1.2.
|
||||||
# https://github.com/Mbed-TLS/mbedtls/issues/9560
|
# https://github.com/Mbed-TLS/mbedtls/issues/9560
|
||||||
TLS_VERSION="TLS12"
|
TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
|
||||||
|
|
||||||
# If we're in a PSK-only build and the test can be adapted to PSK, do that.
|
# If we're in a PSK-only build and the test can be adapted to PSK, do that.
|
||||||
maybe_adapt_for_psk "$@"
|
maybe_adapt_for_psk "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user