]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: test_17_ssl_use.py clarify mbedtls TLSv1.3 support
authorJan Venekamp <1422460+jan2000@users.noreply.github.com>
Sat, 25 May 2024 13:07:58 +0000 (15:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 25 May 2024 21:43:50 +0000 (23:43 +0200)
Closes #13779

tests/http/test_17_ssl_use.py

index ca8c4c868d67217f2d4647b48babf8e86235380b..45198c236d3fb05c5b5c0eb10ba225347975dc80 100644 (file)
@@ -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