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:
Viktor Szakats 2026-01-01 23:19:07 +01:00
parent 84e43eefc8
commit f2c765028f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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'