tests: test_17_ssl_use.py clarify mbedtls TLSv1.3 support

Closes #13779
This commit is contained in:
Jan Venekamp 2024-05-25 15:07:58 +02:00 committed by Daniel Stenberg
parent 17af2bca58
commit 27ae00d230
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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