mirror of
https://github.com/curl/curl.git
synced 2026-04-19 22:51:13 +03:00
pytest: enable OCSP test 17_08 for LibreSSL
Before: 735 passed, 115 skipped After: 738 passed, 112 skipped Closes #20149
This commit is contained in:
parent
84e43eefc8
commit
f2c765028f
1 changed files with 3 additions and 2 deletions
|
|
@ -293,8 +293,9 @@ class TestSSLUse:
|
|||
@pytest.mark.parametrize("proto", Env.http_protos())
|
||||
def test_17_08_cert_status(self, env: Env, proto, httpd, nghttpx):
|
||||
if not env.curl_uses_lib('openssl') and \
|
||||
not env.curl_uses_lib('gnutls') and \
|
||||
not env.curl_uses_lib('quictls'):
|
||||
not env.curl_uses_lib('quictls') and \
|
||||
not env.curl_uses_lib('libressl') and \
|
||||
not env.curl_uses_lib('gnutls'):
|
||||
pytest.skip("TLS library does not support --cert-status")
|
||||
curl = CurlClient(env=env)
|
||||
domain = 'localhost'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue