From: Jan Venekamp <1422460+jan2000@users.noreply.github.com> Date: Sat, 25 May 2024 13:07:58 +0000 (+0200) Subject: tests: test_17_ssl_use.py clarify mbedtls TLSv1.3 support X-Git-Tag: curl-8_9_0~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27ae00d23061b21ebdfa96442014cd863b935688;p=thirdparty%2Fcurl.git tests: test_17_ssl_use.py clarify mbedtls TLSv1.3 support Closes #13779 --- diff --git a/tests/http/test_17_ssl_use.py b/tests/http/test_17_ssl_use.py index ca8c4c868d..45198c236d 100644 --- a/tests/http/test_17_ssl_use.py +++ b/tests/http/test_17_ssl_use.py @@ -79,7 +79,7 @@ class TestSSLUse: pytest.skip('BearSSL does not support TLSv1.3') if env.curl_uses_lib('mbedtls') and tls_max == '1.3' and \ not env.curl_lib_version_at_least('mbedtls', '3.6.0'): - pytest.skip('mbedtls does not support TLSv1.3') + pytest.skip('mbedtls TLSv1.3 support requires at least 3.6.0') curl = CurlClient(env=env) # tell the server to close the connection after each request