mirror of
https://github.com/curl/curl.git
synced 2026-07-28 09:23:07 +03:00
parent
7c8970e95f
commit
1ea7dce08d
2 changed files with 45 additions and 5 deletions
|
|
@ -77,7 +77,8 @@ class TestSSLUse:
|
|||
exp_resumed = 'Initial' # rustls does not support sessions, TODO
|
||||
if env.curl_uses_lib('bearssl') and tls_max == '1.3':
|
||||
pytest.skip('BearSSL does not support TLSv1.3')
|
||||
if env.curl_uses_lib('mbedtls') and tls_max == '1.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')
|
||||
|
||||
curl = CurlClient(env=env)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue